org.richfaces.component
@Generated(value={"RichFaces CDK","4.3.1.Final-redhat-1"}) public class UIMenuGroup extends AbstractMenuGroup implements javax.faces.component.behavior.ClientBehaviorHolder, org.richfaces.component.attribute.CoreProps, org.richfaces.component.attribute.DisabledProps, org.richfaces.component.attribute.EventsKeyProps, org.richfaces.component.attribute.EventsMouseProps, org.richfaces.component.attribute.EventsPopupsProps, org.richfaces.component.attribute.I18nProps, org.richfaces.component.attribute.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() |
org.richfaces.component.Positioning |
getDirection() |
Collection<String> |
getEventNames() |
String |
getFamily() |
int |
getHorizontalOffset() |
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
|
org.richfaces.component.Positioning |
getJointPoint() |
String |
getLabel()
The text label for the menu item.
|
String |
getLang() |
String |
getOnclick() |
String |
getOndblclick() |
String |
getOnhide() |
String |
getOnkeydown() |
String |
getOnkeypress() |
String |
getOnkeyup() |
String |
getOnmousedown() |
String |
getOnmousemove() |
String |
getOnmouseout() |
String |
getOnmouseover() |
String |
getOnmouseup() |
String |
getOnshow() |
String |
getStyle() |
String |
getStyleClass() |
String |
getTitle() |
Object |
getValue() |
int |
getVerticalOffset() |
boolean |
isDisabled() |
void |
setDir(String dir) |
void |
setDirection(org.richfaces.component.Positioning direction) |
void |
setDisabled(boolean disabled) |
void |
setHorizontalOffset(int horizontalOffset) |
void |
setIcon(String icon) |
void |
setIconDisabled(String iconDisabled) |
void |
setJointPoint(org.richfaces.component.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, restoreState, saveState, setConverteraddClientBehavior, addFacesListener, broadcast, 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, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, 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()
getDir in interface org.richfaces.component.attribute.I18nPropspublic void setDir(String dir)
public org.richfaces.component.Positioning getDirection()
getDirection in interface org.richfaces.component.attribute.PositionPropspublic void setDirection(org.richfaces.component.Positioning direction)
public boolean isDisabled()
isDisabled in interface org.richfaces.component.attribute.DisabledPropspublic void setDisabled(boolean disabled)
public int getHorizontalOffset()
getHorizontalOffset in interface org.richfaces.component.attribute.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 org.richfaces.component.Positioning getJointPoint()
getJointPoint in interface org.richfaces.component.attribute.PositionPropspublic void setJointPoint(org.richfaces.component.Positioning jointPoint)
public String getLabel()
AbstractMenuGroupgetLabel in class AbstractMenuGrouppublic void setLabel(String label)
public String getLang()
getLang in interface org.richfaces.component.attribute.I18nPropspublic void setLang(String lang)
public String getOnclick()
getOnclick in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnclick(String onclick)
public String getOndblclick()
getOndblclick in interface org.richfaces.component.attribute.EventsMousePropspublic void setOndblclick(String ondblclick)
public String getOnhide()
getOnhide in interface org.richfaces.component.attribute.EventsPopupsPropspublic void setOnhide(String onhide)
public String getOnkeydown()
getOnkeydown in interface org.richfaces.component.attribute.EventsKeyPropspublic void setOnkeydown(String onkeydown)
public String getOnkeypress()
getOnkeypress in interface org.richfaces.component.attribute.EventsKeyPropspublic void setOnkeypress(String onkeypress)
public String getOnkeyup()
getOnkeyup in interface org.richfaces.component.attribute.EventsKeyPropspublic void setOnkeyup(String onkeyup)
public String getOnmousedown()
getOnmousedown in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
getOnmousemove in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
getOnmouseout in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
getOnmouseover in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
getOnmouseup in interface org.richfaces.component.attribute.EventsMousePropspublic void setOnmouseup(String onmouseup)
public String getOnshow()
getOnshow in interface org.richfaces.component.attribute.EventsPopupsPropspublic void setOnshow(String onshow)
public String getStyle()
getStyle in interface org.richfaces.component.attribute.CorePropspublic void setStyle(String style)
public String getStyleClass()
getStyleClass in interface org.richfaces.component.attribute.CorePropspublic void setStyleClass(String styleClass)
public String getTitle()
getTitle in interface org.richfaces.component.attribute.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()
getVerticalOffset in interface org.richfaces.component.attribute.PositionPropspublic void setVerticalOffset(int verticalOffset)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.