See the menuItem component's description for more relevant information.
Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing bean |
displayOnClick | false | false | java.lang.String | By default the sub menus are being displayed on the hover event. which can be replaced with the click event by setting this attribute to true. |
id | false | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
imageDir | false | false | java.lang.String | Set directory for location of the tree images. Default directory is /xmlhttp/css/xp/css-images/ which is include in the icefaces.jar. |
immediate | false | false | java.lang.String | Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase. |
keyboardNavigationEnabled | false | false | java.lang.String | Enables keyboard support, default value is true. |
noIcons | false | false | java.lang.String | If true, this component will not rendered icons and icon spacers in menuItems. The default is false. By default icons are rendered. |
orientation | false | false | java.lang.String | Defines the orientation of the top-level menu items, whether they are layed out in a horizontal or vertical fashion. When horizontal, sub menus appear below, and when vertical they appear to the side. The default is horizontal. |
rendered | false | false | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
renderedOnUserRole | false | false | java.lang.String | If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped. |
scrollableDivMode | false | false | java.lang.String | By default (false) the sub menus positions are adjusted properly when in scrollable browser window. When set to true, sub menus positions are adjusetd in scrollable divs but not in scrollable browser window. |
style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered. |
styleClass | false | false | java.lang.String | Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup. The base name for all style classes. Default value is iceMnuBar if enabled + horizontal - iceMnuBar
- iceMnuBarItem
- iceMnuBarItemLabel
- iceMnuBarItemImage
- iceMnuBarSubMenu
- iceMnuBarSubMenuInd
if enabled + vertical - iceMnuBarVrt
- iceMnuBarVrtItem
- iceMnuBarVrtItemLabel
- iceMnuBarVrtItemImage
- iceMnuBarVrtSubMenu
- iceMnuBarVrtSubMenuInd
if disabled + horizontal - iceMnuBar-dis
- iceMnuBarItem-dis
- iceMnuBarItemLabel-dis
- iceMnuBarItemImage-dis
- iceMnuBarSubMenu-dis
- iceMnuBarSubMenuInd-dis
if disabled + vertical - iceMnuBarVrt-dis
- iceMnuBarVrtItem-dis
- iceMnuBarVrtItemLabel-dis
- iceMnuBarVrtItemImage-dis
- iceMnuBarVrtSubMenu-dis
- iceMnuBarVrtSubMenuInd-dis
|
value | false | false | java.lang.String | The current value of this component. |