org.apache.myfaces.custom.navmenu
public class UINavigationMenuItem extends UISelectItem implements UserRoleAware
Version: $Revision: 169651 $ $Date: 2005-05-11 18:14:23 +0200 (Wed, 11 May 2005) $
Field Summary | |
---|---|
static String | COMPONENT_FAMILY |
static String | COMPONENT_TYPE |
Constructor Summary | |
---|---|
UINavigationMenuItem() |
Method Summary | |
---|---|
String | getAction() |
String | getEnabledOnUserRole() |
String | getFamily() |
String | getIcon() |
String | getVisibleOnUserRole() |
boolean | isRendered() |
boolean | isSplit() |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setAction(String action) |
void | setEnabledOnUserRole(String enabledOnUserRole) |
void | setIcon(String icon) |
void | setSplit(boolean split) |
void | setVisibleOnUserRole(String visibleOnUserRole) |