Lines Matching refs:page
27 …page on the left triggers the loading of the detail page and simultaneously clears all other detai…
40 …n](#navdestinationbuildfunction) | Yes| @BuilderParam | Routing rules for loading the target page.|
42 …lback](#onhomeshowontopcallback) | No| - | Callback invoked when the home page is on the top of th…
56 Pushes the specified navigation destination page to the navigation stack.
62 …ation.md#navpathinfo10) | Yes | Information about the navigation destination page. |
64 …[SplitPolicy](#splitpolicy) | No | Policy for the current page being pushed.<br>De…
70 Pushes the specified navigation destination page to the navigation stack, with stack operation sett…
76 …tion.md#navpathinfo10) | Yes | Information about the navigation destination page. |
78 …[SplitPolicy](#splitpolicy) | No | Policy for the current page being pushed.<br>De…
84 Pushes the navigation destination page specified by **name** to the navigation stack, passing the d…
90 | name | string | Yes | Name of the navigation destination page. |
91 … param | Object | Yes | Detailed parameters of the navigation destination page.|
93 | policy | [SplitPolicy](#splitpolicy) | No | Policy for the current page being…
99 …page specified by **name** to the navigation stack, passing the data specified by **param**. This …
105 … string | Yes | Name of the navigation destination page. |
106 …ct | Yes | Detailed parameters of the navigation destination page.|
109 …(#splitpolicy) | No | Policy for the current page being pushed.<br>De…
115 …current top page on the stack with the specified navigation destination page. The new page inherit…
121 …nts-navigation.md#navpathinfo10) | Yes | Information about the navigation destination page. |
128 …page on the stack with the specified navigation destination page, with stack operation settings th…
134 …tion.md#navpathinfo10) | Yes | Information about the navigation destination page. |
141 …t top page on the stack with the navigation destination page specified by **name**. The new page i…
147 | name | string | Yes | Name of the navigation destination page. |
148 | param | Object | Yes | Detailed parameters of the navigation destination page.|
173 Removes the navigation destination page specified by **name** from the navigation stack.
179 | name | string | Yes | Name of the navigation destination page to be removed.|
195 > If [keepBottomPage](#keepbottompage) is called with **true**, the bottom page of the navigation s…
207 …avpathinfo10) \| undefined | Information about the navigation destination page at the top of the s…
213 … out of the navigation stack and invokes the **onPop** callback to pass the page processing result.
217 > If [keepBottomPage](#keepbottompage) is called with **true**, the bottom page of the navigation s…
223 | result | Object | Yes | Custom processing result on the page.|
230 …avpathinfo10) \| undefined | Information about the navigation destination page at the top of the s…
236 Pops pages until the first navigation destination page that matches **name** from the bottom of the…
242 | name | string | Yes | Name of the navigation destination page.|
249 …st navigation destination page that matches **name** from the bottom of the navigation stack; retu…
255 … page that matches **name** from the bottom of the navigation stack is at the top of the stack. Th…
261 | name | string | Yes | Name of the navigation destination page.|
262 | result | Object | Yes | Custom processing result on the page.|
269 …st navigation destination page that matches **name** from the bottom of the navigation stack; retu…
275 Returns the navigation stack to the page specified by **index**.
281 | index | number | Yes | Index of the navigation destination page.|
288 Returns the navigation stack to the page specified by **index** and invokes the **onPop** callback …
294 | index | number | Yes | Index of the navigation destination page.|
295 | result | Object | Yes| Custom processing result on the page.|
302 Moves the first navigation destination page that matches **name** from the bottom of the navigation…
306 > Depending on the type of page found, **MultiNavigation** performs different actions:
308 > 1. If the found page is the topmost home page or a full-screen page, no action is taken.
310 > 2. If the found page is a detail page corresponding to the topmost home page, it is moved to the …
312 > 3. If the found page is a non-topmost home page, the home page and all corresponding detail pages…
314 …the found page is a non-topmost detail page, the home page and all corresponding detail pages are …
316 > 5. If the found page is a non-topmost full-screen page, it is moved to the top.
320 | name | string | Yes | Name of the navigation destination page.|
327 …st navigation destination page that matches **name** from the bottom of the navigation stack; retu…
333 Moves the navigation destination page specified by **index** to the top of the navigation stack.
337 > Depending on the type of page found, **MultiNavigation** performs different actions:
339 > 1. If the found page is the topmost home page or a full-screen page, no action is taken.
341 > 2. If the found page is a detail page corresponding to the topmost home page, it is moved to the …
343 > 3. If the found page is a non-topmost home page, the home page and all corresponding detail pages…
345 …the found page is a non-topmost detail page, the home page and all corresponding detail pages are …
347 > 5. If the found page is a non-topmost full-screen page, it is moved to the top.
351 | index | number | Yes | Index of the navigation destination page.|
362 > If [keepBottomPage](#keepbottompage) is called with **true**, the bottom page of the navigation s…
386 Obtains the parameter information of the navigation destination page specified by **index**.
392 | index | number | Yes | Index of the navigation destination page.|
398 | Object | Parameter information of the matching navigation destination page.|
411 | name | string | Yes | Name of the navigation destination page.|
429 | name | string | Yes | Name of the navigation destination page.|
465 Switches the display mode of the current top detail page in the stack. The value **true** means to …
483 Sets the draggable range for the home page width. If not set, the width defaults to 50% and is not …
489 | minPercent | number | Yes | Minimum width percentage of the home page.|
490 | maxPercent | number | Yes | Maximum width percentage of the home page.|
496 Sets whether to retain the bottom page when the **pop** or **clear** APIs is called.
500 …eats the home page as a navigation destination page in the stack. By default, calling **pop** or *…
501 > If this API is called with **TRUE**, **MultiNavigation** will retain the bottom page when the **p…
507 | keepBottom | boolean | Yes | Whether to retain the bottom page.<br>Default value: **FALSE**|
513 Sets a placeholder page.
517 …page is a special page type. When set, it forms a default split-screen effect with the home page o…
519 …andscape to portrait mode, the placeholder page will be automatically removed, resulting in only t…
520 …r when a tablet switches from portrait to landscape mode, the placeholder page will be automatical…
526 | info | NavPathInfo | Yes | Information about the placeholder page.|
538 | HOME_PAGE | 0 | Home page. Displayed in full-screen mode. |
539 | DETAIL_PAGE | 1 | Detail page. Displayed in split-screen mode.|
540 | FULL_PAGE | 2 | Full-screen page. Displayed in full-screen mode.|
554 |name | string |Yes| ID of the navigation destination page.|
555 | param | object | No| Parameters passed when the page is created during navigation.|
575 Represents the callback invoked when the home page is displayed at the top of the stack.
583 | name | string | Yes | ID of the page displayed at the top of the stack.|
642 // pages/PageHome1.ets, corresponding to the home page
852 // pages/PageDetail1.ets: detail page
1072 // pages/PageDetail2.ets: detail page
1234 // pages/PageFull1.ets: page that does not participate in split-screen display and is displayed in …
1368 // pages/PagePlaceholder.ets: placeholder page
1393 Text('Placeholder sample page')