Foxit PDF SDK
|
Inherits NSObject.
Instance Methods | |
(id) | - init |
Constructor. | |
(id) | - initWithOption: |
Constructor, with another choice option object. More... | |
(id) | - initWithOption_label:selected: |
Constructor, with parameters. More... | |
(void) | - set:selected: |
Set value. More... | |
Properties | |
NSString * | option_label |
The displayed string value for the option. | |
BOOL | selected |
Used to indicate whether the option is selected or not. | |
This class represents the data of an option in list box or combo box.
- (id) initWithOption: | (FSWidgetChoiceOption*) | option |
Constructor, with another choice option object.
[in] | option | Another choice option object. |
- (id) initWithOption_label: | (NSString *) | option_label | |
selected: | (BOOL) | selected | |
Constructor, with parameters.
[in] | option_label | The displayed string value for the option. |
[in] | selected | YES means the option is selected, and NO means the option is not selected. |
- (void) set: | (NSString *) | option_label | |
selected: | (BOOL) | selected | |
Set value.
[in] | option_label | The displayed string value for the option. |
[in] | selected | YES means the option is selected, and NO means the option is not selected. |