portal.comp.tree
Class TableTreeRenderHelper

java.lang.Object
  extended byportal.comp.tree.TableTreeRenderHelper

public class TableTreeRenderHelper
extends java.lang.Object


Field Summary
static IconResource FOLDER_CLOSED
           
static IconResource FOLDER_LEAF
           
static IconResource FOLDER_MINUS
           
static IconResource FOLDER_OPEN
           
static IconResource FOLDER_PLUS
           
static Image LEAF_ICON
           
 
Constructor Summary
TableTreeRenderHelper()
           
 
Method Summary
 void renderTree(HtmlGraphics htmlGraphics, TreeModel treeModel, boolean renderRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FOLDER_PLUS

public static final IconResource FOLDER_PLUS

FOLDER_MINUS

public static final IconResource FOLDER_MINUS

FOLDER_LEAF

public static final IconResource FOLDER_LEAF

FOLDER_CLOSED

public static final IconResource FOLDER_CLOSED

FOLDER_OPEN

public static final IconResource FOLDER_OPEN

LEAF_ICON

public static final Image LEAF_ICON
Constructor Detail

TableTreeRenderHelper

public TableTreeRenderHelper()
Method Detail

renderTree

public void renderTree(HtmlGraphics htmlGraphics,
                       TreeModel treeModel,
                       boolean renderRoot)
                throws RenderException
Throws:
RenderException