Uses of Class
org.uberfire.ext.widgets.core.client.tree.FSTreeItem.FSType
-
Packages that use FSTreeItem.FSType Package Description org.uberfire.ext.widgets.core.client.tree -
-
Uses of FSTreeItem.FSType in org.uberfire.ext.widgets.core.client.tree
Methods in org.uberfire.ext.widgets.core.client.tree that return FSTreeItem.FSType Modifier and Type Method Description FSTreeItem.FSTypeFSTreeItem. getFSType()static FSTreeItem.FSTypeFSTreeItem.FSType. valueOf(String name)Returns the enum constant of this type with the specified name.static FSTreeItem.FSType[]FSTreeItem.FSType. 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 FSTreeItem.FSType Modifier and Type Method Description FSTreeItemFSTreeItem. addItem(FSTreeItem.FSType type, String value)Constructors in org.uberfire.ext.widgets.core.client.tree with parameters of type FSTreeItem.FSType Constructor Description FSTreeItem(FSTreeItem.FSType type, String value)
-