Interface TethysUIControl.TethysUIScrollButton<T>
- Type Parameters:
T- the value type
- All Known Subinterfaces:
TethysUIDataEditField.TethysUIScrollButtonField<T>,TethysUIScrollButtonManager<T>
- All Known Implementing Classes:
TethysUICoreScrollButtonManager
- Enclosing interface:
TethysUIControl
public static interface TethysUIControl.TethysUIScrollButton<T>
Scroll Button Configuration.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetMenuConfigurator(Consumer<TethysUIScrollMenu<T>> pConfigurator) Set the menu configurator.
-
Method Details
-
setMenuConfigurator
Set the menu configurator.- Parameters:
pConfigurator- the configurator
-