org.apache.myfaces.trinidaddemo
Class ComponentTree.Bean
java.lang.Object
org.apache.myfaces.trinidaddemo.ComponentTree.Bean
- All Implemented Interfaces:
- Serializable, Comparable<ComponentTree.Bean>
- Enclosing class:
- ComponentTree
public static final class ComponentTree.Bean
- extends Object
- implements Comparable<ComponentTree.Bean>, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentTree.Bean
public ComponentTree.Bean()
ComponentTree.Bean
public ComponentTree.Bean(String label,
org.apache.myfaces.trinidaddemo.ComponentTree.Node node)
compareTo
public int compareTo(ComponentTree.Bean obj)
- Specified by:
compareTo in interface Comparable<ComponentTree.Bean>
isExample
public boolean isExample()
- Some demos are not components. They are additional demos of
other components. EG: table_selection.jspx
getFilename
public String getFilename()
getViewId
public String getViewId()
getLabel
public String getLabel()
getComponents
public List<ComponentTree.Bean> getComponents()
view
public String view()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.