Package | Description |
---|---|
org.uberfire.ext.widgets.core.client.tree |
Modifier and Type | Method and Description |
---|---|
TreeItem.State |
TreeItem.getState() |
static TreeItem.State |
TreeItem.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.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeItem.setState(TreeItem.State state) |
void |
TreeItem.setState(TreeItem.State state,
boolean fireEvents) |
void |
TreeItem.setState(TreeItem.State state,
boolean propagateParent,
boolean fireEvents) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.