@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) |
getCssRoot
clearInitialState, getConverter, getLocalValue, markInitialState, resetValue, restoreState, saveState, setConverter
addClientBehavior, 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, 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, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIOutput
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 String getDir()
I18nProps
public void setDir(String dir)
public Positioning getDirection()
PositionProps
Set the direction of the popup. Possible values are:
auto, topLeft, topRight, bottomLeft, bottomRight, autoLeft,
autoRight, topAuto, bottomAuto
Default value is auto
getDirection
in interface PositionProps
public void setDirection(Positioning direction)
public boolean isDisabled()
DisabledProps
isDisabled
in interface DisabledProps
public void setDisabled(boolean disabled)
public int getHorizontalOffset()
PositionProps
Sets the horizontal offset between popup element and the conjunction point
Default value is 0
getHorizontalOffset
in interface PositionProps
public void setHorizontalOffset(int horizontalOffset)
public String getIcon()
AbstractMenuGroup
getIcon
in class AbstractMenuGroup
public void setIcon(String icon)
public String getIconDisabled()
AbstractMenuGroup
getIconDisabled
in class AbstractMenuGroup
public void setIconDisabled(String iconDisabled)
public Positioning getJointPoint()
PositionProps
Set the corner attachment point with which the popup should be connected. Possible values are:
auto, topLeft, topRight, bottomLeft, bottomRight, autoLeft,
autoRight, topAuto, bottomAuto
Default value is auto
getJointPoint
in interface PositionProps
public void setJointPoint(Positioning jointPoint)
public String getLabel()
AbstractMenuGroup
getLabel
in class AbstractMenuGroup
public void setLabel(String label)
public String getLang()
I18nProps
public void setLang(String lang)
public String getOnclick()
EventsMouseProps
getOnclick
in interface EventsMouseProps
public void setOnclick(String onclick)
public String getOndblclick()
EventsMouseProps
getOndblclick
in interface EventsMouseProps
public void setOndblclick(String ondblclick)
public String getOnhide()
EventsPopupsProps
getOnhide
in interface EventsPopupsProps
public void setOnhide(String onhide)
public String getOnkeydown()
EventsKeyProps
getOnkeydown
in interface EventsKeyProps
public void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventsKeyProps
getOnkeypress
in interface EventsKeyProps
public void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventsKeyProps
getOnkeyup
in interface EventsKeyProps
public void setOnkeyup(String onkeyup)
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 getOnshow()
EventsPopupsProps
getOnshow
in interface EventsPopupsProps
public void setOnshow(String onshow)
public String getStyle()
CoreProps
public void setStyle(String style)
public String getStyleClass()
CoreProps
getStyleClass
in interface CoreProps
public void setStyleClass(String styleClass)
public String getTitle()
CoreProps
public void setTitle(String title)
public Object getValue()
getValue
in interface javax.faces.component.ValueHolder
getValue
in class AbstractMenuGroup
public void setValue(Object value)
setValue
in interface javax.faces.component.ValueHolder
setValue
in class javax.faces.component.UIOutput
public int getVerticalOffset()
PositionProps
Sets the vertical offset between popup element and the conjunction point
Default value is 0
getVerticalOffset
in interface PositionProps
public void setVerticalOffset(int verticalOffset)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.