Class EnumPropertyEditorProviderImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditorProvider
ru.cg.webbpm.studio.subsystems.script_editor.editor.impl.base.EnumPropertyEditorProviderImpl
- All Implemented Interfaces:
org.springframework.core.Ordered
,PropertyEditorProvider
- Author:
- Abdulin Ildar
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditorProvider
metadataManager, propertyValueManager, scriptEditorManager
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(PropertyType<?> propertyType) createEditor
(PropertyEditorContext editorContext) Methods inherited from class ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditorProvider
createContext
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.PropertyEditorProvider
createEditor, createEditor, createEditor, getOrder
-
Constructor Details
-
EnumPropertyEditorProviderImpl
public EnumPropertyEditorProviderImpl()
-
-
Method Details
-
accept
-
createEditor
-