public class UITab extends UIPanel implements javax.faces.component.NamingContainer
component1.2.stg
with class
TabTagDeclaration
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE |
MARKER
Constructor and Description |
---|
UITab() |
Modifier and Type | Method and Description |
---|---|
Character |
getAccessKey()
Deprecated.
|
String |
getLabel()
Text value to display as label.
|
String |
getLabelWithAccessKey()
Deprecated.
|
boolean |
isDisabled()
Flag indicating that this element is disabled.
|
void |
restoreState(javax.faces.context.FacesContext context,
Object componentState) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setAccessKey(Character accessKey)
Deprecated.
|
void |
setDisabled(boolean disabled) |
void |
setLabel(String label) |
void |
setLabelWithAccessKey(String labelWithAccessKey)
Deprecated.
|
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, isOverflowX, isOverflowY, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setColumnSpan, setCurrentHeight, setCurrentMarkup, setCurrentWidth, setDisplay, setHeight, setHorizontalIndex, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMarkup, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setOverflowX, setOverflowY, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPreferredHeight, setPreferredWidth, setRowSpan, setTip, setTop, setVerticalIndex, setWidth
encodeBegin, encodeChildren, encodeEnd, getComponents, getLayoutManager, isLayoutChildren, onComponentPopulated, setLayoutManager
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
encodeAll, getContainerClientId, getValueExpression, setValueExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRendered
getRendererType
public static final String COMPONENT_TYPE
@Deprecated public Character getAccessKey()
@Deprecated public void setAccessKey(Character accessKey)
@Deprecated public String getLabelWithAccessKey()
@Deprecated public void setLabelWithAccessKey(String labelWithAccessKey)
public String getLabel()
public void setLabel(String label)
public boolean isDisabled()
false
public void setDisabled(boolean disabled)
public void restoreState(javax.faces.context.FacesContext context, Object componentState)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UIPanel
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.