else if (item.getTitle() != null)
button = createButton(item.getTitle());
if (button != null) {
_panel.setWidget(0, index, button);
if (item.getClickHandler() != null)
button.addClickHandler(item.getClickHandler());
}
}
private Grid createBackButton(String text) {
Grid backPanel = new Grid(1, 3);