@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIMenuGroup extends AbstractMenuGroup implements javax.faces.component.behavior.ClientBehaviorHolder, CoreProps, DisabledProps, EventsKeyProps, EventsMouseProps, EventsPopupsProps, I18nProps, PositionProps
The <rich:menuGroup> component represents an expandable sub-menu in a menu control. The <rich:menuGroup> component can contain a number of <rich:menuItem> components, or further nested <rich:menuGroup> components.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UIMenuGroup.Properties |
AbstractMenuGroup.Facets| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIMenuGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEventName() |
String |
getDir()
Direction indication for text that does not inherit directionality.
|
Positioning |
getDirection()
Set the direction of the popup.
|
Collection<String> |
getEventNames() |
String |
getFamily() |
int |
getHorizontalOffset()
Sets the horizontal offset between popup element and the conjunction point
|
String |
getIcon()
The icon to be displayed with the menu item
|
String |
getIconDisabled()
The icon to be displayed with the menu item when it is disabled
|
Positioning |
getJointPoint()
Set the corner attachment point with which the popup should be connected.
|
String |
getLabel()
The text label for the menu item.
|
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 |
getOnhide()
The client-side code executed after the popup disappears.
|
String |
getOnkeydown()
Javascript code executed when a key is pressed down over this element.
|
String |
getOnkeypress()
Javascript code executed when a key is pressed and released over this element.
|
String |
getOnkeyup()
Javascript code executed when a key is released over this element.
|
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 |
getOnshow()
The client-side code executed after the popup is shown.
|
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() |
int |
getVerticalOffset()
Sets the vertical offset between popup element and the conjunction point
|
boolean |
isDisabled()
Flag indicating that this element must never receive focus or be included in a subsequent submit.
|
void |
setDir(String dir) |
void |
setDirection(Positioning direction) |
void |
setDisabled(boolean disabled) |
void |
setHorizontalOffset(int horizontalOffset) |
void |
setIcon(String icon) |
void |
setIconDisabled(String iconDisabled) |
void |
setJointPoint(Positioning jointPoint) |
void |
setLabel(String label) |
void |
setLang(String lang) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnhide(String onhide) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setOnshow(String onshow) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
void |
setValue(Object value) |
void |
setVerticalOffset(int verticalOffset) |
getCssRootclearInitialState, getConverter, getLocalValue, markInitialState, resetValue, restoreState, saveState, setConverteraddClientBehavior, addFacesListener, broadcast, 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, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIOutputpublic 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 String getDir()
I18nPropspublic void setDir(String dir)
public Positioning getDirection()
PositionPropsSet the direction of the popup. Possible values are:
AA (auto), LT (topLeft), RT (topRight), LB (bottomLeft), RB (bottomRight, LA (autoLeft),
RA (autoRight), AT (topAuto), AB (bottomAuto)
Default value is auto
getDirection in interface PositionPropspublic void setDirection(Positioning direction)
public boolean isDisabled()
DisabledPropsisDisabled in interface DisabledPropspublic void setDisabled(boolean disabled)
public int getHorizontalOffset()
PositionPropsSets the horizontal offset between popup element and the conjunction point
Default value is 0
getHorizontalOffset in interface PositionPropspublic void setHorizontalOffset(int horizontalOffset)
public String getIcon()
AbstractMenuGroupgetIcon in class AbstractMenuGrouppublic void setIcon(String icon)
public String getIconDisabled()
AbstractMenuGroupgetIconDisabled in class AbstractMenuGrouppublic void setIconDisabled(String iconDisabled)
public Positioning getJointPoint()
PositionPropsSet the corner attachment point with which the popup should be connected. Possible values are:
AA (auto), LT (topLeft), RT (topRight), LB (bottomLeft), RB (bottomRight, LA (autoLeft),
RA (autoRight), AT (topAuto), AB (bottomAuto)
Default value is auto
getJointPoint in interface PositionPropspublic void setJointPoint(Positioning jointPoint)
public String getLabel()
AbstractMenuGroupgetLabel in class AbstractMenuGrouppublic void setLabel(String label)
public String getLang()
I18nPropspublic void setLang(String lang)
public String getOnclick()
EventsMousePropsgetOnclick in interface EventsMousePropspublic void setOnclick(String onclick)
public String getOndblclick()
EventsMousePropsgetOndblclick in interface EventsMousePropspublic void setOndblclick(String ondblclick)
public String getOnhide()
EventsPopupsPropsgetOnhide in interface EventsPopupsPropspublic void setOnhide(String onhide)
public String getOnkeydown()
EventsKeyPropsgetOnkeydown in interface EventsKeyPropspublic void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventsKeyPropsgetOnkeypress in interface EventsKeyPropspublic void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventsKeyPropsgetOnkeyup in interface EventsKeyPropspublic void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventsMousePropsgetOnmousedown in interface EventsMousePropspublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMousePropsgetOnmousemove in interface EventsMousePropspublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMousePropsgetOnmouseout in interface EventsMousePropspublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMousePropsgetOnmouseover in interface EventsMousePropspublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMousePropsgetOnmouseup in interface EventsMousePropspublic void setOnmouseup(String onmouseup)
public String getOnshow()
EventsPopupsPropsgetOnshow in interface EventsPopupsPropspublic void setOnshow(String onshow)
public String getStyle()
CorePropspublic void setStyle(String style)
public String getStyleClass()
CorePropsgetStyleClass in interface CorePropspublic void setStyleClass(String styleClass)
public String getTitle()
CorePropspublic void setTitle(String title)
public Object getValue()
getValue in interface javax.faces.component.ValueHoldergetValue in class AbstractMenuGrouppublic void setValue(Object value)
setValue in interface javax.faces.component.ValueHoldersetValue in class javax.faces.component.UIOutputpublic int getVerticalOffset()
PositionPropsSets the vertical offset between popup element and the conjunction point
Default value is 0
getVerticalOffset in interface PositionPropspublic void setVerticalOffset(int verticalOffset)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.