Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
41 …<p>A wizard is a dialog which guides the user through a number of tasks (usually input of data), w…
42 …accomplish either sequentially or out-of-order. For this, a wizard is comprised of a number of tab…
46 …is done via a roadmap, which is displayed on the left hand side of the wizard dialog, lists all av…
47 …steps, and allows jumping to a certain step (where the creator of the wizard can restrict the avai…
50 …<p>A sequence of steps in a wizard dialog is called a <em>path</em>. A given wizard can support on…
51 which are declared at the time of construction of the wizard.</p>
57 …of the wizard, where the user is at step <em>k</em> of the current path, the <em>potential</em> or…
61 …paths diverge, and then an item <quot><code>...</code></quot> indicating that the order of steps i…
70 …<p>The state of the <em>Next</em> button in the dialog will be automatically maintained in most si…
71 …depending on the results of calls to the <member>XWizardController::canAdvance</member> and <membe…
83 /** is the help URL of the wizard's main window.
90 /** provides access to the current page of the wizard
102 …denotes the button to enable or disable, as one of the <type>WizardButton</type> constants. Must n…
123 …the method will fail if in the current state of the wizard, it is not allowed to advance to a next…
135 …<p>You can use this method when not all pages of your wizard are necessarily needed in all cases. …
165 …given page is reached. Consequently, the method will fail if one of the intermediate pages does no…
179 …<p>If the wizard has been created with multiple paths of control flow, then this method allows swi…
183 …which is previously active (if any), where <code>k</code> is the index of the current page within …
194 …the index of the path, as used in the <member>Wizard::createMultiplePathsWizard</member> construct…
212 if the path cannot be activated in the current state of the wizard.