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
|
abstract Object |
getValue()
Suppress the inherited value attribute from the taglib.
|
boolean |
isActive() |
boolean |
isDynamicPanelItem() |
void |
setName(String name) |
void |
setSwitchType(org.richfaces.component.SwitchType switchType) |
boolean |
shouldVisitChildren() |
String |
toString() |
clearInitialState, getConverter, getLocalValue, markInitialState, 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, 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, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClientId, getOnenter, getOnleave, isRenderedgetDir, getLang, getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, getStyleClass, getTitlepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
protected 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()
shouldVisitChildren in interface org.richfaces.ui.common.VisitChildrenRejectablepublic String getName()
getName in interface AbstractTogglePanelItemInterfacepublic void setName(String name)
public org.richfaces.component.SwitchType getSwitchType()
getSwitchType in interface AbstractTogglePanelItemInterfacepublic void setSwitchType(org.richfaces.component.SwitchType switchType)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.