| |
|
| com.icesoft.faces.component.menubar.MenuItemBase com.icesoft.faces.component.menubar.MenuItem
All known Subclasses: com.icesoft.faces.component.menubar.MenuItemCheckbox, com.icesoft.faces.component.menubar.MenuItemRadio,
MenuItem | public class MenuItem extends MenuItemBase (Code) | | MenuItem is a JSF component class that represent an ICEfaces menuItem.
MenuItem components are the menu items contained by a menuBar. The action
and actionListener attributes operate in the same way as the standard
component attributes of the same name. The MenuItem component is only used in
the static approach to defining the heirarchy of menu items.
This component extends the ICEfaces MenuItemBase component.
By default the MenuItem is rendered by the "com.icesoft.faces.View" renderer
type.
author: Chris Brown author: gmccleary version: 1.1 |
DEFAULT_ICON | final public static String DEFAULT_ICON(Code) | | String constant defining default menu icon img
|
MenuItem | public MenuItem()(Code) | | |
addParameter | void addParameter(UIComponent link)(Code) | | |
getAction | public MethodBinding getAction()(Code) | | Return the value of the action property.
|
getActionListener | public MethodBinding getActionListener()(Code) | | Return the value of the actionListener property.
|
getDisabled | public boolean getDisabled()(Code) | | |
getEnabledOnUserRole | public String getEnabledOnUserRole()(Code) | | Return the value of the enabledOnUserRole property.
String enabledOnUserRole |
getFamily | public String getFamily()(Code) | | Return the value of the COMPONENT_FAMILY of this
component.
|
getIcon | public String getIcon()(Code) | | Return the value of the icon property.
|
getLink | public String getLink()(Code) | | Return the value of the link property.
|
getRenderedOnUserRole | public String getRenderedOnUserRole()(Code) | | Return the value of the renderedOnUserRole property.
String renderedOnUserRole |
getStyleClass | public String getStyleClass()(Code) | | Return the value of the styleClass property.
String styleClass |
getTarget | public String getTarget()(Code) | | Return the value of the target property.
|
getValue | public Object getValue()(Code) | | Return the value of the value property.
|
hasActionOrActionListener | public boolean hasActionOrActionListener()(Code) | | |
isChildrenMenuItem | boolean isChildrenMenuItem()(Code) | | |
isDisabled | public boolean isDisabled()(Code) | | Return the value of the disabled property.
|
isRendered | public boolean isRendered()(Code) | | Return the value of the rendered property.
boolean rendered |
queueEvent | public void queueEvent(FacesEvent e)(Code) | | |
setAction | public void setAction(MethodBinding action)(Code) | | Set the value of the action property.
|
setActionListener | public void setActionListener(MethodBinding actionListener)(Code) | | Set the value of the actionListener property.
|
setDisabled | public void setDisabled(boolean disabled)(Code) | | Set the value of the disabled property.
|
setEnabledOnUserRole | public void setEnabledOnUserRole(String enabledOnUserRole)(Code) | | Set the value of the enabledOnUserRole property.
Parameters: enabledOnUserRole - |
setIcon | public void setIcon(String iconValue)(Code) | | Set the value of the icon property.
|
setLink | public void setLink(String linkValue)(Code) | | Set the value of the link property.
|
setRenderedOnUserRole | public void setRenderedOnUserRole(String renderedOnUserRole)(Code) | | Set the value of the renderedOnUserRole property.
Parameters: renderedOnUserRole - |
setStyleClass | public void setStyleClass(String styleClass)(Code) | | Set the value of the styleClass property.
Parameters: styleClass - |
setTarget | public void setTarget(String target)(Code) | | Set the value of the target property.
|
setValue | public void setValue(Object value)(Code) | | Set the value of the value property.
|
Fields inherited from com.icesoft.faces.component.menubar.MenuItemBase | protected static String DEFAULT_CSS_IMAGE_DIR(Code)(Java Doc)
|
Methods inherited from com.icesoft.faces.component.menubar.MenuItemBase | public void broadcast(FacesEvent event) throws AbortProcessingException(Code)(Java Doc) public void processDecodes(FacesContext context)(Code)(Java Doc) public void queueEvent(FacesEvent event)(Code)(Java Doc)
|
|
|
|