|
RichFaces UI Components UI 4.3.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
org.richfaces.component.AbstractActionComponent
org.richfaces.component.AbstractPanelMenuItem
org.richfaces.component.AbstractPanelMenuGroup
org.richfaces.component.UIPanelMenuGroup
@Generated(value={"RichFaces CDK","4.3.0.CR1"}) public class UIPanelMenuGroup
The <rich:panelMenuGroup> component defines a group of <rich:panelMenuItem> components inside a <rich:panelMenu>.
Nested Class Summary | |
---|---|
protected static class |
UIPanelMenuGroup.Properties
|
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
UIPanelMenuGroup()
|
Method Summary | |
---|---|
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. |
org.richfaces.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()
|
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()
|
String |
getOnexpand()
The client-side script method to be called after the menu group is expanded |
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 |
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()
|
Boolean |
getUnselectable()
|
boolean |
isBypassUpdates()
If "true", after process validations phase it skips updates of model beans on a force render response. |
boolean |
isDisabled()
Defines whenever this component should be disabled. |
boolean |
isLimitRender()
If "true", render only those ids specified in the "render" attribute, forgoing the render of the auto-rendered panels |
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(org.richfaces.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 |
setRightIcon(String rightIcon)
|
void |
setRightIconClass(String rightIconClass)
|
void |
setSelectable(Boolean selectable)
|
void |
setStatus(String status)
|
void |
setStyle(String style)
|
void |
setUnselectable(Boolean unselectable)
|
Methods inherited from class org.richfaces.component.AbstractPanelMenuItem |
---|
getExecute, getName, getPanelMenu, getParentItem, getValue, isActiveItem, isTopItem, setExecute, setName, setValue |
Methods inherited from class javax.faces.component.UICommand |
---|
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, removeActionListener, setAction, setActionExpression, setActionListener |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, 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, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
---|
addClientBehavior, getClientBehaviors |
Field Detail |
---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public UIPanelMenuGroup()
Method Detail |
---|
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()
AbstractActionComponent
isBypassUpdates
in class AbstractActionComponent
public void setBypassUpdates(boolean bypassUpdates)
setBypassUpdates
in class AbstractActionComponent
public String getCollapseEvent()
AbstractPanelMenuGroup
getCollapseEvent
in class AbstractPanelMenuGroup
public void setCollapseEvent(String collapseEvent)
public Object getData()
AjaxProps
getData
in interface AjaxProps
public void setData(Object data)
public boolean isDisabled()
AbstractPanelMenuItem
isDisabled
in class AbstractPanelMenuItem
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()
AjaxProps
isLimitRender
in interface AjaxProps
public void setLimitRender(boolean limitRender)
public org.richfaces.PanelMenuMode getMode()
AbstractPanelMenuGroup
getMode
in class AbstractPanelMenuGroup
public void setMode(org.richfaces.PanelMenuMode mode)
public String getOnbeforecollapse()
AbstractPanelMenuGroup
getOnbeforecollapse
in class AbstractPanelMenuGroup
public void setOnbeforecollapse(String onbeforecollapse)
public String getOnbeforedomupdate()
AjaxProps
getOnbeforedomupdate
in interface AjaxProps
getOnbeforedomupdate
in class AbstractPanelMenuGroup
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()
getOnclick
in class AbstractPanelMenuGroup
public void setOnclick(String onclick)
public String getOncollapse()
AbstractPanelMenuGroup
getOncollapse
in class AbstractPanelMenuGroup
public void setOncollapse(String oncollapse)
public String getOncomplete()
AjaxProps
getOncomplete
in interface AjaxProps
getOncomplete
in class AbstractPanelMenuGroup
public void setOncomplete(String oncomplete)
public String getOndblclick()
getOndblclick
in class AbstractPanelMenuGroup
public void setOndblclick(String ondblclick)
public String getOnexpand()
AbstractPanelMenuGroup
getOnexpand
in class AbstractPanelMenuGroup
public void setOnexpand(String onexpand)
public String getOnmousedown()
getOnmousedown
in class AbstractPanelMenuGroup
public void setOnmousedown(String onmousedown)
public String getOnmousemove()
getOnmousemove
in class AbstractPanelMenuGroup
public void setOnmousemove(String onmousemove)
public String getOnmouseout()
getOnmouseout
in class AbstractPanelMenuGroup
public void setOnmouseout(String onmouseout)
public String getOnmouseover()
getOnmouseover
in class AbstractPanelMenuGroup
public void setOnmouseover(String onmouseover)
public String getOnmouseup()
getOnmouseup
in class AbstractPanelMenuGroup
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()
AjaxProps
getRender
in interface AjaxProps
public void setRender(Object render)
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
getStatus
in interface AjaxProps
public void setStatus(String status)
public String getStyle()
getStyle
in class AbstractPanelMenuItem
public void setStyle(String style)
public Boolean getUnselectable()
getUnselectable
in class AbstractPanelMenuItem
public void setUnselectable(Boolean unselectable)
|
RichFaces UI Components UI 4.3.0.CR1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |