Uses of Class
com.sencha.gxt.widget.core.client.tree.Tree.CheckCascade

Packages that use Tree.CheckCascade
com.sencha.gxt.widget.core.client.tree Tree and related classes. 
 

Uses of Tree.CheckCascade in com.sencha.gxt.widget.core.client.tree
 

Methods in com.sencha.gxt.widget.core.client.tree that return Tree.CheckCascade
 Tree.CheckCascade Tree.getCheckStyle()
          The check cascade style value which determines if check box changes cascade to parent and children.
static Tree.CheckCascade Tree.CheckCascade.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Tree.CheckCascade[] Tree.CheckCascade.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sencha.gxt.widget.core.client.tree with parameters of type Tree.CheckCascade
 void Tree.setCheckStyle(Tree.CheckCascade checkStyle)
          Sets the cascading behavior for check tree (defaults to PARENTS).
 



Copyright © 2012. All Rights Reserved.