Class CssClassArrayPropertyEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.ArrayPropertyEditor
ru.cg.webbpm.studio.subsystems.css_classes.editor.CssClassArrayPropertyEditor
- All Implemented Interfaces:
PropertyEditor
- Author:
- latypov
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.ArrayPropertyEditor
context, rootValue
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
ConstructorsConstructorDescriptionCssClassArrayPropertyEditor
(PropertyEditorContext editorContext, Alerts alerts) -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertyEditor
createItemPropertyEditor
(ArrayItem item, String title) Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.ArrayPropertyEditor
createEditorPane
Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
isPropValueRequired
-
Constructor Details
-
CssClassArrayPropertyEditor
-
-
Method Details
-
createItemPropertyEditor
- Overrides:
createItemPropertyEditor
in classArrayPropertyEditor
-