org.apache.beehive.netui.tags.tree
Class TreeRenderState

Object
  extended by TreeRenderState
All Implemented Interfaces:
Serializable

public class TreeRenderState
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String disabledStyle
           
 String disabledStyleClass
           
 boolean escapeContent
           
 boolean runAtClient
           
 String selectedStyle
           
 String selectedStyleClass
           
 String tagId
           
 String unselectedStyle
           
 String unselectedStyleClass
           
 
Constructor Summary
TreeRenderState()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectedStyle

public String selectedStyle

selectedStyleClass

public String selectedStyleClass

unselectedStyle

public String unselectedStyle

unselectedStyleClass

public String unselectedStyleClass

disabledStyle

public String disabledStyle

disabledStyleClass

public String disabledStyleClass

tagId

public String tagId

runAtClient

public boolean runAtClient

escapeContent

public boolean escapeContent
Constructor Detail

TreeRenderState

public TreeRenderState()