Foxit PDF SDK
|
Public Member Functions | |
WidgetChoiceOption () | |
Constructor. | |
WidgetChoiceOption (String option_label, boolean selected) | |
Constructor, with parameters. More... | |
WidgetChoiceOption (WidgetChoiceOption option) | |
Constructor, with another choice option object. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
String | getOption_label () |
Get the displayed string value for the option. More... | |
boolean | getSelected () |
Get used to indicate whether the option is selected or not. More... | |
void | set (String option_label, boolean selected) |
Set value. More... | |
void | setOption_label (String value) |
Set the displayed string value for the option. More... | |
void | setSelected (boolean value) |
Set used to indicate whether the option is selected or not. More... | |
This class represents the data of an option in list box or combo box.
com.foxit.sdk.addon.xfa.WidgetChoiceOption.WidgetChoiceOption | ( | String | option_label, |
boolean | selected | ||
) |
Constructor, with parameters.
[in] | option_label | The displayed string value for the option. |
[in] | selected | true means the option is selected, and false means the option is not selected. |
com.foxit.sdk.addon.xfa.WidgetChoiceOption.WidgetChoiceOption | ( | WidgetChoiceOption | option | ) |
Constructor, with another choice option object.
[in] | option | Another choice option object. |
synchronized void com.foxit.sdk.addon.xfa.WidgetChoiceOption.delete | ( | ) |
Clean up related resources immediately.
com.foxit.sdk.addon.xfa.WidgetChoiceOption.getOption_label | ( | ) |
Get the displayed string value for the option.
com.foxit.sdk.addon.xfa.WidgetChoiceOption.getSelected | ( | ) |
Get used to indicate whether the option is selected or not.
void com.foxit.sdk.addon.xfa.WidgetChoiceOption.set | ( | String | option_label, |
boolean | selected | ||
) |
Set value.
[in] | option_label | The displayed string value for the option. |
[in] | selected | true means the option is selected, and false means the option is not selected. |
com.foxit.sdk.addon.xfa.WidgetChoiceOption.setOption_label | ( | String | value | ) |
Set the displayed string value for the option.
[in] | value | The displayed string value for the option. |
com.foxit.sdk.addon.xfa.WidgetChoiceOption.setSelected | ( | boolean | value | ) |
Set used to indicate whether the option is selected or not.
[in] | value | Used to indicate whether the option is selected or not. |