|
Foxit PDF SDK
|
Public 成员函数 | |
| WidgetChoiceOption () | |
| 构造函数。 | |
| WidgetChoiceOption (String option_label, boolean selected) | |
| 构造函数,带参数。 更多... | |
| WidgetChoiceOption (WidgetChoiceOption option) | |
| 构造函数,使用另一个选择选项对象。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| String | getOption_label () |
| Get 选项的显示字符串值。 更多... | |
| boolean | getSelected () |
| Get 用于指示选项是否被选中。 更多... | |
| void | set (String option_label, boolean selected) |
| 设置值。 更多... | |
| void | setOption_label (String value) |
| Set 选项的显示字符串值。 更多... | |
| void | setSelected (boolean value) |
| Set 用于指示选项是否被选中。 更多... | |
此类表示列表框或组合框中选项的数据。
| com.foxit.sdk.addon.xfa.WidgetChoiceOption.WidgetChoiceOption | ( | String | option_label, |
| boolean | selected | ||
| ) |
构造函数,带参数。
| [in] | option_label | 选项的显示字符串值。 |
| [in] | selected | true 表示选项被选中,false 表示 选项未被选中。 |
| com.foxit.sdk.addon.xfa.WidgetChoiceOption.WidgetChoiceOption | ( | WidgetChoiceOption | option | ) |
构造函数,使用另一个选择选项对象。
| [in] | option | 另一个选择选项对象。 |
| synchronized void com.foxit.sdk.addon.xfa.WidgetChoiceOption.delete | ( | ) |
直接清除C++相关资源。
| com.foxit.sdk.addon.xfa.WidgetChoiceOption.getOption_label | ( | ) |
Get 选项的显示字符串值。
| com.foxit.sdk.addon.xfa.WidgetChoiceOption.getSelected | ( | ) |
Get 用于指示选项是否被选中。
| void com.foxit.sdk.addon.xfa.WidgetChoiceOption.set | ( | String | option_label, |
| boolean | selected | ||
| ) |
设置值。
| [in] | option_label | 选项的显示字符串值。 |
| [in] | selected | true 表示选项被选中,false 表示 选项未被选中。 |
| com.foxit.sdk.addon.xfa.WidgetChoiceOption.setOption_label | ( | String | value | ) |
Set 选项的显示字符串值。
| [in] | value | 选项的显示字符串值。 |
| com.foxit.sdk.addon.xfa.WidgetChoiceOption.setSelected | ( | boolean | value | ) |
Set 用于指示选项是否被选中。
| [in] | value | 用于指示选项是否被选中。 |