Class WiresRectanglePropertyEditorAdaptor
- java.lang.Object
-
- org.uberfire.ext.wires.core.scratchpad.client.properties.WiresRectanglePropertyEditorAdaptor
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.api.properties.PropertyEditorAdaptor
@ApplicationScoped public class WiresRectanglePropertyEditorAdaptor extends Object implements org.uberfire.ext.wires.core.api.properties.PropertyEditorAdaptor
PropertyEditorAdaptor for WiresRectangle to extract width and height
-
-
Constructor Summary
Constructors Constructor Description WiresRectanglePropertyEditorAdaptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory>getProperties(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape shape)booleansupports(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape shape)
-
-
-
Method Detail
-
supports
public boolean supports(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape shape)
- Specified by:
supportsin interfaceorg.uberfire.ext.wires.core.api.properties.PropertyEditorAdaptor
-
getProperties
public List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> getProperties(org.uberfire.ext.wires.core.api.shapes.WiresBaseShape shape)
- Specified by:
getPropertiesin interfaceorg.uberfire.ext.wires.core.api.properties.PropertyEditorAdaptor
-
-