toolButton.setText(action.getText());
}
if (action.getTitle() != null) {
toolButton.getTitle();
}
toolButton.addClickListener(action);
return toolButton;
}
private ImageButton createImageButton(Action action) {
ImageButton imageButton = new ImageButton(action.getImage());