Home
last modified time | relevance | path

Searched refs:SelectOptions (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A Dts-composite-components-subheader.md25 …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 Dinjection_tools_help_func.cpp42 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 Dinjection_tools_help_func.h33 bool SelectOptions(int32_t argc, char **argv, int32_t &opt);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-SubHeader.md33 …s, primaryTitle?: ResourceStr, secondaryTitle?: ResourceStr, select?: SelectOptions, operationType…
45 | select | [SelectOptions](#selectoptions) | 否 | - | select内容以及事件。<br/>**原子化服务API:** 从API version 1…
69 ## SelectOptions section
H A Dts-basic-components-select.md438 该示例通过配置SelectOptions实现下拉菜单。
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/include/
H A Dvirtual_device.h35 static bool SelectOptions(int32_t argc, char **argv, int32_t &opt);
/ohos5.0/foundation/arkui/advanced_ui_component/source/SubHeader/
H A DSubHeader.ets46 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 Dhap_parser.cpp63 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 Dohos-arkui-advanced-SubHeader.md32 …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 Dvirtual_device.cpp635 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 Dsubheader.ets67 export declare class SelectOptions {
200 select: SelectOptions | null = null;
679 SelectStyle(selectParam: SelectOptions): void {