Interface SelectModel

  • All Known Implementing Classes:
    AbstractSelectModel, EnumSelectModel, SelectModelImpl

    public interface SelectModel
    Defines the possible options and option groups for a <select> [X]HTML element. Primarily used by the Select component, but potentially used by anything similar, that needs to present a list of options to the user. Generally paired with a ValueEncoder to create client-side representations of server-side values.
    See Also:
    Palette