addButton.setShowFocused(false);
addButton.setShowRollOver(false);
addButton.setShowDown(false);
addButton.addClickHandler(new ClickHandler() {
public void onClick(ClickEvent event) {
listGrid.startEditingNew();
}
});
ImgButton removeButton = new ImgButton();
removeButton.setSrc("[SKIN]actions/remove.png");