Interface ListUIEditor

All Superinterfaces:
UIEditor
All Known Subinterfaces:
EnumUIEditor
All Known Implementing Classes:
DefaultEnumUIEditor, DefaultFeatureUnitUIEditor, DefaultSelectUIEditor, GenericCollectionUIEditor, GenericRangeUIEditor, MapUIEditor, NullableSelectUIEditor

public interface ListUIEditor extends UIEditor
  • Method Details

    • setAvailableValues

      void setAvailableValues(List<? extends Object> availableValues)
    • getAvailableValues

      List<? extends Object> getAvailableValues()