org.richfaces.component
@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"}) public class UIPanelMenuItem extends AbstractPanelMenuItem implements javax.faces.component.behavior.ClientBehaviorHolder, org.richfaces.component.attribute.AjaxProps, org.richfaces.component.attribute.BypassProps, org.richfaces.component.attribute.DisabledProps, org.richfaces.component.attribute.EventsMouseProps, org.richfaces.component.attribute.StyleClassProps, org.richfaces.component.attribute.StyleProps
The <rich:panelMenuItem> component represents a single item inside a <rich:panelMenuGroup> component, which is in turn part of a <rich:panelMenu> component.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UIPanelMenuItem.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIPanelMenuItem() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData() |
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getLabel()
A localized user presentable name for this component.
|
String |
getLeftIconClass()
Space-separated list of CSS style class(es) to be applied to the left icon of the panel menu item.
|
PanelMenuMode |
getMode()
Mode used for selecting of this item: default value is inherited from panelMenu
|
String |
getOnbeforedomupdate() |
String |
getOnbeforeselect()
The client-side script method to be called before the menu group is selected
|
String |
getOnbegin() |
String |
getOnclick() |
String |
getOncomplete() |
String |
getOndblclick() |
String |
getOnmousedown() |
String |
getOnmousemove() |
String |
getOnmouseout() |
String |
getOnmouseover() |
String |
getOnmouseup() |
String |
getOnselect()
The client-side script method to be called after the menu group is selected
|
String |
getOnunselect()
The client-side script method to be called after the menu group is unselected
|
Object |
getRender() |
String |
getRightIconClass()
Space-separated list of CSS style class(es) to be applied to the right icon of the panel menu item.
|
Boolean |
getSelectable()
Defines whenever the item is selectable.
|
String |
getStatus() |
String |
getStyle() |
Boolean |
getUnselectable() |
boolean |
isBypassUpdates() |
boolean |
isDisabled() |
boolean |
isLimitRender() |
boolean |
isResetValues() |
void |
setBypassUpdates(boolean bypassUpdates) |
void |
setData(Object data) |
void |
setDisabled(boolean disabled) |
void |
setLabel(String label) |
void |
setLeftIconClass(String leftIconClass) |
void |
setLimitRender(boolean limitRender) |
void |
setMode(PanelMenuMode mode) |
void |
setOnbeforedomupdate(String onbeforedomupdate) |
void |
setOnbeforeselect(String onbeforeselect) |
void |
setOnbegin(String onbegin) |
void |
setOnclick(String onclick) |
void |
setOncomplete(String oncomplete) |
void |
setOndblclick(String ondblclick) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setOnselect(String onselect) |
void |
setOnunselect(String onunselect) |
void |
setRender(Object render) |
void |
setResetValues(boolean resetValues) |
void |
setRightIconClass(String rightIconClass) |
void |
setSelectable(Boolean selectable) |
void |
setStatus(String status) |
void |
setStyle(String style) |
void |
setUnselectable(Boolean unselectable) |
getDisabledClass, getExecute, getLeftDisabledIcon, getLeftIcon, getName, getPanelMenu, getParentItem, getRightDisabledIcon, getRightIcon, getStyleClass, getValue, isActiveItem, isParentDisabled, isTopItem, setDisabledClass, setExecute, setLeftDisabledIcon, setLeftIcon, setName, setRightDisabledIcon, setRightIcon, setStyleClass, setValueaddActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediateaddClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, 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, toString, wait, wait, waitpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class AbstractPanelMenuItempublic 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 boolean isBypassUpdates()
isBypassUpdates in interface org.richfaces.component.attribute.BypassPropspublic void setBypassUpdates(boolean bypassUpdates)
public Object getData()
getData in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setData(Object data)
public boolean isDisabled()
isDisabled in interface org.richfaces.component.attribute.DisabledPropspublic void setDisabled(boolean disabled)
public String getLabel()
AbstractPanelMenuItemgetLabel in class AbstractPanelMenuItempublic void setLabel(String label)
public String getLeftIconClass()
AbstractPanelMenuItemgetLeftIconClass in class AbstractPanelMenuItempublic void setLeftIconClass(String leftIconClass)
public boolean isLimitRender()
isLimitRender in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setLimitRender(boolean limitRender)
public PanelMenuMode getMode()
AbstractPanelMenuItemgetMode in class AbstractPanelMenuItempublic void setMode(PanelMenuMode mode)
public String getOnbeforedomupdate()
getOnbeforedomupdate in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setOnbeforedomupdate(String onbeforedomupdate)
public String getOnbeforeselect()
AbstractPanelMenuItemgetOnbeforeselect in class AbstractPanelMenuItempublic void setOnbeforeselect(String onbeforeselect)
public String getOnbegin()
getOnbegin in interface org.richfaces.component.attribute.AjaxPropspublic void setOnbegin(String onbegin)
public String getOnclick()
getOnclick in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnclick(String onclick)
public String getOncomplete()
getOncomplete in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setOncomplete(String oncomplete)
public String getOndblclick()
getOndblclick in interface org.richfaces.component.attribute.EventsMousePropspublic void setOndblclick(String ondblclick)
public String getOnmousedown()
getOnmousedown in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
getOnmousemove in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
getOnmouseout in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
getOnmouseover in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
getOnmouseup in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseup(String onmouseup)
public String getOnselect()
AbstractPanelMenuItemgetOnselect in class AbstractPanelMenuItempublic void setOnselect(String onselect)
public String getOnunselect()
AbstractPanelMenuItemgetOnunselect in class AbstractPanelMenuItempublic void setOnunselect(String onunselect)
public Object getRender()
getRender in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setRender(Object render)
public boolean isResetValues()
isResetValues in interface org.richfaces.component.attribute.AjaxActivatorPropspublic void setResetValues(boolean resetValues)
public String getRightIconClass()
AbstractPanelMenuItemgetRightIconClass in class AbstractPanelMenuItempublic void setRightIconClass(String rightIconClass)
public Boolean getSelectable()
AbstractPanelMenuItemgetSelectable in class AbstractPanelMenuItempublic void setSelectable(Boolean selectable)
public String getStatus()
getStatus in interface org.richfaces.component.attribute.AjaxPropspublic void setStatus(String status)
public String getStyle()
getStyle in interface org.richfaces.component.attribute.StylePropspublic void setStyle(String style)
public Boolean getUnselectable()
getUnselectable in class AbstractPanelMenuItempublic void setUnselectable(Boolean unselectable)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.