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, setValue
addClientBehavior, 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, unsubscribeFromEvent
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getClientId, getOnenter, getOnleave, isRendered
getStyle, getStyleClass, getTitle
getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup
public 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.ValueHolder
getValue
in class javax.faces.component.UIOutput
public String getFamily()
getFamily
in class javax.faces.component.UIOutput
public AbstractTogglePanel getParentPanel()
getParentPanel
in interface AbstractTogglePanelItemInterface
public boolean isDynamicPanelItem()
isDynamicPanelItem
in interface AbstractTogglePanelItemInterface
public boolean isActive()
isActive
in interface AbstractTogglePanelItemInterface
public boolean shouldVisitChildren()
VisitChildrenRejectable
shouldVisitChildren
in interface VisitChildrenRejectable
public String getName()
getName
in interface AbstractTogglePanelItemInterface
public void setName(String name)
public SwitchType getSwitchType()
getSwitchType
in interface AbstractTogglePanelItemInterface
public 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.UIComponent
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.