public class Tab
extends javax.faces.component.UIPanel
Modifier and Type | Class and Description |
---|---|
protected static class |
Tab.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
Tab() |
Modifier and Type | Method and Description |
---|---|
String |
getAriaLabel() |
String |
getFamily() |
String |
getTitle() |
String |
getTitleStyle() |
String |
getTitleStyleClass() |
String |
getTitletip() |
boolean |
isClosable() |
boolean |
isDisabled() |
boolean |
isLoaded() |
void |
setAriaLabel(String _ariaLabel) |
void |
setClosable(boolean _closable) |
void |
setDisabled(boolean _disabled) |
void |
setLoaded(boolean value) |
void |
setTitle(String _title) |
void |
setTitleStyle(String _titleStyle) |
void |
setTitleStyleClass(String _titleStyleClass) |
void |
setTitletip(String _titletip) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public String getTitle()
public void setTitle(String _title)
public String getTitleStyle()
public void setTitleStyle(String _titleStyle)
public String getTitleStyleClass()
public void setTitleStyleClass(String _titleStyleClass)
public boolean isDisabled()
public void setDisabled(boolean _disabled)
public boolean isClosable()
public void setClosable(boolean _closable)
public String getTitletip()
public void setTitletip(String _titletip)
public String getAriaLabel()
public void setAriaLabel(String _ariaLabel)
public void setLoaded(boolean value)
public boolean isLoaded()
Copyright © 2016. All rights reserved.