Class WiresComboPropertyEditorFieldInfo
- java.lang.Object
-
- org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo
-
- org.uberfire.ext.wires.core.client.properties.WiresComboPropertyEditorFieldInfo
-
public class WiresComboPropertyEditorFieldInfo extends org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfoThis is a work-around for being able to set the ComboValues and override a method on PropertyEditorFieldInfo Class PropertyEditorFieldInfo initialized ComboValues to null so we can't override a method with an anonymous sub-class and then call getComboValues().addAll(...)
-
-
Constructor Summary
Constructors Constructor Description WiresComboPropertyEditorFieldInfo(String label, String currentStringValue, List<String> comboValues)
-
Method Summary
-
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
-
-