Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-extractcodelist-widget@111613 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f60f8d034d
commit
cf3be76185
|
@ -102,11 +102,9 @@ public class ExtractCodelistDetailsCard extends WizardCard {
|
||||||
automaticallyAttachTrue = new Radio();
|
automaticallyAttachTrue = new Radio();
|
||||||
automaticallyAttachTrue.setBoxLabel("True");
|
automaticallyAttachTrue.setBoxLabel("True");
|
||||||
automaticallyAttachTrue.setValue(true);
|
automaticallyAttachTrue.setValue(true);
|
||||||
automaticallyAttachTrue.setToolTip("Automatically attach the generated codelist");
|
|
||||||
|
|
||||||
automaticallyAttachFalse = new Radio();
|
automaticallyAttachFalse = new Radio();
|
||||||
automaticallyAttachFalse.setBoxLabel("False");
|
automaticallyAttachFalse.setBoxLabel("False");
|
||||||
automaticallyAttachTrue.setToolTip("Do not attach the generated codelist");
|
|
||||||
|
|
||||||
|
|
||||||
ToggleGroup automaticallyAttachGroup = new ToggleGroup();
|
ToggleGroup automaticallyAttachGroup = new ToggleGroup();
|
||||||
|
@ -165,10 +163,9 @@ public class ExtractCodelistDetailsCard extends WizardCard {
|
||||||
comboAttachToColumn.setTypeAhead(false);
|
comboAttachToColumn.setTypeAhead(false);
|
||||||
comboAttachToColumn.setEditable(false);
|
comboAttachToColumn.setEditable(false);
|
||||||
comboAttachToColumn.setTriggerAction(TriggerAction.ALL);
|
comboAttachToColumn.setTriggerAction(TriggerAction.ALL);
|
||||||
comboAttachToColumn.setToolTip("Select the column to be attached to extraced codelist");
|
|
||||||
attachToColumnField = new FieldLabel(comboAttachToColumn,
|
attachToColumnField = new FieldLabel(comboAttachToColumn,
|
||||||
"Attach To Column");
|
"Attach To Column");
|
||||||
|
attachToColumnField.setToolTip("Select the column to be attached to extraced codelist");
|
||||||
p.add(attachToColumnField,
|
p.add(attachToColumnField,
|
||||||
new VerticalLayoutData(1, -1, new Margins(0)));
|
new VerticalLayoutData(1, -1, new Margins(0)));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue