Class TimePropertyEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor<LocalTime,TimePicker>
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.TimePropertyEditor
- All Implemented Interfaces:
PropertyEditor
-
Property Summary
Properties inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor
value
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor
control, value
Fields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected javafx.beans.property.Property<LocalTime>
getValueProperty
(TimePicker control) Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.SimplePropertyEditor
bindListeners, createEditorPane, valueProperty
Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
isPropValueRequired
-
Constructor Details
-
TimePropertyEditor
-
-
Method Details
-
getValueProperty
- Specified by:
getValueProperty
in classSimplePropertyEditor<LocalTime,
TimePicker>
-