Class ButtonColumn.ButtonDetails
java.lang.Object
com.illumon.iris.console.utils.input.ButtonColumn.ButtonDetails
- Enclosing class:
- ButtonColumn
public static class ButtonColumn.ButtonDetails extends Object
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
Modifier and Type Method Description ButtonColumn.ButtonDetails
withEnabled(boolean enabled)
ButtonColumn.ButtonDetails
withIcon(ImageIcon icon)
ButtonColumn.ButtonDetails
withText(String text)
ButtonColumn.ButtonDetails
withTooltip(String toolTipText)