Interface UI<T extends UIOption<T>>


public interface UI<T extends UIOption<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the OptionFactory configuration for this UI.
    default String
    Gets the common name of this UI.
  • Method Details

    • name

      default String name()
      Gets the common name of this UI.
      Returns:
      the common name of this UI.
    • getOptionCollection

      UIOptionCollection<T> getOptionCollection()
      Gets the OptionFactory configuration for this UI.
      Returns:
      the OptionFactory configuration for this UI.