org.apache.myfaces.trinidaddemo
Class ComponentTree.Bean

java.lang.Object
  extended by 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

Constructor Summary
ComponentTree.Bean()
           
ComponentTree.Bean(String label, org.apache.myfaces.trinidaddemo.ComponentTree.Node node)
           
 
Method Summary
 int compareTo(ComponentTree.Bean obj)
           
 List<ComponentTree.Bean> getComponents()
           
 String getFilename()
           
 String getLabel()
           
 String getViewId()
           
 boolean isExample()
          Some demos are not components.
 String view()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTree.Bean

public ComponentTree.Bean()

ComponentTree.Bean

public ComponentTree.Bean(String label,
                          org.apache.myfaces.trinidaddemo.ComponentTree.Node node)
Method Detail

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.