Class AbstractPropertyEditor
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
- All Implemented Interfaces:
PropertyEditor
- Direct Known Subclasses:
AnyPropertyEditor
,ArrayPropertyEditor
,BeanPropertyEditor
,BooleanPropertyEditor
,BpmnVariableWithValuePropertyEditor
,ColorPropertyEditor
,CssClassPropertyEditor
,EntityColumnEditor
,EntityEditor
,EntityGraphPropertyEditor
,EnumPropertyEditor
,FormFieldMappingEditor
,FrontendBpmnVariablePropertyEditor
,HtmlPropertyEditor
,ObjectClassRefPropertyEditor
,ProjectResourcePropertyEditor
,QueryParamPropertyEditor
,ReportTemplateParameterEditor
,SimplePropertyEditor
,TableColumnEditor
,TableEditor
,TextAreaPropertyEditor
,ValuePropertyEditor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
protected final PropertyEditorContext
protected final String
protected final MetadataManager
protected final Runnable
protected final PropertyContext
protected final PropertyValue
protected final PropertyValueManager
protected final ScriptEditorManager
protected final String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.subsystems.script_editor.editor.api.PropertyEditor
createEditorPane
-
Field Details
-
editorContext
-
label
-
tooltip
-
documentation
-
propertyValue
-
onModified
-
propertyContext
-
metadataManager
-
propertyValueManager
-
scriptEditorManager
-
-
Constructor Details
-
AbstractPropertyEditor
-
-
Method Details
-
isPropValueRequired
public boolean isPropValueRequired()
-