org.apache.myfaces.trinidaddemo.nav
Class DemoNavigationItem
java.lang.Object
org.apache.myfaces.trinidaddemo.nav.DemoNavigationItem
- All Implemented Interfaces:
- Serializable
public class DemoNavigationItem
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DemoNavigationItem
public DemoNavigationItem()
setLabel
public void setLabel(String label)
getLabel
public String getLabel()
setOutcome
public void setOutcome(String outcome)
getOutcome
public String getOutcome()
setViewId
public void setViewId(String viewId)
getViewId
public String getViewId()
setIco
public void setIco(String icon)
getIco
public String getIco()
setDestination
public void setDestination(String destination)
getDestination
public String getDestination()
getChildren
public List<?> getChildren()
setChildren
public void setChildren(List<?> children)
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.