Minor Updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@92799 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5b33878ffb
commit
2790930ea0
|
@ -38,7 +38,7 @@ import com.sencha.gxt.widget.core.client.form.DualListField.Mode;
|
||||||
import com.sencha.gxt.widget.core.client.form.FieldLabel;
|
import com.sencha.gxt.widget.core.client.form.FieldLabel;
|
||||||
import com.sencha.gxt.widget.core.client.form.validator.EmptyValidator;
|
import com.sencha.gxt.widget.core.client.form.validator.EmptyValidator;
|
||||||
|
|
||||||
public class DeleteDuplicateRowsPanel extends FramedPanel {
|
public class DuplicateRowsDeletePanel extends FramedPanel {
|
||||||
protected String WIDTH = "640px";
|
protected String WIDTH = "640px";
|
||||||
protected String HEIGHT = "520px";
|
protected String HEIGHT = "520px";
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ public class DeleteDuplicateRowsPanel extends FramedPanel {
|
||||||
protected FieldLabel columnsSelectLabel;
|
protected FieldLabel columnsSelectLabel;
|
||||||
protected TextButton deleteButton;
|
protected TextButton deleteButton;
|
||||||
|
|
||||||
public DeleteDuplicateRowsPanel(TRId trId, EventBus eventBus) {
|
public DuplicateRowsDeletePanel(TRId trId, EventBus eventBus) {
|
||||||
setWidth(WIDTH);
|
setWidth(WIDTH);
|
||||||
setHeight(HEIGHT);
|
setHeight(HEIGHT);
|
||||||
setHeaderVisible(false);
|
setHeaderVisible(false);
|
Loading…
Reference in New Issue