|
|||||||||
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.UITabPanel com.ibm.xsp.component.xp.XspTabPanel
public class XspTabPanel
A control that displays a tab and its contents in a tabbed panel.
XPages Container Controls - Tab Panel
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_TYPE
|
Fields inherited from class javax.faces.component.UIComponentBase |
---|
EMPTY_ITERATOR |
Fields inherited from class javax.faces.component.UIComponent |
---|
_xspStateId |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
XspTabPanel()
|
Method Summary | |
---|---|
java.lang.String |
getContentStyleClass()
Return the value of the contentStyleClass property. |
java.lang.String |
getDir()
Return the value of the dir property. |
java.lang.String |
getEndTabStyleClass()
Return the value of the endTabStyleClass property. |
java.lang.String |
getLang()
Return the value of the lang property. |
java.lang.String |
getMiddleTabStyleClass()
Return the value of the middleTabStyleClass property. |
java.lang.String |
getOnclick()
Return the value of the onclick property. |
java.lang.String |
getRole()
Return the value of the role property. |
java.lang.String |
getSelectedTabStyleClass()
Return the value of the selectedTabStyleClass property. |
java.lang.String |
getStartTabStyleClass()
Return the value of the startTabStyleClass property. |
java.lang.String |
getStyle()
Return the value of the style property. |
java.lang.String |
getStyleClass()
Return the value of the styleClass property. |
java.lang.String |
getTitle()
Return the value of the title property. |
java.lang.String |
getUnselectedTabStyleClass()
Return the value of the unselectedTabStyleClass property. |
void |
restoreState(javax.faces.context.FacesContext _context,
java.lang.Object _state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext _context)
|
void |
setContentStyleClass(java.lang.String contentStyleClass)
Set the value of the contentStyleClass property. |
void |
setDir(java.lang.String dir)
Set the value of the dir property. |
void |
setEndTabStyleClass(java.lang.String endTabStyleClass)
Set the value of the endTabStyleClass property. |
void |
setLang(java.lang.String lang)
Set the value of the lang property. |
void |
setMiddleTabStyleClass(java.lang.String middleTabStyleClass)
Set the value of the middleTabStyleClass property. |
void |
setOnclick(java.lang.String onclick)
Set the value of the onclick property. |
void |
setRole(java.lang.String role)
Set the value of the role property. |
void |
setSelectedTabStyleClass(java.lang.String selectedTabStyleClass)
Set the value of the selectedTabStyleClass property. |
void |
setStartTabStyleClass(java.lang.String startTabStyleClass)
Set the value of the startTabStyleClass property. |
void |
setStyle(java.lang.String style)
Set the value of the style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property. |
void |
setTitle(java.lang.String title)
Set the value of the title property. |
void |
setUnselectedTabStyleClass(java.lang.String unselectedTabStyleClass)
Set the value of the unselectedTabStyleClass property. |
Methods inherited from class com.ibm.xsp.component.UITabPanel |
---|
getFamily, getHref, getImage, getLabel, getStyleKitFamily, isCurrentTab, isEndTab, isMiddleTab, isStartTab, processDecodes, processUpdates, processValidators, setHref, setImage, setLabel |
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, processRestoreState, processSaveState, 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
Constructor Detail |
---|
public XspTabPanel()
Method Detail |
---|
public java.lang.String getContentStyleClass()
Return the value of the contentStyleClass
property.
Contents:
Space-separated list of CSS style class(es) to be applied to the content of the tab, if the tab content doesn't have a style already assigned.
public java.lang.String getDir()
Return the value of the dir
property. Contents:
Specifies the direction for text that does not inherit a direction. Valid values are 'LTR' (left to right) and 'RTL' (right to left).
public java.lang.String getEndTabStyleClass()
Return the value of the endTabStyleClass
property. Contents:
Space-separated list of CSS style class(es) to be applied to the end tab, if the tab doesn't have a style already assigned.
public java.lang.String getLang()
Return the value of the lang
property. Contents:
Describes the language used in the generated markup of the control.
public java.lang.String getMiddleTabStyleClass()
Return the value of the middleTabStyleClass
property.
Contents:
Space-separated list of CSS style class(es) to be applied to the middle tab(s), if the tab(s) doesn't have a style already assigned.
public java.lang.String getOnclick()
Return the value of the onclick
property. Contents:
JavaScript code executed when a pointer control is clicked over this control
public java.lang.String getRole()
Return the value of the role
property. Contents:
Describes the role of the current UI element/area. It can be used by assistive technologies to determine its purpose.
public java.lang.String getSelectedTabStyleClass()
Return the value of the selectedTabStyleClass
property.
Contents:
Space-separated list of CSS style class(es) to be applied when on the selected tab, if the tab doesn't have a style already assigned.
public java.lang.String getStartTabStyleClass()
Return the value of the startTabStyleClass
property.
Contents:
Space-separated list of CSS style class(es) to be applied to the start tab, if the tab doesn't have a style already assigned.
public java.lang.String getStyle()
Return the value of the style
property. Contents:
Specifies CSS style(s) to be applied when this control is rendered.
XPages Styling Category - style
public java.lang.String getStyleClass()
Return the value of the styleClass
property. Contents:
Specifies the space-separated list of CSS style class(es) to be applied when this control is rendered. This value must be passed through as the "class" attribute on generated markup.
getStyleClass
in class UITabPanel
public java.lang.String getTitle()
Return the value of the title
property. Contents:
Provides title information for controls.
public java.lang.String getUnselectedTabStyleClass()
Return the value of the unselectedTabStyleClass
property.
Contents:
Space-separated list of CSS style class(es) to be applied to the unselected tab, if the tab doesn't have a style already assigned.
public void restoreState(javax.faces.context.FacesContext _context, java.lang.Object _state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UITabPanel
public java.lang.Object saveState(javax.faces.context.FacesContext _context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class UITabPanel
public void setContentStyleClass(java.lang.String contentStyleClass)
Set the value of the contentStyleClass
property.
public void setDir(java.lang.String dir)
Set the value of the dir
property.
public void setEndTabStyleClass(java.lang.String endTabStyleClass)
Set the value of the endTabStyleClass
property.
public void setLang(java.lang.String lang)
Set the value of the lang
property.
public void setMiddleTabStyleClass(java.lang.String middleTabStyleClass)
Set the value of the middleTabStyleClass
property.
public void setOnclick(java.lang.String onclick)
Set the value of the onclick
property.
public void setRole(java.lang.String role)
Set the value of the role
property.
public void setSelectedTabStyleClass(java.lang.String selectedTabStyleClass)
Set the value of the selectedTabStyleClass
property.
public void setStartTabStyleClass(java.lang.String startTabStyleClass)
Set the value of the startTabStyleClass
property.
public void setStyle(java.lang.String style)
Set the value of the style
property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass
property.
setStyleClass
in class UITabPanel
public void setTitle(java.lang.String title)
Set the value of the title
property.
public void setUnselectedTabStyleClass(java.lang.String unselectedTabStyleClass)
Set the value of the unselectedTabStyleClass
property.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |