org.apache.myfaces.custom.navmenu.jscookmenu

Class HtmlCommandJSCookMenu

Implemented Interfaces:
UserRoleAware

public class HtmlCommandJSCookMenu
extends UICommand
implements UserRoleAware

Version:
$Revision: 179498 $ $Date: 2005-06-02 05:37:44 +0200 (Thu, 02 Jun 2005) $
Author:
Thomas Spiegl (latest modification by $Author: svieujot $)

Field Summary

static String
COMPONENT_FAMILY
static String
COMPONENT_TYPE

Fields inherited from interface org.apache.myfaces.component.UserRoleAware

ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR

Constructor Summary

HtmlCommandJSCookMenu()

Method Summary

String
getEnabledOnUserRole()
String
getFamily()
String
getLayout()
String
getTheme()
String
getVisibleOnUserRole()
boolean
isImmediate()
boolean
isRendered()
void
restoreState(FacesContext context, Object state)
Object
saveState(FacesContext context)
void
setEnabledOnUserRole(String enabledOnUserRole)
void
setLayout(String layout)
void
setTheme(String theme)
void
setVisibleOnUserRole(String visibleOnUserRole)

Field Details

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Details

HtmlCommandJSCookMenu

public HtmlCommandJSCookMenu()

Method Details

getEnabledOnUserRole

public String getEnabledOnUserRole()
Specified by:
getEnabledOnUserRole in interface UserRoleAware

getFamily

public String getFamily()

getLayout

public String getLayout()

getTheme

public String getTheme()

getVisibleOnUserRole

public String getVisibleOnUserRole()
Specified by:
getVisibleOnUserRole in interface UserRoleAware

isImmediate

public boolean isImmediate()

isRendered

public boolean isRendered()

restoreState

public void restoreState(FacesContext context,
                         Object state)

saveState

public Object saveState(FacesContext context)

setEnabledOnUserRole

public void setEnabledOnUserRole(String enabledOnUserRole)
Specified by:
setEnabledOnUserRole in interface UserRoleAware

setLayout

public void setLayout(String layout)

setTheme

public void setTheme(String theme)

setVisibleOnUserRole

public void setVisibleOnUserRole(String visibleOnUserRole)
Specified by:
setVisibleOnUserRole in interface UserRoleAware