@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, visitTree
clearInitialState, getLocalValue, markInitialState, resetValue, restoreState, saveState
addClientBehavior, 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, setValueBinding
getClientId, 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, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addClientBehavior, getClientBehaviors
getClientId, getName, getParentPanel, getSwitchType, isActive, isDynamicPanelItem, isRendered
shouldVisitChildren
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class AbstractTogglePanelItem
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public javax.faces.convert.Converter getConverter()
getConverter
in interface javax.faces.component.ValueHolder
getConverter
in class AbstractTogglePanelItem
public void setConverter(javax.faces.convert.Converter converter)
setConverter
in interface javax.faces.component.ValueHolder
setConverter
in class javax.faces.component.UIOutput
public String getDir()
I18nProps
public void setDir(String dir)
public String getLang()
I18nProps
public void setLang(String lang)
public String getOnclick()
EventsMouseProps
getOnclick
in interface EventsMouseProps
public void setOnclick(String onclick)
public String getOndblclick()
EventsMouseProps
getOndblclick
in interface EventsMouseProps
public void setOndblclick(String ondblclick)
public String getOnenter()
AbstractTogglePanelItemInterface
getOnenter
in interface AbstractTogglePanelItemInterface
public void setOnenter(String onenter)
public String getOnleave()
AbstractTogglePanelItemInterface
getOnleave
in interface AbstractTogglePanelItemInterface
public void setOnleave(String onleave)
public String getOnmousedown()
EventsMouseProps
getOnmousedown
in interface EventsMouseProps
public void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMouseProps
getOnmousemove
in interface EventsMouseProps
public void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMouseProps
getOnmouseout
in interface EventsMouseProps
public void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMouseProps
getOnmouseover
in interface EventsMouseProps
public void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMouseProps
getOnmouseup
in interface EventsMouseProps
public void setOnmouseup(String onmouseup)
public String getStyle()
CoreProps
public void setStyle(String style)
public String getStyleClass()
CoreProps
getStyleClass
in interface CoreProps
public void setStyleClass(String styleClass)
public String getTitle()
CoreProps
public void setTitle(String title)
public Object getValue()
AbstractTogglePanelItem
getValue
in interface javax.faces.component.ValueHolder
getValue
in class AbstractTogglePanelItem
public void setValue(Object value)
setValue
in interface javax.faces.component.ValueHolder
setValue
in class javax.faces.component.UIOutput
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.