Class CustomPropertyEditorFieldInfo
- java.lang.Object
-
- org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo
-
- org.uberfire.ext.properties.editor.model.CustomPropertyEditorFieldInfo
-
public class CustomPropertyEditorFieldInfo extends PropertyEditorFieldInfo
-
-
Constructor Summary
Constructors Constructor Description CustomPropertyEditorFieldInfo(String label, String stringValue, Class<?> customEditorClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getCustomEditorClass()voidsetCustomEditorClass(Class<?> customEditorClass)-
Methods inherited from class org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo
getComboValues, getCurrentStringValue, getEventId, getHelpHeading, getHelpText, getKey, getLabel, getOptions, getOriginalValue, getPriority, getType, getValidators, hasHelpInfo, isRemovalSupported, setCurrentStringValue, setPropertyEditorCategory, toString, undo, withComboValues, withHelpInfo, withKey, withOptions, withPriority, withRemovalSupported, withValidators, withValidators
-
-