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,12 +102,10 @@ public class ExtractCodelistDetailsCard extends WizardCard {
|
|||
automaticallyAttachTrue = new Radio();
|
||||
automaticallyAttachTrue.setBoxLabel("True");
|
||||
automaticallyAttachTrue.setValue(true);
|
||||
automaticallyAttachTrue.setToolTip("Automatically attach the generated codelist");
|
||||
|
||||
|
||||
automaticallyAttachFalse = new Radio();
|
||||
automaticallyAttachFalse.setBoxLabel("False");
|
||||
automaticallyAttachTrue.setToolTip("Do not attach the generated codelist");
|
||||
|
||||
|
||||
|
||||
ToggleGroup automaticallyAttachGroup = new ToggleGroup();
|
||||
automaticallyAttachGroup.add(automaticallyAttachTrue);
|
||||
|
@ -165,10 +163,9 @@ public class ExtractCodelistDetailsCard extends WizardCard {
|
|||
comboAttachToColumn.setTypeAhead(false);
|
||||
comboAttachToColumn.setEditable(false);
|
||||
comboAttachToColumn.setTriggerAction(TriggerAction.ALL);
|
||||
comboAttachToColumn.setToolTip("Select the column to be attached to extraced codelist");
|
||||
attachToColumnField = new FieldLabel(comboAttachToColumn,
|
||||
"Attach To Column");
|
||||
|
||||
attachToColumnField.setToolTip("Select the column to be attached to extraced codelist");
|
||||
p.add(attachToColumnField,
|
||||
new VerticalLayoutData(1, -1, new Margins(0)));
|
||||
|
||||
|
|
Loading…
Reference in New Issue