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 TypeMethodDescriptionvoidsetSelectables(Supplier<Iterator<T>> pSelectables) Set the selectable supplier.
-
Method Details
-
setSelectables
Set the selectable supplier.- Parameters:
pSelectables- the supplier
-