Uses of Class
org.kie.workbench.common.dmn.client.docks.navigator.DecisionNavigatorItem.Type
-
Packages that use DecisionNavigatorItem.Type Package Description org.kie.workbench.common.dmn.client.docks.navigator org.kie.workbench.common.dmn.client.docks.navigator.factories -
-
Uses of DecisionNavigatorItem.Type in org.kie.workbench.common.dmn.client.docks.navigator
Methods in org.kie.workbench.common.dmn.client.docks.navigator that return DecisionNavigatorItem.Type Modifier and Type Method Description DecisionNavigatorItem.TypeDecisionNavigatorItem. getType()static DecisionNavigatorItem.TypeDecisionNavigatorItem.Type. ofExpressionNodeClassName(String nodeClassName)static DecisionNavigatorItem.TypeDecisionNavigatorItem.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.Methods in org.kie.workbench.common.dmn.client.docks.navigator with parameters of type DecisionNavigatorItem.Type Modifier and Type Method Description DecisionNavigatorItemBuilderDecisionNavigatorItemBuilder. withType(DecisionNavigatorItem.Type type) -
Uses of DecisionNavigatorItem.Type in org.kie.workbench.common.dmn.client.docks.navigator.factories
Methods in org.kie.workbench.common.dmn.client.docks.navigator.factories with parameters of type DecisionNavigatorItem.Type Modifier and Type Method Description DecisionNavigatorItemDecisionNavigatorBaseItemFactory. makeItem(org.kie.workbench.common.stunner.core.graph.Node<org.kie.workbench.common.stunner.core.graph.content.view.View,org.kie.workbench.common.stunner.core.graph.Edge> node, DecisionNavigatorItem.Type type)
-