Package | Description |
---|---|
org.kie.workbench.common.dmn.client.docks.navigator | |
org.kie.workbench.common.dmn.client.docks.navigator.factories |
Modifier and Type | Method and Description |
---|---|
DecisionNavigatorItem.Type |
DecisionNavigatorItem.getType() |
static DecisionNavigatorItem.Type |
DecisionNavigatorItem.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionNavigatorItem.Type[] |
DecisionNavigatorItem.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DecisionNavigatorItem(String uuid,
String label,
DecisionNavigatorItem.Type type,
org.uberfire.mvp.Command onClick,
String parentUUID) |
Modifier and Type | Method and Description |
---|---|
DecisionNavigatorItem |
DecisionNavigatorBaseItemFactory.makeItem(Node<View,Edge> node,
DecisionNavigatorItem.Type type) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.