Class JadiceButtonBuilder

java.lang.Object
com.levigo.jadice.web.client.ui.JadiceButtonBuilder
All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget

public class JadiceButtonBuilder extends Object implements com.google.gwt.user.client.ui.IsWidget
Builder for a JadiceButton. The builder instance has to be fed with button related aspects, like command, icon, label, key binding and so on before actually creating the button by calling build().

Attention: From jadice web toolkit version 5.5.0.0 on this class should only be used for buttons within short-living widgets (like the calibrate resolution widget). The actions of the buttons created by this class are not registered in an ActionRegistry.