Interface SupportsItemsEnum<T>

Type Parameters:
T - the type that extends EnumClass and represents the enumeration of item options
All Known Implementing Classes:
GridLayout, JmixCheckboxGroup, JmixComboBox, JmixListBox, JmixMultiSelectComboBox, JmixMultiSelectComboBoxPicker, JmixMultiSelectListBox, JmixRadioButtonGroup, JmixSelect, JmixVirtualList, TwinColumn

public interface SupportsItemsEnum<T>
An interface that provides support for setting item options from a specified EnumClass. This can be used to populate components with items derived from an enumeration.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setItems(Class<T> itemsEnum)
    Sets items from the passed EnumClass.