Class PropertyEditorHelper
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.PropertyEditorHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic LinkedHashMap<FieldMetadata,
javafx.scene.Node> getAdvancedNodes
(PropertyValue propertyValue, ComplexValue childProperties, ClassMetadata implType, Object context, Runnable onModified, ScriptEditorManager scriptEditorManager, Alerts alerts) static LinkedHashMap<FieldMetadata,
javafx.scene.Node> getRegularNodes
(PropertyValue propertyValue, ComplexValue childProperties, ClassMetadata implType, Object context, Runnable onModified, ScriptEditorManager scriptEditorManager, Alerts alerts)
-
Method Details
-
getRegularNodes
public static LinkedHashMap<FieldMetadata,javafx.scene.Node> getRegularNodes(PropertyValue propertyValue, ComplexValue childProperties, ClassMetadata implType, Object context, Runnable onModified, ScriptEditorManager scriptEditorManager, Alerts alerts) -
getAdvancedNodes
public static LinkedHashMap<FieldMetadata,javafx.scene.Node> getAdvancedNodes(PropertyValue propertyValue, ComplexValue childProperties, ClassMetadata implType, Object context, Runnable onModified, ScriptEditorManager scriptEditorManager, Alerts alerts)
-