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.