Interface FluentMutableIconHolder<H extends FluentMutableIconHolder<H>>
- Type Parameters:
H- the type of aFluentMutableIconHolder
- All Superinterfaces:
IconHolder
- All Known Implementing Classes:
WebGui
A
FluentMutableIconHolder is a IconHolder whose icon can be
set programmatically and fluently.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface IconHolder
getIcon
-
Method Details
-
setIcon
Sets the icon of the currentFluentMutableIconHolder.- Parameters:
icon-- Returns:
- the current
FluentMutableIconHolder - Throws:
RuntimeException- if the given icon is null
-