Package | Description |
---|---|
org.uberfire.ext.widgets.core.client.tree |
Modifier and Type | Method and Description |
---|---|
TreeItem.Type |
TreeItem.getType() |
static TreeItem.Type |
TreeItem.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.
|
Modifier and Type | Method and Description |
---|---|
I |
TreeItem.addItem(TreeItem.Type type,
String value,
String label,
com.google.gwt.user.client.ui.IsWidget icon) |
I |
TreeItem.insertItem(TreeItem.Type type,
String value,
String label,
com.google.gwt.user.client.ui.IsWidget icon,
int index) |
Constructor and Description |
---|
TreeItem(TreeItem.Type type,
String value,
String label,
com.google.gwt.user.client.ui.IsWidget icon) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.