public abstract class AbstractTogglePanelItem extends javax.faces.component.UIOutput implements AbstractTogglePanelItemInterface
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 |
protected 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() |
org.richfaces.component.SwitchType |
getSwitchType()
The switch type for this toggle panel: client, ajax (default), server
|
boolean |
isActive() |
boolean |
isDynamicPanelItem() |
void |
setName(String name) |
void |
setSwitchType(org.richfaces.component.SwitchType switchType) |
boolean |
shouldProcess() |
String |
toString() |
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, 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, 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, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getOnenter, getOnleave, isRendered
getDir, getLang, getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, getStyleClass, getTitle
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
protected static final String NAME
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 shouldProcess()
shouldProcess
in interface AbstractTogglePanelItemInterface
public String getName()
getName
in interface AbstractTogglePanelItemInterface
public void setName(String name)
public org.richfaces.component.SwitchType getSwitchType()
getSwitchType
in interface AbstractTogglePanelItemInterface
public void setSwitchType(org.richfaces.component.SwitchType switchType)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.