return retValue;
}
protected void init() {
this.baseStyleName = "gwittir-SoftButton";
this.clickers = new ClickListenerCollection();
this.softBase = new FocusPanel();
this.grid = new Grid(1, 1);
DOM.setStyleAttribute(this.softBase.getElement(), "display", "inline");
this.setContent(new Label());
this.softBase.setWidget(grid);