Class EventRefPropertyEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.ObjectRefPropertyEditor<EventProperty>
ru.cg.webbpm.studio.subsystems.ui_scripting.editor.EventRefPropertyEditor
- All Implemented Interfaces:
PropertyEditor
Editor for all available events on the object
- Author:
- krylov
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.ObjectRefPropertyEditor
methodProperty, objectSelectField, onModified, pageObjectContext, propertySelect, rootProperty, scriptContext
-
Constructor Summary
ConstructorsConstructorDescriptionEventRefPropertyEditor
(ComplexValue value, ScriptContext scriptContext, Runnable onModified) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.Pane
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширинуprotected Collection<EventProperty>
getAllProperties
(PageObjectContext objectContext) protected String
protected BasePropertySelect<EventProperty>
Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.ObjectRefPropertyEditor
bindListeners, init, updateProperties
-
Constructor Details
-
EventRefPropertyEditor
-
-
Method Details
-
methodPropertyName
- Overrides:
methodPropertyName
in classObjectRefPropertyEditor<EventProperty>
-
newPropertySelect
- Specified by:
newPropertySelect
in classObjectRefPropertyEditor<EventProperty>
-
getAllProperties
- Specified by:
getAllProperties
in classObjectRefPropertyEditor<EventProperty>
-
createEditorPane
public javafx.scene.layout.Pane createEditorPane()Description copied from interface:PropertyEditor
Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширину- Specified by:
createEditorPane
in interfacePropertyEditor
- Overrides:
createEditorPane
in classObjectRefPropertyEditor<EventProperty>
-