Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@94989 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ea37ddcac2
commit
dfbe624baf
|
@ -135,12 +135,12 @@ public class HistoryPanel extends FramedPanel {
|
|||
|
||||
ActionButtonCell button = new ActionButtonCell();
|
||||
button.setIcon(ResourceBundle.INSTANCE.undo());
|
||||
button.setTitle("Rollback");
|
||||
button.setTitle("Undo");
|
||||
button.addSelectHandler(new SelectHandler() {
|
||||
|
||||
@Override
|
||||
public void onSelect(SelectEvent event) {
|
||||
Log.debug("Button RollBack Pressed");
|
||||
Log.debug("Button Undo Pressed");
|
||||
Context c = event.getContext();
|
||||
int rowIndex = c.getIndex();
|
||||
startSearchRollBackId(rowIndex);
|
||||
|
|
Loading…
Reference in New Issue