Class ButtonColumn.ButtonDetails
java.lang.Object
com.illumon.iris.console.utils.input.ButtonColumn.ButtonDetails
- Enclosing class:
- ButtonColumn
Class to allow creating buttons that have some non-standard properties (e.g., tooltips, disabled) instead
of just buttons with text.
The pattern is to create this with the details() method, and then apply the with* methods.
-
Method Summary
-
Method Details
-
withIcon
-
withText
-
withTooltip
-
withEnabled
-