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:
Giancarlo Panichi 2015-02-03 13:03:33 +00:00
parent f60f8d034d
commit cf3be76185
1 changed files with 3 additions and 6 deletions

View File

@ -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)));