org.apache.myfaces.tobago.component
Class UITab
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase
org.apache.myfaces.tobago.internal.component.AbstractUIPanel
org.apache.myfaces.tobago.component.UIPanel
org.apache.myfaces.tobago.component.UITab
- All Implemented Interfaces:
- NamingContainer, StateHolder, OnComponentPopulated, SupportsMarkup, Configurable, LayoutBase, LayoutComponent, LayoutContainer
public class UITab
- extends UIPanel
- implements NamingContainer
Renders a tab within a tabgroup.
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.TabTagDeclaration
.
Constructor Summary |
UITab()
|
Methods inherited from class org.apache.myfaces.tobago.component.UIPanel |
getBorderBottom, getBorderLeft, getBorderRight, getBorderTop, getColumnSpan, getCurrentHeight, getCurrentMarkup, getCurrentWidth, getDisplay, getHeight, getHorizontalIndex, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMarkup, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getPreferredHeight, getPreferredWidth, getRowSpan, getTip, getTop, getVerticalIndex, getWidth, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setColumnSpan, setCurrentHeight, setCurrentMarkup, setCurrentWidth, setDisplay, setHeight, setHorizontalIndex, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMarkup, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPreferredHeight, setPreferredWidth, setRowSpan, setTip, setTop, setVerticalIndex, setWidth |
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIPanel |
encodeBegin, encodeChildren, encodeEnd, getComponents, getLayoutManager, isLayoutChildren, onComponentPopulated, setLayoutManager |
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
UITab
public UITab()
getAccessKey
@Deprecated
public Character getAccessKey()
- Deprecated.
- Deprecated! Has not longer any function.
setAccessKey
@Deprecated
public void setAccessKey(Character accessKey)
- Deprecated.
getLabelWithAccessKey
@Deprecated
public String getLabelWithAccessKey()
- Deprecated.
- Deprecated! Use 'label' instead.
Text value to display as label.
If text contains an underscore the next character overwrites 'accesskey'.
setLabelWithAccessKey
@Deprecated
public void setLabelWithAccessKey(String labelWithAccessKey)
- Deprecated.
getLabel
public String getLabel()
- Text value to display as label.
If text contains an underscore the next character is used as accesskey.
setLabel
public void setLabel(String label)
isDisabled
public boolean isDisabled()
- Flag indicating that this element is disabled.
Default: false
setDisabled
public void setDisabled(boolean disabled)
restoreState
public void restoreState(FacesContext context,
Object componentState)
- Specified by:
restoreState
in interface StateHolder
- Overrides:
restoreState
in class UIPanel
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState
in interface StateHolder
- Overrides:
saveState
in class UIPanel
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.