Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@101423 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
855221c8ac
commit
e40d73b9ab
|
@ -166,6 +166,10 @@ public class EditRowPanel extends FramedPanel implements MonitorDialogListener {
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if(columns.size()<1){
|
||||||
|
btnSave.disable();
|
||||||
|
}
|
||||||
|
|
||||||
btnClose = new TextButton("Close");
|
btnClose = new TextButton("Close");
|
||||||
btnClose.setIcon(ResourceBundle.INSTANCE.close());
|
btnClose.setIcon(ResourceBundle.INSTANCE.close());
|
||||||
|
|
Loading…
Reference in New Issue