Interface TethysUIControl.TethysUIIconButton<T>
- Type Parameters:
T- the data type
- All Known Subinterfaces:
TethysUIDataEditField.TethysUIIconButtonField<T>
- Enclosing interface:
TethysUIControl
public static interface TethysUIControl.TethysUIIconButton<T>
IconButton Configuration.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetIconMapSet(Supplier<TethysUIControl.TethysUIIconMapSet<T>> pSupplier) Set the IconMapSet supplier.
-
Method Details
-
setIconMapSet
Set the IconMapSet supplier.- Parameters:
pSupplier- the supplier
-