public abstract class AbstractTogglePanelItem extends javax.faces.component.UIOutput implements AbstractTogglePanelItemInterface, CoreProps, EventsMouseProps, I18nProps
The <rich:togglePanelItem> component is a switchable panel for use with the <rich:togglePanel> component. Use the <rich:togglePanelItem> component to define the content for a panel using nested components. Switching between <rich:togglePanelItem> components is handled by the <rich:toggleControl> behavior.
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTogglePanelItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily() |
String |
getName()
The name of the panel, used for identifying and manipulating the active panel.
|
AbstractTogglePanel |
getParentPanel() |
SwitchType |
getSwitchType()
The switch type for this toggle panel: client, ajax (default), server
|
abstract Object |
getValue()
Suppress the inherited value attribute from the taglib.
|
boolean |
isActive() |
boolean |
isDynamicPanelItem() |
void |
setName(String name) |
void |
setSwitchType(SwitchType switchType) |
boolean |
shouldVisitChildren()
Indicates whether processing logic such as renderer and visitors should visit (process) the children of this component.
|
String |
toString() |
boolean |
visitTree(javax.faces.component.visit.VisitContext context,
javax.faces.component.visit.VisitCallback callback) |
clearInitialState, getConverter, getLocalValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, 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, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClientId, getOnenter, getOnleave, isRenderedgetStyle, getStyleClass, getTitlegetOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseuppublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String NAME
public abstract Object getValue()
getValue in interface javax.faces.component.ValueHoldergetValue in class javax.faces.component.UIOutputpublic String getFamily()
getFamily in class javax.faces.component.UIOutputpublic AbstractTogglePanel getParentPanel()
getParentPanel in interface AbstractTogglePanelItemInterfacepublic boolean isDynamicPanelItem()
isDynamicPanelItem in interface AbstractTogglePanelItemInterfacepublic boolean isActive()
isActive in interface AbstractTogglePanelItemInterfacepublic boolean shouldVisitChildren()
VisitChildrenRejectableshouldVisitChildren in interface VisitChildrenRejectablepublic String getName()
getName in interface AbstractTogglePanelItemInterfacepublic void setName(String name)
public SwitchType getSwitchType()
getSwitchType in interface AbstractTogglePanelItemInterfacepublic void setSwitchType(SwitchType switchType)
public boolean visitTree(javax.faces.component.visit.VisitContext context,
javax.faces.component.visit.VisitCallback callback)
visitTree in class javax.faces.component.UIComponentCopyright © 2015 JBoss by Red Hat. All Rights Reserved.