Uses of Class
org.kie.workbench.common.stunner.core.client.shape.impl.ShapeStateAttributeHandler.ShapeStateAttribute
-
Packages that use ShapeStateAttributeHandler.ShapeStateAttribute Package Description org.kie.workbench.common.stunner.core.client.shape.impl -
-
Uses of ShapeStateAttributeHandler.ShapeStateAttribute in org.kie.workbench.common.stunner.core.client.shape.impl
Methods in org.kie.workbench.common.stunner.core.client.shape.impl that return ShapeStateAttributeHandler.ShapeStateAttribute Modifier and Type Method Description static ShapeStateAttributeHandler.ShapeStateAttributeShapeStateAttributeHandler.ShapeStateAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static ShapeStateAttributeHandler.ShapeStateAttribute[]ShapeStateAttributeHandler.ShapeStateAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.stunner.core.client.shape.impl that return types with arguments of type ShapeStateAttributeHandler.ShapeStateAttribute Modifier and Type Method Description Map<ShapeStateAttributeHandler.ShapeStateAttribute,Object>ShapeStateAttributeHandler.ShapeStateAttributes. getValues()Methods in org.kie.workbench.common.stunner.core.client.shape.impl with parameters of type ShapeStateAttributeHandler.ShapeStateAttribute Modifier and Type Method Description ShapeStateAttributeHandler.ShapeStateAttributesShapeStateAttributeHandler.ShapeStateAttributes. set(ShapeStateAttributeHandler.ShapeStateAttribute attribute, Object value)ShapeStateAttributeHandler.ShapeStateAttributesShapeStateAttributeHandler.ShapeStateAttributes. unset(ShapeStateAttributeHandler.ShapeStateAttribute attribute)Method parameters in org.kie.workbench.common.stunner.core.client.shape.impl with type arguments of type ShapeStateAttributeHandler.ShapeStateAttribute Modifier and Type Method Description ShapeStateAttributeHandler.ShapeStateAttributesShapeStateAttributeHandler.ShapeStateAttributes. consume(BiConsumer<ShapeStateAttributeHandler.ShapeStateAttribute,Object> attribute)
-