Lines Matching refs:page
38 each page representing a single <em>step</em>.</p>
60 first page which effectively decide about which path to take in the wizard.</p>
87 /** provides access to the current page of the wizard
117 /** travels to the next page, if possible
120 …d will fail if in the current state of the wizard, it is not allowed to advance to a next page.</p>
124 /** travels to the next page, if possible
130 /** enables or disables the given page
133 …assume that your first wizard page contains a check box, which the user can check to enter additio…
134 …If you place this data on the second page, then you will want to enable this second page if and on…
137 …<p>If a page is disabled, it can reached neither by clicking the respective item in the wizard's r…
138 …nor by sequential traveling. Still, the page's item is displayed in the roadmap, though disabled.<…
141 if there is no page with the given ID
143 if the page shall be disabled, but is active currently.
151 …<p>For instance, the <em>Next</em> button is disabled if the current page's <member>XWizardPage::c…
154 …<p>You usually call this method from within a wizard page whose state changed in a way that it aff…
159 /** advances to the given page, if possible.
162 …given page is reached. Consequently, the method will fail if one of the intermediate pages does no…
163 advancing to the next page.</p>
167 /** goes back to the given page, if possible.
170 given page is reached.</p>
180 …which is previously active (if any), where <code>k</code> is the index of the current page within …
184 …the numbers denoting page IDs). This means that after page <code>1</code>, you either continue wit…