Bean for the icon option into the Button component
183184185186187188189190
* The secondary icon (might be null). * @return the button */ public DialogButton setIcons(UiIcon primary, UiIcon secondary) { options.put("icons", new ButtonIcon(primary, secondary)); return this; }