Interface PropertyEditorProvider
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Implementing Classes:
AbstractPropertyEditorProvider
,AnyPropertyEditorProviderImpl
,ArrayPropertyEditorProviderImpl
,BooleanPropertyEditorProviderImpl
,BpmnVariablePropertyEditorProviderImpl
,BpmnVariableWithValuePropertyEditorProvider
,BusinessProcessPropertyEditorProviderImpl
,ColorArrayPropertyEditorProvider
,ColorPropertyEditorProviderImpl
,ConditionGroupPropertyEditorProvider
,ConditionOnePropertyEditorProvider
,ConditionOneV2PropertyEditorProvider
,CssClassArrayPropertyEditorProvider
,CssClassPropertyEditorProvider
,DateTimePropertyEditorProviderImpl
,DefaultPropertyEditorProviderImpl
,DoublePropertyEditorProviderImpl
,EntityColumnEditorProviderImpl
,EntityEditorProviderImpl
,EntityGraphPropertyEditorProvider
,EnumPropertyEditorProviderImpl
,EventRefPropertyEditorProvider
,FloatPropertyEditorProviderImpl
,FormFieldMappingEditorProvider
,FrontendBpmnVariablePropertyEditorProvider
,HtmlPropertyEditorProviderImpl
,IntegerPropertyEditorProviderImpl
,JndiPropertyEditorProviderImpl
,MethodValuePropertyEditorProviderImpl
,ObjectClassRefPropertyEditorProviderImpl
,PasswordPropertyEditorProviderImpl
,ProcessWithVariablesPropertyEditorProviderImpl
,ProjectResourcePropertyEditorProviderImpl
,QueryParamPropertyEditorProvider
,ReportTemplateParameterEditorProvider
,ReportTemplatePropertyEditorProvider
,StringPropertyEditorProviderImpl
,StringPropertyWithSourceEditorProvider
,TableColumnEditorProviderImpl
,TableEditorProviderImpl
,TextAreaPropertyEditorProviderImpl
,TimePropertyEditorProviderImpl
,ValidationActionPropertyEditorProviderImpl
,ValuePropertyEditorProviderImpl
public interface PropertyEditorProvider
extends org.springframework.core.Ordered
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(PropertyType<?> propertyType) createContext
(PropertyValue propertyValue, Object context, PropertyContext propertyContext, String label, String tooltip, String documentation, Runnable onModified) default PropertyEditor
createEditor
(AttributeMetadata referenceMetadata, PropertyEditorContext editorContext) createEditor
(PropertyEditorContext editorContext) default PropertyEditor
createEditor
(PropertyValue propertyValue, String label, String tooltip, String documentation, Object context, PropertyContext propertyContext, Runnable onModified) default PropertyEditor
createEditor
(PropertyValue propertyValue, AttributeMetadata referenceMetadata, Object context, PropertyContext propertyContext, Runnable onModified) default int
getOrder()
-
Method Details
-
accept
-
createEditor
default PropertyEditor createEditor(PropertyValue propertyValue, String label, String tooltip, String documentation, Object context, PropertyContext propertyContext, Runnable onModified) -
createEditor
-
createEditor
default PropertyEditor createEditor(PropertyValue propertyValue, AttributeMetadata referenceMetadata, Object context, PropertyContext propertyContext, Runnable onModified) -
createEditor
default PropertyEditor createEditor(AttributeMetadata referenceMetadata, PropertyEditorContext editorContext) -
createContext
PropertyEditorContext createContext(PropertyValue propertyValue, Object context, PropertyContext propertyContext, String label, String tooltip, String documentation, Runnable onModified) -
getOrder
default int getOrder()- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
-