public ToolButton(ToolBarCommand cmd) { super(null); this.addStyleDependentName("tool"); this.cmd = cmd; super.getElement().getStyle().setBackgroundImage(cmd.getIconUrlAsString()); }
public void setCmd(ToolBarCommand cmd) { this.cmd = cmd; super.getElement().getStyle().setBackgroundImage(cmd.getIconUrlAsString()); }