@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIPanelMenuGroup extends AbstractPanelMenuGroup implements javax.faces.component.behavior.ClientBehaviorHolder, AjaxProps, BypassProps, EventsMouseProps, StyleClassProps, StyleProps
The <rich:panelMenuGroup> component defines a group of <rich:panelMenuItem> components inside a <rich:panelMenu>.
Modifier and Type | Class and Description |
---|---|
protected static class |
UIPanelMenuGroup.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIPanelMenuGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getCollapseEvent()
The mouse event used for collapsing.
|
Object |
getData()
Serialized (on default with JSON) data passed to the client by a developer on an AJAX request.
|
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getExpandEvent()
The mouse event used for expansion.
|
String |
getFamily() |
String |
getHoverClass()
Space-separated list of CSS style class(es) to be applied to the panel menu group when it is hovered.
|
String |
getLabel()
A localized user presentable name for this component.
|
String |
getLeftIcon()
The icon displayed on the left of the menu item label
|
String |
getLeftIconClass()
Space-separated list of CSS style class(es) to be applied to the left icon of the panel menu group.
|
PanelMenuMode |
getMode()
Mode used for expanding/collapsing of this group: default value is inherited from panelMenu
|
String |
getOnbeforecollapse()
The client-side script method to be called before the menu group is collapsed
|
String |
getOnbeforedomupdate()
The client-side script method to be called after the ajax response comes back, but before the DOM is updated
|
String |
getOnbeforeexpand()
The client-side script method to be called before the menu group is expanded
|
String |
getOnbeforeselect()
The client-side script method to be called before the menu group is selected
|
String |
getOnbeforeswitch()
The client-side script method to be called before the menu group is switched (toggled)
|
String |
getOnbegin()
The client-side script method to be called before an ajax request.
|
String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
String |
getOncollapse()
The client-side script method to be called after the menu group is collapsed
|
String |
getOncomplete()
The client-side script method to be called after the DOM is updated
|
String |
getOndblclick()
Javascript code executed when a pointer button is double clicked over this element.
|
String |
getOnexpand()
The client-side script method to be called after the menu group is expanded
|
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 |
getOnselect()
The client-side script method to be called after the menu group is selected
|
String |
getOnswitch()
The client-side script method to be called after the menu group is switched (toggled)
|
String |
getOnunselect()
The client-side script method to be called after the menu group is unselected
|
Object |
getRender()
IDs of components that will participate in the "render" portion of the Request Processing Lifecycle.
|
String |
getRightIcon()
The icon displayed on the right of the menu item label
|
String |
getRightIconClass()
Space-separated list of CSS style class(es) to be applied to the right icon of the panel menu group.
|
Boolean |
getSelectable()
Defines whenever the group is selectable.
|
String |
getStatus()
Name of the request status component that will indicate the status of the Ajax request
|
String |
getStyle()
CSS style(s) to be applied when this component is rendered.
|
Boolean |
getUnselectable() |
boolean |
isBypassUpdates()
If "true", after process validations phase it skips updates of model beans on a force render response.
|
boolean |
isDisabled()
Flag indicating that this element must never receive focus or be included in a subsequent submit.
|
boolean |
isLimitRender()
If "true", render only those ids specified in the "render" attribute, forgoing the render of the auto-rendered panels
|
boolean |
isResetValues()
If true, indicate that this particular Ajax transaction is a value reset transaction.
|
void |
setBypassUpdates(boolean bypassUpdates) |
void |
setCollapseEvent(String collapseEvent) |
void |
setData(Object data) |
void |
setDisabled(boolean disabled) |
void |
setExpandEvent(String expandEvent) |
void |
setHoverClass(String hoverClass) |
void |
setLabel(String label) |
void |
setLeftIcon(String leftIcon) |
void |
setLeftIconClass(String leftIconClass) |
void |
setLimitRender(boolean limitRender) |
void |
setMode(PanelMenuMode mode) |
void |
setOnbeforecollapse(String onbeforecollapse) |
void |
setOnbeforedomupdate(String onbeforedomupdate) |
void |
setOnbeforeexpand(String onbeforeexpand) |
void |
setOnbeforeselect(String onbeforeselect) |
void |
setOnbeforeswitch(String onbeforeswitch) |
void |
setOnbegin(String onbegin) |
void |
setOnclick(String onclick) |
void |
setOncollapse(String oncollapse) |
void |
setOncomplete(String oncomplete) |
void |
setOndblclick(String ondblclick) |
void |
setOnexpand(String onexpand) |
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 |
setOnswitch(String onswitch) |
void |
setOnunselect(String onunselect) |
void |
setRender(Object render) |
void |
setResetValues(boolean resetValues) |
void |
setRightIcon(String rightIcon) |
void |
setRightIconClass(String rightIconClass) |
void |
setSelectable(Boolean selectable) |
void |
setStatus(String status) |
void |
setStyle(String style) |
void |
setUnselectable(Boolean unselectable) |
getDisabledClass, getLeftCollapsedIcon, getLeftDisabledIcon, getLeftExpandedIcon, getRightCollapsedIcon, getRightDisabledIcon, getRightExpandedIcon, getState, getStyleClass, getSubmittedExpanded, hasActiveItem, isExpanded, isImmediate, processDecodes, queueEvent, setDisabledClass, setEventPhase, setExpanded, setImmediate, setLeftCollapsedIcon, setLeftDisabledIcon, setLeftExpandedIcon, setRightCollapsedIcon, setRightDisabledIcon, setRightExpandedIcon, setStyleClass, setSubmittedExpanded, setValueExpression, validate
getExecute, getName, getPanelMenu, getParentItem, getValue, isActiveItem, isParentDisabled, isTopItem, setExecute, setName, setValue
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, removeActionListener, setAction, setActionExpression, setActionListener
addClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addClientBehavior, getClientBehaviors
getExecute
getStyleClass
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class AbstractPanelMenuGroup
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 boolean isBypassUpdates()
BypassProps
isBypassUpdates
in interface BypassProps
public void setBypassUpdates(boolean bypassUpdates)
public String getCollapseEvent()
AbstractPanelMenuGroup
getCollapseEvent
in class AbstractPanelMenuGroup
public void setCollapseEvent(String collapseEvent)
public Object getData()
AjaxActivatorProps
getData
in interface AjaxActivatorProps
public void setData(Object data)
public boolean isDisabled()
DisabledProps
isDisabled
in interface DisabledProps
public void setDisabled(boolean disabled)
public String getExpandEvent()
AbstractPanelMenuGroup
getExpandEvent
in class AbstractPanelMenuGroup
public void setExpandEvent(String expandEvent)
public String getHoverClass()
AbstractPanelMenuGroup
getHoverClass
in class AbstractPanelMenuGroup
public void setHoverClass(String hoverClass)
public String getLabel()
AbstractPanelMenuItem
getLabel
in class AbstractPanelMenuItem
public void setLabel(String label)
public String getLeftIcon()
AbstractPanelMenuItem
getLeftIcon
in class AbstractPanelMenuGroup
public void setLeftIcon(String leftIcon)
setLeftIcon
in class AbstractPanelMenuItem
public String getLeftIconClass()
AbstractPanelMenuGroup
getLeftIconClass
in class AbstractPanelMenuGroup
public void setLeftIconClass(String leftIconClass)
public boolean isLimitRender()
AjaxActivatorProps
isLimitRender
in interface AjaxActivatorProps
public void setLimitRender(boolean limitRender)
public PanelMenuMode getMode()
AbstractPanelMenuGroup
getMode
in class AbstractPanelMenuGroup
public void setMode(PanelMenuMode mode)
public String getOnbeforecollapse()
AbstractPanelMenuGroup
getOnbeforecollapse
in class AbstractPanelMenuGroup
public void setOnbeforecollapse(String onbeforecollapse)
public String getOnbeforedomupdate()
AjaxActivatorProps
getOnbeforedomupdate
in interface AjaxActivatorProps
public void setOnbeforedomupdate(String onbeforedomupdate)
public String getOnbeforeexpand()
AbstractPanelMenuGroup
getOnbeforeexpand
in class AbstractPanelMenuGroup
public void setOnbeforeexpand(String onbeforeexpand)
public String getOnbeforeselect()
AbstractPanelMenuGroup
getOnbeforeselect
in class AbstractPanelMenuGroup
public void setOnbeforeselect(String onbeforeselect)
public String getOnbeforeswitch()
AbstractPanelMenuGroup
getOnbeforeswitch
in class AbstractPanelMenuGroup
public void setOnbeforeswitch(String onbeforeswitch)
public String getOnbegin()
AjaxProps
getOnbegin
in interface AjaxProps
public void setOnbegin(String onbegin)
public String getOnclick()
EventsMouseProps
getOnclick
in interface EventsMouseProps
public void setOnclick(String onclick)
public String getOncollapse()
AbstractPanelMenuGroup
getOncollapse
in class AbstractPanelMenuGroup
public void setOncollapse(String oncollapse)
public String getOncomplete()
AjaxActivatorProps
getOncomplete
in interface AjaxActivatorProps
public void setOncomplete(String oncomplete)
public String getOndblclick()
EventsMouseProps
getOndblclick
in interface EventsMouseProps
public void setOndblclick(String ondblclick)
public String getOnexpand()
AbstractPanelMenuGroup
getOnexpand
in class AbstractPanelMenuGroup
public void setOnexpand(String onexpand)
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 getOnselect()
AbstractPanelMenuGroup
getOnselect
in class AbstractPanelMenuGroup
public void setOnselect(String onselect)
public String getOnswitch()
AbstractPanelMenuGroup
getOnswitch
in class AbstractPanelMenuGroup
public void setOnswitch(String onswitch)
public String getOnunselect()
AbstractPanelMenuGroup
getOnunselect
in class AbstractPanelMenuGroup
public void setOnunselect(String onunselect)
public Object getRender()
AjaxActivatorProps
getRender
in interface AjaxActivatorProps
public void setRender(Object render)
public boolean isResetValues()
AjaxActivatorProps
isResetValues
in interface AjaxActivatorProps
public void setResetValues(boolean resetValues)
public String getRightIcon()
AbstractPanelMenuItem
getRightIcon
in class AbstractPanelMenuGroup
public void setRightIcon(String rightIcon)
setRightIcon
in class AbstractPanelMenuItem
public String getRightIconClass()
AbstractPanelMenuGroup
getRightIconClass
in class AbstractPanelMenuGroup
public void setRightIconClass(String rightIconClass)
public Boolean getSelectable()
AbstractPanelMenuGroup
getSelectable
in class AbstractPanelMenuGroup
public void setSelectable(Boolean selectable)
public String getStatus()
AjaxProps
public void setStatus(String status)
public String getStyle()
StyleProps
getStyle
in interface StyleProps
public void setStyle(String style)
public Boolean getUnselectable()
getUnselectable
in class AbstractPanelMenuItem
public void setUnselectable(Boolean unselectable)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.