Package org.primefaces.component.tabview
Class TabBase
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- javax.faces.component.UIPanel
-
- org.primefaces.component.tabview.TabBase
-
- All Implemented Interfaces:
EventListener,javax.faces.component.PartialStateHolder,javax.faces.component.StateHolder,javax.faces.component.TransientStateHolder,javax.faces.event.ComponentSystemEventListener,javax.faces.event.FacesListener,javax.faces.event.SystemEventListenerHolder
- Direct Known Subclasses:
Tab
public abstract class TabBase extends javax.faces.component.UIPanel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTabBase.PropertyKeys
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_FAMILY
-
Constructor Summary
Constructors Constructor Description TabBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAriaLabel()StringgetFamily()StringgetTitle()StringgetTitleStyle()StringgetTitleStyleClass()StringgetTitletip()booleanisClosable()booleanisDisabled()voidsetAriaLabel(String ariaLabel)voidsetClosable(boolean closable)voidsetDisabled(boolean disabled)voidsetTitle(String title)voidsetTitleStyle(String titleStyle)voidsetTitleStyleClass(String titleStyleClass)voidsetTitletip(String titletip)-
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, 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, subscribeToEvent, unsubscribeFromEvent
-
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
-
-
-
-
Field Detail
-
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFamily
public String getFamily()
- Overrides:
getFamilyin classjavax.faces.component.UIPanel
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getTitleStyle
public String getTitleStyle()
-
setTitleStyle
public void setTitleStyle(String titleStyle)
-
getTitleStyleClass
public String getTitleStyleClass()
-
setTitleStyleClass
public void setTitleStyleClass(String titleStyleClass)
-
isDisabled
public boolean isDisabled()
-
setDisabled
public void setDisabled(boolean disabled)
-
isClosable
public boolean isClosable()
-
setClosable
public void setClosable(boolean closable)
-
getTitletip
public String getTitletip()
-
setTitletip
public void setTitletip(String titletip)
-
getAriaLabel
public String getAriaLabel()
-
setAriaLabel
public void setAriaLabel(String ariaLabel)
-
-