Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 31) sorted by relevance

12

/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/java/com/update/check/action/view/
DMessageBox.java120 public static void showDialog(Project project, String title, String msgContent) { in showDialog() argument
121 showDialog(project, title, msgContent, null); in showDialog()
132 public static void showDialog(Project project, String title, in showDialog() argument
134 showDialog(project, title, msgContent, okAction, null); in showDialog()
146 public static void showDialog(Project project, String title, String msgContent, in showDialog() argument
149 boolean isOK = MessageDialogBuilder.okCancel(title, msgContent) in showDialog()
/interface/sdk-js/api/
D@ohos.arkui.advanced.ComposeTitleBar.d.ets49 * Declaration of the composable title bar.
56 * Avatar resource and event callback of this title bar.
63 * Title of this title bar.
67 title: ResourceStr;
70 * Sub-title of this title bar.
D@system.prompt.d.ts119 title?: string; property
184 title?: string; property
D@ohos.prompt.d.ts128 title?: string; property
186 title?: string; property
D@ohos.promptAction.d.ts209 title?: string | Resource; property
338 title?: string | Resource; property
D@ohos.reminderAgent.d.ts257 title: string; property
410 title?: string; property
D@ohos.reminderAgentManager.d.ts254 title: string; property
413 title?: string; property
D@ohos.arkui.advanced.EditableTitleBar.d.ets69 * Declaration of the editable title bar.
83 * Title of this title bar.
87 title: ResourceStr;
D@ohos.arkui.advanced.Dialog.d.ets83 * Sets the TipsDialog title.
88 title: ResourceStr;
141 * Sets the SelectDialog title.
146 title: ResourceStr;
192 * Sets the ConfirmDialog title.
197 title: ResourceStr;
D@ohos.arkui.advanced.SelectTitleBar.d.ets49 * Declaration of the selectable title bar.
78 * Sub-title of this title bar.
D@ohos.calendarManager.d.ts423 title?: string; property
613 static filterByTitle(title: string): EventFilter;
D@ohos.multimedia.avsession.d.ts769 setAVQueueTitle(title: string, callback: AsyncCallback<void>): void;
781 setAVQueueTitle(title: string): Promise<void>;
1766 title?: string; property
1895 title?: string; property
3133 on(type: 'queueTitleChange', callback: (title: string) => void): void;
3146 off(type: 'queueTitleChange', callback?: (title: string) => void): void;
D@ohos.arkui.advanced.TabTitleBar.d.ets59 title: ResourceStr;
70 * Declaration of the tabbed title bar.
D@ohos.request.d.ts935 title?: string;
2452 title?: string; property
2982 readonly title: string; property
D@ohos.userIAM.userAuth.d.ts983 title: string; property
D@ohos.web.webview.d.ts903 title: string;
D@ohos.arkui.advanced.TreeView.d.ets226 * Set primary title content.
234 * Set secondary title content.
D@ohos.multimedia.mediaLibrary.d.ts200 title: string; property
/interface/sdk-js/api/@internal/component/ets/
Daction_sheet.d.ts47 title: string | Resource; property
116 title: string | Resource; property
Dnav_destination.d.ts185title(value: string | CustomBuilder | NavDestinationCommonTitle | NavDestinationCustomTitle): NavD… method in NavDestinationAttribute
Dalert_dialog.d.ts334 title?: ResourceStr; property
Dnavigation.d.ts825title(value: ResourceStr | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle): Navigat…
/interface/sdk-js/api/notification/
DnotificationActionButton.d.ts34 title: string; property
DnotificationContent.d.ts34 title: string; property
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/src/main/resources/
Dconst.properties1 check.dialog.title = 选择SDK路径

12