Class SimplePropertyEditor<E,C extends javafx.scene.control.Control>
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor<E,C>
- All Implemented Interfaces:
PropertyEditor
- Direct Known Subclasses:
BpmnVariablePropertyEditorImpl
,BusinessProcessPropertyEditorImpl
,DateTimePropertyEditor
,DoublePropertyEditor
,FloatPropertyEditor
,IntegerPropertyEditor
,JndiPropertyEditor
,PasswordPropertyEditor
,StringPropertyEditor
,StringPropertyWithSourceEditor
,TimePropertyEditor
public abstract class SimplePropertyEditor<E,C extends javafx.scene.control.Control>
extends AbstractPropertyEditor
Base editor for simple properties (like string, boolean, or number). Inheritors must call
bindListeners(Property)
before creating a node- Author:
- krylov
-
Property Summary
Properties -
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
documentation, editorContext, label, metadataManager, onModified, propertyContext, propertyValue, propertyValueManager, scriptEditorManager, tooltip
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SimplePropertyEditor
(C control, PropertyEditorContext editorContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
bindListeners
(javafx.beans.property.Property<E> valueProperty) javafx.scene.layout.Pane
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширинуprotected abstract javafx.beans.property.Property<E>
getValueProperty
(C control) javafx.beans.property.Property<E>
Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
isPropValueRequired
-
Property Details
-
value
-
-
Field Details
-
control
-
value
-
-
Constructor Details
-
SimplePropertyEditor
-
-
Method Details
-
bindListeners
-
valueProperty
-
getValueProperty
-
createEditorPane
public javafx.scene.layout.Pane createEditorPane()Description copied from interface:PropertyEditor
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширину
-