/ohos5.0/foundation/arkui/advanced_ui_component/doc/ |
H A D | ts-composite-components-subheader.md | 25 …sourceStr, secondaryTitle?: ResourceStr, icon?: ResourceStr, select?: SelectOptions, operationType… 40 | select | SelectOptions | 否 | - | select内容以及事件。 | 55 ## SelectOptions section
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | injection_tools_help_func.cpp | 42 if (!SelectOptions(argc, argv, c)) { in CheckInjectionCommand() 76 bool InjectionToolsHelpFunc::SelectOptions(int32_t argc, char **argv, int32_t &opt) in SelectOptions() function in OHOS::MMI::InjectionToolsHelpFunc
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/include/ |
H A D | injection_tools_help_func.h | 33 bool SelectOptions(int32_t argc, char **argv, int32_t &opt);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-SubHeader.md | 33 …s, primaryTitle?: ResourceStr, secondaryTitle?: ResourceStr, select?: SelectOptions, operationType… 45 | select | [SelectOptions](#selectoptions) | 否 | - | select内容以及事件。<br/>**原子化服务API:** 从API version 1… 69 ## SelectOptions section
|
H A D | ts-basic-components-select.md | 438 该示例通过配置SelectOptions实现下拉菜单。
|
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/include/ |
H A D | virtual_device.h | 35 static bool SelectOptions(int32_t argc, char **argv, int32_t &opt);
|
/ohos5.0/foundation/arkui/advanced_ui_component/source/SubHeader/ |
H A D | SubHeader.ets | 46 export declare type SelectOptions = { 115 @Prop select: SelectOptions 203 @Builder SelectStyle(selectParam: SelectOptions) {
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 63 struct SelectOptions { struct 579 SelectOptions *options, std::shared_ptr<KeyParam> &kp) in ParseKeyParam() 607 SelectOptions *options) in ParseKey() 691 SelectOptions selectOptions{true, defaultConfig, deviceType, selectedTypes}; in ParseResHex()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-SubHeader.md | 32 …s, primaryTitle?: ResourceStr, secondaryTitle?: ResourceStr, select?: SelectOptions, operationType… 48 | select | [SelectOptions](#selectoptions) | No| - | Content and events for selection.<br>**Atomic … 70 ## SelectOptions section
|
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/src/ |
H A D | virtual_device.cpp | 635 if (!SelectOptions(argc, argv, c)) { in CheckCommand() 679 bool VirtualDevice::SelectOptions(int32_t argc, char **argv, int32_t &opt) in SelectOptions() function in OHOS::MMI::VirtualDevice
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/source/ |
H A D | subheader.ets | 67 export declare class SelectOptions { 200 select: SelectOptions | null = null; 679 SelectStyle(selectParam: SelectOptions): void {
|