@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UITogglePanelItem extends AbstractTogglePanelItem implements javax.faces.component.behavior.ClientBehaviorHolder, 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 | Class and Description |
|---|---|
protected static class |
UITogglePanelItem.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
NAME| Constructor and Description |
|---|
UITogglePanelItem() |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.convert.Converter |
getConverter() |
String |
getDefaultEventName() |
String |
getDir()
Direction indication for text that does not inherit directionality.
|
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getLang()
Code describing the language used in the generated markup for this component.
|
String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
String |
getOndblclick()
Javascript code executed when a pointer button is double clicked over this element.
|
String |
getOnenter()
The function to perform when the mouse enters the panel
|
String |
getOnleave()
The function to perform when the mouse leaves the panel.
|
String |
getOnmousedown()
Javascript code executed when a pointer button is pressed down over this element.
|
String |
getOnmousemove()
Javascript code executed when a pointer button is moved within this element.
|
String |
getOnmouseout()
Javascript code executed when a pointer button is moved away from this element.
|
String |
getOnmouseover()
Javascript code executed when a pointer button is moved onto this element.
|
String |
getOnmouseup()
Javascript code executed when a pointer button is released over this element.
|
String |
getStyle()
CSS style(s) to be applied when this component is rendered.
|
String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered.
|
String |
getTitle()
Advisory title information about markup elements generated for this component.
|
Object |
getValue()
Suppress the inherited value attribute from the taglib.
|
void |
setConverter(javax.faces.convert.Converter converter) |
void |
setDir(String dir) |
void |
setLang(String lang) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnenter(String onenter) |
void |
setOnleave(String onleave) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
void |
setValue(Object value) |
getName, getParentPanel, getSwitchType, isActive, isDynamicPanelItem, setName, setSwitchType, shouldVisitChildren, toString, visitTreeclearInitialState, getLocalValue, markInitialState, resetValue, restoreState, saveStateaddClientBehavior, addFacesListener, broadcast, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindinggetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddClientBehavior, getClientBehaviorsgetClientId, getName, getParentPanel, getSwitchType, isActive, isDynamicPanelItem, isRenderedshouldVisitChildrenpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class AbstractTogglePanelItempublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic javax.faces.convert.Converter getConverter()
getConverter in interface javax.faces.component.ValueHoldergetConverter in class AbstractTogglePanelItempublic void setConverter(javax.faces.convert.Converter converter)
setConverter in interface javax.faces.component.ValueHoldersetConverter in class javax.faces.component.UIOutputpublic String getDir()
I18nPropspublic void setDir(String dir)
public String getLang()
I18nPropspublic void setLang(String lang)
public String getOnclick()
EventsMousePropsgetOnclick in interface EventsMousePropspublic void setOnclick(String onclick)
public String getOndblclick()
EventsMousePropsgetOndblclick in interface EventsMousePropspublic void setOndblclick(String ondblclick)
public String getOnenter()
AbstractTogglePanelItemInterfacegetOnenter in interface AbstractTogglePanelItemInterfacepublic void setOnenter(String onenter)
public String getOnleave()
AbstractTogglePanelItemInterfacegetOnleave in interface AbstractTogglePanelItemInterfacepublic void setOnleave(String onleave)
public String getOnmousedown()
EventsMousePropsgetOnmousedown in interface EventsMousePropspublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMousePropsgetOnmousemove in interface EventsMousePropspublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMousePropsgetOnmouseout in interface EventsMousePropspublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMousePropsgetOnmouseover in interface EventsMousePropspublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMousePropsgetOnmouseup in interface EventsMousePropspublic void setOnmouseup(String onmouseup)
public String getStyle()
CorePropspublic void setStyle(String style)
public String getStyleClass()
CorePropsgetStyleClass in interface CorePropspublic void setStyleClass(String styleClass)
public String getTitle()
CorePropspublic void setTitle(String title)
public Object getValue()
AbstractTogglePanelItemgetValue in interface javax.faces.component.ValueHoldergetValue in class AbstractTogglePanelItempublic void setValue(Object value)
setValue in interface javax.faces.component.ValueHoldersetValue in class javax.faces.component.UIOutputCopyright © 2016 JBoss by Red Hat. All Rights Reserved.