|
Method DetailString getCurrentDialog() Returns the name of the current dialog. Returns: String Since: 05-31-2007 Data getData() Returns the Data object for this wizard. Returns: Data Since: 05-31-2007 Data getDialogData(String dialog) Returns the Data object the specified dialog.
Parameters:
Returns: Data Since: 05-31-2007 String[] getDialogValues(String dialog, String key) Returns the values associated with key and dialog if it exists, empty array otherwise. Used primarily for multi-select fields.
Parameters:
Returns: String[] Since: 09-19-2012 DisplaySettings getDisplaySettings() Returns the DisplaySettings for this Wizard Returns: DisplaySettings Since: 02-17-2009 String getName() Returns the name of this wizard. Returns: String Since: 07-19-2007 String getValue(String key) Returns the value associated with key if it exists, null otherwise.
Parameters:
Returns: String Since: 02-25-2008 String[] getValues(String key) Returns the values associated with key if it exists, empty array otherwise. Used primarily for multi-select fields.
Parameters:
Returns: String[] Since: 09-19-2012 boolean isCurrent() Returns true if all of the wizard dialogs have corresponding presentation in the Pal. Returns: boolean Since: 02-24-2011 rebuildFromPal(boolean preserve) Clears all information in the wizard, both data and dialog history. If preserve is true an attempt is made to preserve data and dialog history. All dialogs in the wizard after the first dialog that do not have a matching dialog in the pal are dropped along with associated data, if any. Warning: this may adversely impact the data and functionality of the wizard.
Parameters:
Since: 02-24-2011 setEndAction(String action) Sets the action that will be passed to the workflow when the wizard ends.
Parameters:
Since: 05-31-2007 setLinkedValues(boolean link) Allows to enable or disable link between fields with the same names on different wizard dialogs. Disabled by default.
Parameters:
Since: 05-21-2010 showDialog(String dialog, boolean clear) Sets the current dialog within the wizard for rendering, optionally clearing the history.
Parameters:
Since: 05-31-2007 String toString() Returns a description of this object. Returns: String Since: 06-14-2007 boolean wasChanged() Returns true if wizard was changed by the current request and false otherwise Returns: boolean Since: 04-15-2010 boolean wasDialogChanged(String pageName) Returns true if wizard dialog was changed by the current request and false otherwise
Parameters:
Returns: boolean Since: 04-15-2010 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |