org.apache.myfaces.custom.navigation
Class HtmlCommandNavigation
javax.faces.component.html.HtmlCommandLink
- UserRoleAware
public class HtmlCommandNavigation
Command, that represents a navigation item.
$Revision: 167507 $ $Date: 2005-01-09 22:56:33 +0100 (Sun, 09 Jan 2005) $- Manfred Geiler (latest modification by $Author: tomsp $)
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
COMPONENT_TYPE
public static final String COMPONENT_TYPE
HtmlCommandNavigation
public HtmlCommandNavigation()
broadcast
public void broadcast(FacesEvent event)
throws AbortProcessingException
getFamily
public String getFamily()
isActive
public boolean isActive()
isImmediate
public boolean isImmediate()
isOpen
public boolean isOpen()
isRendered
public boolean isRendered()
- isRendered in interface HtmlCommandLink
- false, if this item is child of another HtmlCommandNavigation, which is closed
setActive
public void setActive(boolean active)
setImmediate
public void setImmediate(boolean immediate)
setOpen
public void setOpen(boolean open)
toggleOpen
public void toggleOpen()