|
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 AbstractPanelMenuGrouppublic 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()
AbstractActionComponent
isBypassUpdates in class AbstractActionComponentpublic void setBypassUpdates(boolean bypassUpdates)
setBypassUpdates in class AbstractActionComponentpublic String getCollapseEvent()
AbstractPanelMenuGroup
getCollapseEvent in class AbstractPanelMenuGrouppublic void setCollapseEvent(String collapseEvent)
public Object getData()
AjaxProps
getData in interface AjaxPropspublic void setData(Object data)
public boolean isDisabled()
AbstractPanelMenuItem
isDisabled in class AbstractPanelMenuItempublic void setDisabled(boolean disabled)
public String getExpandEvent()
AbstractPanelMenuGroup
getExpandEvent in class AbstractPanelMenuGrouppublic void setExpandEvent(String expandEvent)
public String getHoverClass()
AbstractPanelMenuGroup
getHoverClass in class AbstractPanelMenuGrouppublic void setHoverClass(String hoverClass)
public String getLabel()
AbstractPanelMenuItem
getLabel in class AbstractPanelMenuItempublic void setLabel(String label)
public String getLeftIcon()
AbstractPanelMenuItem
getLeftIcon in class AbstractPanelMenuGrouppublic void setLeftIcon(String leftIcon)
setLeftIcon in class AbstractPanelMenuItempublic String getLeftIconClass()
AbstractPanelMenuGroup
getLeftIconClass in class AbstractPanelMenuGrouppublic void setLeftIconClass(String leftIconClass)
public boolean isLimitRender()
AjaxProps
isLimitRender in interface AjaxPropspublic void setLimitRender(boolean limitRender)
public org.richfaces.PanelMenuMode getMode()
AbstractPanelMenuGroup
getMode in class AbstractPanelMenuGrouppublic void setMode(org.richfaces.PanelMenuMode mode)
public String getOnbeforecollapse()
AbstractPanelMenuGroup
getOnbeforecollapse in class AbstractPanelMenuGrouppublic void setOnbeforecollapse(String onbeforecollapse)
public String getOnbeforedomupdate()
AjaxProps
getOnbeforedomupdate in interface AjaxPropsgetOnbeforedomupdate in class AbstractPanelMenuGrouppublic void setOnbeforedomupdate(String onbeforedomupdate)
public String getOnbeforeexpand()
AbstractPanelMenuGroup
getOnbeforeexpand in class AbstractPanelMenuGrouppublic void setOnbeforeexpand(String onbeforeexpand)
public String getOnbeforeselect()
AbstractPanelMenuGroup
getOnbeforeselect in class AbstractPanelMenuGrouppublic void setOnbeforeselect(String onbeforeselect)
public String getOnbeforeswitch()
AbstractPanelMenuGroup
getOnbeforeswitch in class AbstractPanelMenuGrouppublic void setOnbeforeswitch(String onbeforeswitch)
public String getOnbegin()
AjaxProps
getOnbegin in interface AjaxPropspublic void setOnbegin(String onbegin)
public String getOnclick()
getOnclick in class AbstractPanelMenuGrouppublic void setOnclick(String onclick)
public String getOncollapse()
AbstractPanelMenuGroup
getOncollapse in class AbstractPanelMenuGrouppublic void setOncollapse(String oncollapse)
public String getOncomplete()
AjaxProps
getOncomplete in interface AjaxPropsgetOncomplete in class AbstractPanelMenuGrouppublic void setOncomplete(String oncomplete)
public String getOndblclick()
getOndblclick in class AbstractPanelMenuGrouppublic void setOndblclick(String ondblclick)
public String getOnexpand()
AbstractPanelMenuGroup
getOnexpand in class AbstractPanelMenuGrouppublic void setOnexpand(String onexpand)
public String getOnmousedown()
getOnmousedown in class AbstractPanelMenuGrouppublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
getOnmousemove in class AbstractPanelMenuGrouppublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
getOnmouseout in class AbstractPanelMenuGrouppublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
getOnmouseover in class AbstractPanelMenuGrouppublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
getOnmouseup in class AbstractPanelMenuGrouppublic void setOnmouseup(String onmouseup)
public String getOnselect()
AbstractPanelMenuGroup
getOnselect in class AbstractPanelMenuGrouppublic void setOnselect(String onselect)
public String getOnswitch()
AbstractPanelMenuGroup
getOnswitch in class AbstractPanelMenuGrouppublic void setOnswitch(String onswitch)
public String getOnunselect()
AbstractPanelMenuGroup
getOnunselect in class AbstractPanelMenuGrouppublic void setOnunselect(String onunselect)
public Object getRender()
AjaxProps
getRender in interface AjaxPropspublic void setRender(Object render)
public String getRightIcon()
AbstractPanelMenuItem
getRightIcon in class AbstractPanelMenuGrouppublic void setRightIcon(String rightIcon)
setRightIcon in class AbstractPanelMenuItempublic String getRightIconClass()
AbstractPanelMenuGroup
getRightIconClass in class AbstractPanelMenuGrouppublic void setRightIconClass(String rightIconClass)
public Boolean getSelectable()
AbstractPanelMenuGroup
getSelectable in class AbstractPanelMenuGrouppublic void setSelectable(Boolean selectable)
public String getStatus()
AjaxProps
getStatus in interface AjaxPropspublic void setStatus(String status)
public String getStyle()
getStyle in class AbstractPanelMenuItempublic void setStyle(String style)
public Boolean getUnselectable()
getUnselectable in class AbstractPanelMenuItempublic 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 | |||||||||