@ApplicationScoped public class ActionUpdateNodeFactory extends BaseGuidedDecisionTreeNodeFactory<com.ait.lienzo.client.core.shape.Circle>
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
Constructor and Description |
---|
ActionUpdateNodeFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
builds(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape shapeType) |
protected double |
getHeight() |
protected String |
getNodeLabel(org.uberfire.ext.wires.core.api.factories.FactoryHelper helper) |
ActionUpdateShape |
getShape(org.drools.workbench.models.guided.dtree.shared.model.nodes.ActionUpdateNode node,
boolean isReadOnly)
This returns a new Shape representing an existing Node
|
org.uberfire.ext.wires.core.api.shapes.WiresBaseShape |
getShape(org.uberfire.ext.wires.core.api.factories.FactoryHelper helper)
This returns a new Shape following a drag operation from the palette
|
String |
getShapeDescription() |
protected double |
getWidth() |
protected com.ait.lienzo.client.core.shape.Circle |
makeShape() |
getCategory, getDragProxy
public static final String DESCRIPTION
public String getShapeDescription()
public org.uberfire.ext.wires.core.api.shapes.WiresBaseShape getShape(org.uberfire.ext.wires.core.api.factories.FactoryHelper helper)
helper
- public ActionUpdateShape getShape(org.drools.workbench.models.guided.dtree.shared.model.nodes.ActionUpdateNode node, boolean isReadOnly)
node
- isReadOnly
- protected String getNodeLabel(org.uberfire.ext.wires.core.api.factories.FactoryHelper helper)
getNodeLabel
in class BaseGuidedDecisionTreeNodeFactory<com.ait.lienzo.client.core.shape.Circle>
public boolean builds(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape shapeType)
builds
in interface org.uberfire.ext.wires.core.api.factories.ShapeFactory<com.ait.lienzo.client.core.shape.Circle>
builds
in class BaseGuidedDecisionTreeNodeFactory<com.ait.lienzo.client.core.shape.Circle>
protected com.ait.lienzo.client.core.shape.Circle makeShape()
makeShape
in class org.uberfire.ext.wires.core.client.factories.AbstractBaseFactory<com.ait.lienzo.client.core.shape.Circle>
protected double getWidth()
getWidth
in class org.uberfire.ext.wires.core.client.factories.AbstractBaseFactory<com.ait.lienzo.client.core.shape.Circle>
protected double getHeight()
getHeight
in class org.uberfire.ext.wires.core.client.factories.AbstractBaseFactory<com.ait.lienzo.client.core.shape.Circle>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.