Interface TethysUIControl.TethysUIListButton<T extends Comparable<? super T>>

Type Parameters:
T - the value type
All Known Subinterfaces:
TethysUIDataEditField.TethysUIListButtonField<T>, TethysUIListButtonManager<T>
All Known Implementing Classes:
TethysUICoreListButtonManager
Enclosing interface:
TethysUIControl

public static interface TethysUIControl.TethysUIListButton<T extends Comparable<? super T>>
List Button Configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set the selectable supplier.
  • Method Details

    • setSelectables

      void setSelectables(Supplier<Iterator<T>> pSelectables)
      Set the selectable supplier.
      Parameters:
      pSelectables - the supplier