Uses of Class
org.uberfire.ext.widgets.core.client.tree.TreeItem.Type
-
Packages that use TreeItem.Type Package Description org.uberfire.ext.widgets.core.client.tree -
-
Uses of TreeItem.Type in org.uberfire.ext.widgets.core.client.tree
Methods in org.uberfire.ext.widgets.core.client.tree that return TreeItem.Type Modifier and Type Method Description TreeItem.TypeTreeItem. getType()static TreeItem.TypeTreeItem.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TreeItem.Type[]TreeItem.Type. 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.Type Modifier and Type Method Description ITreeItem. addItem(TreeItem.Type type, String value, String label, com.google.gwt.user.client.ui.IsWidget icon)ITreeItem. insertItem(TreeItem.Type type, String value, String label, com.google.gwt.user.client.ui.IsWidget icon, int index)Constructors in org.uberfire.ext.widgets.core.client.tree with parameters of type TreeItem.Type Constructor Description TreeItem(TreeItem.Type type, String value, String label, com.google.gwt.user.client.ui.IsWidget icon)
-