A base class for all menu items that require menu-related functionality (like sub-menus) and are not static display
items. Item extends the base functionality of
BaseItem by adding menu-specific activation and click handling.
The default CSS class to use for menu items.
the default CSS class to use for menu items throws: IllegalStateException - this property cannot be changed after the Component has been rendered
The href attribute to use for the underlying anchor link (defaults to '#').
Parameters: href - the href attribute throws: IllegalStateException - this property cannot be changed after the Component has been rendered
The target attribute to use for the underlying anchor link (defaults to '').
Parameters: hrefTarget - the href target throws: IllegalStateException - this property cannot be changed after the Component has been rendered
The default CSS class to use for menu items (defaults to 'x-menu-item')
Parameters: itemCls - the CSS clas throws: IllegalStateException - this property cannot be changed after the Component has been rendered