Class DateTimeSimpleValueEditor
java.lang.Object
ru.cg.webbpm.studio.platform.api.ui.editor_field.DateTimeSimpleValueEditor
- All Implemented Interfaces:
ISimpleValueEditor<LocalDateTime>
- Direct Known Subclasses:
DateTimeDateSimpleValueEditor
- Author:
- r.latypov
-
Property Summary
Properties -
Field Summary
Fields inherited from interface ru.cg.webbpm.studio.platform.api.ui.editor_field.ISimpleValueEditor
NULL_PLACEHOLDER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Node
getView()
javafx.beans.property.Property<LocalDateTime>
-
Property Details
-
value
- Specified by:
valueProperty
in interfaceISimpleValueEditor<LocalDateTime>
-
-
Constructor Details
-
DateTimeSimpleValueEditor
public DateTimeSimpleValueEditor()
-
-
Method Details
-
valueProperty
- Specified by:
valueProperty
in interfaceISimpleValueEditor<LocalDateTime>
-
getView
public javafx.scene.Node getView()- Specified by:
getView
in interfaceISimpleValueEditor<LocalDateTime>
-