Implementation of the AbstractTemplateOption that allows users to choose a value from
the fixed set of options using a combo box.
since: 3.2
Constructor Summary
public
ComboChoiceOption(BaseOptionTemplateSection section, String name, String label, String[][] choices) Constructor for ComboChoiceOption.
Parameters: section - the parent section. Parameters: name - the unique name Parameters: label - the presentable label Parameters: choices - the list of choices from which the value can be chosen.
Constructor for ComboChoiceOption.
Parameters: section - the parent section. Parameters: name - the unique name Parameters: label - the presentable label Parameters: choices - the list of choices from which the value can be chosen. Eacharray entry should be an array of size 2, where position 0will be interpeted as the choice unique name, and position 1as the choice presentable label.
Method Detail
createControl
public void createControl(Composite parent, int span)(Code)