com.ibm.xsp.component.xp
Class XspTabPanel

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIPanel
              extended by com.ibm.xsp.component.UITabPanel
                  extended by com.ibm.xsp.component.xp.XspTabPanel
All Implemented Interfaces:
FacesAttrsObject, ThemeControl, javax.faces.component.NamingContainer, javax.faces.component.StateHolder

public class XspTabPanel
extends UITabPanel

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
           
static java.lang.String RENDERER_TYPE
           
 
Fields inherited from class com.ibm.xsp.component.UITabPanel
COMPONENT_FAMILY
 
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
addAttr, getAttrs, getFamily, getHref, getImage, getLabel, getStyleKitFamily, isCurrentTab, isEndTab, isMiddleTab, isStartTab, processDecodes, processUpdates, processValidators, select, setAttrs, 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

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

XspTabPanel

public XspTabPanel()
Method Detail

getContentStyleClass

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.


getDir

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).


getEndTabStyleClass

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.


getLang

public java.lang.String getLang()

Return the value of the lang property. Contents:

Describes the language used in the generated markup of the control.


getMiddleTabStyleClass

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.


getOnclick

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


getRole

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.


getSelectedTabStyleClass

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.


getStartTabStyleClass

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.


getStyle

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


getStyleClass

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.

Overrides:
getStyleClass in class UITabPanel

getTitle

public java.lang.String getTitle()

Return the value of the title property. Contents:

Provides title information for controls.


getUnselectedTabStyleClass

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.


restoreState

public void restoreState(javax.faces.context.FacesContext _context,
                         java.lang.Object _state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class UITabPanel

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext _context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class UITabPanel

setContentStyleClass

public void setContentStyleClass(java.lang.String contentStyleClass)

Set the value of the contentStyleClass property.


setDir

public void setDir(java.lang.String dir)

Set the value of the dir property.


setEndTabStyleClass

public void setEndTabStyleClass(java.lang.String endTabStyleClass)

Set the value of the endTabStyleClass property.


setLang

public void setLang(java.lang.String lang)

Set the value of the lang property.


setMiddleTabStyleClass

public void setMiddleTabStyleClass(java.lang.String middleTabStyleClass)

Set the value of the middleTabStyleClass property.


setOnclick

public void setOnclick(java.lang.String onclick)

Set the value of the onclick property.


setRole

public void setRole(java.lang.String role)

Set the value of the role property.


setSelectedTabStyleClass

public void setSelectedTabStyleClass(java.lang.String selectedTabStyleClass)

Set the value of the selectedTabStyleClass property.


setStartTabStyleClass

public void setStartTabStyleClass(java.lang.String startTabStyleClass)

Set the value of the startTabStyleClass property.


setStyle

public void setStyle(java.lang.String style)

Set the value of the style property.


setStyleClass

public void setStyleClass(java.lang.String styleClass)

Set the value of the styleClass property.

Overrides:
setStyleClass in class UITabPanel

setTitle

public void setTitle(java.lang.String title)

Set the value of the title property.


setUnselectedTabStyleClass

public void setUnselectedTabStyleClass(java.lang.String unselectedTabStyleClass)

Set the value of the unselectedTabStyleClass property.