Interface EnumColumn<C extends EnumColumn<C>>

    • Method Detail

      • option

        default C option​(String value,
                         String label)
        Provides an option which can be shown in the column.
        Parameters:
        value - the value of the option
        label - the label of the option
        Returns:
        this
      • option

        default C option​(SelectOption... options)
        Provides options which can be shown in the column.
        Parameters:
        options - SelectOptions to be set as options
        Returns:
        this
      • clearOptions

        default C clearOptions()
        Removes all the available options for the column.
        Returns:
        this