Home
last modified time | relevance | path

Searched refs:AlertDialog (Results 1 – 25 of 77) sorted by relevance

1234

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dabstract_ui.h26 class AlertDialog {
28 AlertDialog() in AlertDialog() function
30 virtual ~AlertDialog() in ~AlertDialog()
50 … const std::string txt, std::function<void(AlertDialog &, std::any)> &buttonEvent, std::any ctx) in SetButton() argument
53 AlertDialog log; in SetButton()
76 virtual AlertDialog &Build() in Build()
78 static AlertDialog p; in Build()
81 virtual void ShowAlerDialog(AlertDialog &alertDialog) in ShowAlerDialog()
85 virtual void DestroyAlerDialog(AlertDialog &alertDialog) in DestroyAlerDialog()
H A Dp2p_state_machine.cpp713 std::function<void(AlertDialog &, std::any)> event = [](AlertDialog &dlg, std::any msg) { in NotifyUserInvitationSentMessage()
714 AlertDialog dlgBuf = dlg; in NotifyUserInvitationSentMessage()
718 AlertDialog &dialog = AbstractUI::GetInstance().Build(); in NotifyUserInvitationSentMessage()
731 std::function<void(AlertDialog &, std::any)> acceptEvent = [=](AlertDialog &dlg, std::any msg) { in NotifyUserProvDiscShowPinRequestMessage()
732 AlertDialog dlgBuf = dlg; in NotifyUserProvDiscShowPinRequestMessage()
737 AlertDialog &dialog = AbstractUI::GetInstance().Build(); in NotifyUserProvDiscShowPinRequestMessage()
755 std::function<void(AlertDialog &, std::any)> acceptEvent = [=](AlertDialog &dlg, std::any msg) { in NotifyUserInvitationReceivedMessage()
764 std::function<void(AlertDialog &, std::any)> rejectEvent = [=](AlertDialog &dlg, std::any msg) { in NotifyUserInvitationReceivedMessage()
765 AlertDialog dlgBuf = dlg; in NotifyUserInvitationReceivedMessage()
771 AlertDialog &dialog = AbstractUI::GetInstance().Build(); in NotifyUserInvitationReceivedMessage()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.2/
H A Dchangelogs-arkui.md5 ## cl.arkui.1 AlertDialog、ActionSheet设置主标题、副标题超长文本显示效果变更
19 AlertDialog、ActionSheet支持通过设置title、subtitle参数显示主标题、副标题:
35 AlertDialog的title从API Version 7开始支持,subtitle从API Version 10开始支持。
45 警告弹窗(AlertDialog)、列表选择弹窗(ActionSheet)
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-methods-alert-dialog-box.md1 # 警告弹窗 (AlertDialog)
13 ## AlertDialog section
235 AlertDialog.show(
269 AlertDialog.show(
312 AlertDialog.show(
386 AlertDialog.show(
460 AlertDialog.show(
462 title: 'AlertDialog 1',
493 该示例定义了AlertDialog的样式,如宽度、高度、背景色、阴影等等。
509 AlertDialog.show(
[all …]
H A Dohos-arkui-advanced-Dialog.md15 import { TipsDialog, SelectDialog, ConfirmDialog, AlertDialog, LoadingDialog, CustomContentDialog }…
102 ## AlertDialog section
104 AlertDialog({controller: CustomDialogController, primaryTitle?: ResourceStr, secondaryTitle?: Resou…
171 跟手弹窗,基于目标组件位置弹出,上文中的TipsDialog、SelectDialog、ConfirmDialog、AlertDialog、LoadingDialog、CustomContentDi…
431 import { AlertDialog } from '@kit.ArkUI'
437 builder: AlertDialog({
479 ![AlertDialog](figures/AlertDialog.png)
680 import { AlertDialog, PopoverDialog, PopoverOptions } from '@kit.ArkUI';
694 AlertDialog({
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.8.2/
H A Dchangelogs-arkui.md142 ## cl.arkui.4 AlertDialog控件内容布局变更。
144 AlertDialog的内容属性部分会根据:1)有无标题title,2)是否为单行文本,条件不同而布局有所不同。
159 AlertDialog.show(
187 AlertDialog控件message属性对应的文本内容,布局效果变更。
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-sheet-page.md118 // 第二步:确认二次回调交互能力,此处用AlertDialog提示 "是否需要关闭半模态"
119 AlertDialog.show(
137 // 第三步:确认关闭半模态逻辑所在,此处为AlertDialog的Button回调
145 console.info('AlertDialog Closed callbacks')
H A Darkts-base-dialog-overview.md6 * **固定样式弹出框:** 开发者可使用固定样式弹出框,指定需要显示的文本内容和按钮操作,完成简单的交互效果。主要包括警告弹窗 (AlertDialog)、列表选择弹窗 (ActionSheet)…
14 | [警告弹窗 (AlertDialog)](arkts-fixes-style-dialog.md#警告弹窗-alertdialog) | 固定样式,通常用来展示用户当前需要或必须关注的信息或操作…
H A Darkts-dialog-overview.md13 > 当前模态弹窗通过设置指定属性变成非模态,例如AlertDialog,可以设置[isModal](../reference//apis-arkui/arkui-ts/ts-methods-aler…
H A Darkts-fixes-style-dialog.md13 - 列表选择弹出框 (ActionSheet)、警告弹出框 (AlertDialog)、选择器弹出框 (PickerDialog)中除CalendarPickerDialog都需先使用ohos.wi…
15 操作菜单 (showActionMenu)、对话框 (showDialog)、列表选择弹出框 (ActionSheet)、警告弹出框 (AlertDialog)可以设置isModal为false变成…
398 ## 警告弹窗 (AlertDialog)
/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A Dts-composite-components-arkdialog.md14 import { TipsDialog, SelectDialog, ConfirmDialog, AlertDialog, LoadingDialog } from '@ohos.arkui.ad…
99 ## AlertDialog section
101 AlertDialog({controller: CustomDialogController, content?: ResourceStr, primaryButton?: ButtonOptio…
327 import { AlertDialog } from '@ohos.arkui.advanced.Dialog'
334 builder: AlertDialog({
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-arkui.md285 涉及到警告弹窗(AlertDialog)、列表选择弹窗(ActionSheet)、日历选择器弹窗(CalendarPickerDialog)、日期滑动选择器弹窗(DatePickerDialog)、…
302 AlertDialog.show({
312 AlertDialog.show({
318 AlertDialog.show({
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-methods-alert-dialog-box.md1 # Alert Dialog Box (AlertDialog)
13 ## AlertDialog section
246 AlertDialog.show(
280 AlertDialog.show(
323 AlertDialog.show(
397 AlertDialog.show(
468 Button('AlertDialog Set Duration')
471 AlertDialog.show(
473 title: 'AlertDialog 1',
520 AlertDialog.show(
[all …]
H A Dohos-arkui-advanced-Dialog.md15 import { TipsDialog, SelectDialog, ConfirmDialog, AlertDialog, LoadingDialog, CustomContentDialog }…
102 ## AlertDialog section
104 AlertDialog({controller: CustomDialogController, primaryTitle?: ResourceStr, secondaryTitle?: Resou…
171 … of content types, including: TipsDialog, SelectDialog, ConfirmDialog, AlertDialog, LoadingDialog,…
422 import { AlertDialog } from '@kit.ArkUI'
428 builder: AlertDialog({
467 ![AlertDialog](figures/AlertDialog.png)
645 import { AlertDialog, PopoverDialog, PopoverOptions } from '@kit.ArkUI';
658 AlertDialog({
/ohos5.0/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/pages/
H A DUsbDialog.ets16 import { AlertDialog } from '@ohos.arkui.advanced.Dialog'
23 builder: AlertDialog({
/ohos5.0/docs/zh-cn/third-party-cases/
H A Ddiverse-dialogues.md29 - 警告弹窗:使用AlertDialog实现。
36 1. 首先,使用AlertDialog实现警告弹窗。
43 AlertDialog.show({
313 AlertDialog.show({
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.2/
H A Dchangelogs-arkui.md35 **title** and **subtitle** of **AlertDialog** are supported since API version 7 and API version 10,…
45 AlertDialog and ActionSheet
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-sheet-page.md118 // Step 2: Implement the secondary confirmation interaction, using an AlertDialog component to prom…
119 AlertDialog.show(
137 … // Step 3: Define the logic for closing the semi-modal within the AlertDialog button callback.
145 console.info('AlertDialog Closed callbacks')
H A Darkts-base-dialog-overview.md6 …ructure for simple and standard interactions. Available APIs include **AlertDialog**, **ActionShee…
14 | [Alert dialog box (AlertDialog)](arkts-fixes-style-dialog.md#alert-dialog-box-alertdialog)| Usual…
/ohos5.0/base/update/update_app/feature/ota/src/main/ets/dialog/
H A DDialogHelper.ets49 AlertDialog.show(
168 AlertDialog.show(
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.19/
H A Dchangelogs-arkui.md27 AlertDialog、CustomDialog 起始支持版本为 API 7,ActionSheet、DatePickerDialog、TimePickerDialog、TextPickerDial…
35 受影响的组件:promptAction.showDialog、promptAction.openCustomDialog、AlertDialog、ActionSheet、DatePickerDial…
649 advanced.Dialog.TipsDialog,advanced.Dialog.SelectDialog,advanced.Dialog.AlertDialog,advanced.Dialog…
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dreasonable_using_cache_improve_performance.md253 AlertDialog.show({
290 AlertDialog.show({
303 AlertDialog.show({
320 AlertDialog.show({
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.32/
H A Dchangelogs-arkui.md294 API version 11及以前:bindMenu,AlertDialog,CustomDialog,bindPopup,bindSheet,bindContentCover等弹框层级都在AppB…
302 涉及的弹框范围:bindMenu,AlertDialog,CustomDialog,bindPopup,bindSheet,bindContentCover等非子窗模式弹框。
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.8.2/
H A Dchangelogs-arkui.md142 ## cl.arkui.4 Content Layout Change of AlertDialog
159 AlertDialog.show(
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.19/
H A Dchangelogs-arkui.md27 **AlertDialog** and **CustomDialog**: API version 7; **ActionSheet**, **DatePickerDialog**, **TimeP…
35 promptAction.showDialog, promptAction.openCustomDialog, AlertDialog, ActionSheet, DatePickerDialog,…

1234