Uses of Class
org.uberfire.ext.widgets.core.client.tree.TreeItem.State
-
Packages that use TreeItem.State Package Description org.uberfire.ext.widgets.core.client.tree -
-
Uses of TreeItem.State in org.uberfire.ext.widgets.core.client.tree
Methods in org.uberfire.ext.widgets.core.client.tree that return TreeItem.State Modifier and Type Method Description TreeItem.StateTreeItem. getState()static TreeItem.StateTreeItem.State. valueOf(String name)Returns the enum constant of this type with the specified name.static TreeItem.State[]TreeItem.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.widgets.core.client.tree with parameters of type TreeItem.State Modifier and Type Method Description voidTreeItem. setState(TreeItem.State state)voidTreeItem. setState(TreeItem.State state, boolean fireEvents)voidTreeItem. setState(TreeItem.State state, boolean propagateParent, boolean fireEvents)
-