org.apache.myfaces.trinidaddemo.nav
Class DemoNavigationItem

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.nav.DemoNavigationItem
All Implemented Interfaces:
Serializable

public class DemoNavigationItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DemoNavigationItem()
           
 
Method Summary
 List<?> getChildren()
           
 String getDestination()
           
 String getIco()
           
 String getLabel()
           
 String getOutcome()
           
 String getViewId()
           
 void setChildren(List<?> children)
           
 void setDestination(String destination)
           
 void setIco(String icon)
           
 void setLabel(String label)
           
 void setOutcome(String outcome)
           
 void setViewId(String viewId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoNavigationItem

public DemoNavigationItem()
Method Detail

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.