|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UIPanel com.ibm.xsp.component.UISection
public class UISection
Not intended to be subclassed.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.faces.component.UIComponentBase |
---|
javax.faces.component.UIComponentBase.AggregatedIterator, javax.faces.component.UIComponentBase.UnmodifiableIterator |
Nested classes/interfaces inherited from class javax.faces.component.UIComponent |
---|
javax.faces.component.UIComponent.StateMap, javax.faces.component.UIComponent.StateMapEntry |
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponentBase |
---|
EMPTY_ITERATOR |
Fields inherited from class javax.faces.component.UIComponent |
---|
_xspStateId |
Constructor Summary | |
---|---|
UISection()
|
Method Summary | |
---|---|
java.lang.String |
getCollapsedImage()
Return the value of the collapsedImage property. |
java.lang.String |
getExpandedImage()
Return the value of the expandedImage property. |
java.lang.String |
getFamily()
|
java.lang.String |
getStyleKitFamily()
The styleKitFamily is basically the default themeId, to use if the "themeId" property is not set on this control instance in the XPage source. |
boolean |
isClosed()
|
boolean |
isInitClosed()
Return the value of the initClosed property. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object obj)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setClosed(boolean arg)
|
void |
setCollapsedImage(java.lang.String collapsedImage)
Set the value of the collapsedImage property. |
void |
setExpandedImage(java.lang.String expandedImage)
Set the value of the expandedImage property. |
void |
setInitClosed(boolean initClosed)
Set the value of the initClosed property. |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
_xspCleanTransientData, _xspGetReadOnlyObj, _xspGetRendererData, _xspRemoveReadOnlyObj, _xspRemoveRendererData, _xspSetIdUnchecked, _xspSetReadOnlyObj, _xspSetRendererData, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
_xspGetStateId, _xspGetStateMap, _xspRestoreAttribute, _xspRestoreState, _xspSaveState, invokeOnComponent, isVisitable, markInitialState, setControlState, visitTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public UISection()
Method Detail |
---|
public java.lang.String getStyleKitFamily()
ThemeControl
The implementation may return different values depending on the configuration of the current control, for example the Button control returns a different value and looks different when it is configured as a cancel button.
getStyleKitFamily
in interface ThemeControl
null
themeId corresponding to the
configuration for this type of control in a theme file.public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIPanel
public boolean isClosed()
public void setClosed(boolean arg)
public boolean isInitClosed()
Return the value of the initClosed
property. Contents:
Initially closed value, default value is true.
public void setInitClosed(boolean initClosed)
Set the value of the initClosed
property.
public java.lang.String getExpandedImage()
Return the value of the expandedImage
property. Contents:
Image to be displayed when categorized column is expanded.
public void setExpandedImage(java.lang.String expandedImage)
Set the value of the expandedImage
property.
public java.lang.String getCollapsedImage()
Return the value of the collapsedImage
property.
Image to be displayed when categorized column is collapsed
public void setCollapsedImage(java.lang.String collapsedImage)
Set the value of the collapsedImage
property.
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object obj)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |