Class WiresComboPropertyEditorFieldInfo


  • public class WiresComboPropertyEditorFieldInfo
    extends org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo
    This 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(...)
    • 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
    • Constructor Detail

      • WiresComboPropertyEditorFieldInfo

        public WiresComboPropertyEditorFieldInfo​(String label,
                                                 String currentStringValue,
                                                 List<String> comboValues)