| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectportal.core.api.Component
portal.comp.tree.Tree
| Constructor Summary | |
Tree()
 | 
|
| Method Summary | |
 Model | 
createDefaultModel()
This method is called by the constructor to create a default model for this component.  | 
 void | 
draw(HtmlGraphics htmlGraphics)
With this method the component can render itself using the passed HtmlGraphics object.  | 
 boolean | 
getShowRoot()
 | 
 TreeModel | 
getTreeModel()
 | 
 void | 
setShowRoot(boolean showRoot)
 | 
| Methods inherited from class portal.core.api.Component | 
afterRender, beforeRender, getLayout, getModel, getParent, isEnabled, isVisible, render, setEnabled, setLayout, setModel, setParent, setVisible, toString | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public Tree()
| Method Detail | 
public TreeModel getTreeModel()
public Model createDefaultModel()
ComponentThis method is called by the constructor to create a default model for this component. If this component type does not use a model or does not have a suitable default model, this method can return null.
The default implementation should return null.
createDefaultModel in class Componentpublic void setShowRoot(boolean showRoot)
public boolean getShowRoot()
public void draw(HtmlGraphics htmlGraphics)
          throws RenderException
ComponentWith this method the component can render itself using the passed HtmlGraphics object.
 This method is not called when a layout manager is set since the existence of a layout
 manager takes precedence above the draw() method.
draw in class ComponenthtmlGraphics - the html graphics instance to use for drawing this component
RenderException - when the rendering process could not proceed or encountered an error
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||