net.jspcontrols.dialogs.actions.wizard
Interface WizardConstants


public interface WizardConstants

Wizard constants, used by WizardAction and IWizardManager.

Author:
Michael Jouravlev

Field Summary
static java.lang.String MAPPING_ON_BACK_FAILURE
          Failed to move one step back
static java.lang.String MAPPING_ON_BACK_SUCCESS
          Successfully moved one step back
static java.lang.String MAPPING_ON_CANCEL
          Canceled wizard
static java.lang.String MAPPING_ON_DONE
          Finished wizard.
static java.lang.String MAPPING_ON_NEXT_FAILURE
          Failed to move to next step
static java.lang.String MAPPING_ON_NEXT_SUCCESS
          Successfully moved one step forward, but not finished
 

Field Detail

MAPPING_ON_CANCEL

public static final java.lang.String MAPPING_ON_CANCEL
Canceled wizard

See Also:
Constant Field Values

MAPPING_ON_DONE

public static final java.lang.String MAPPING_ON_DONE
Finished wizard. Same as MAPPING_ON_NEXT_SUCCESS, but wizard reached its last step and was disposed.

See Also:
MAPPING_ON_NEXT_SUCCESS, Constant Field Values

MAPPING_ON_BACK_SUCCESS

public static final java.lang.String MAPPING_ON_BACK_SUCCESS
Successfully moved one step back

See Also:
Constant Field Values

MAPPING_ON_BACK_FAILURE

public static final java.lang.String MAPPING_ON_BACK_FAILURE
Failed to move one step back

See Also:
Constant Field Values

MAPPING_ON_NEXT_SUCCESS

public static final java.lang.String MAPPING_ON_NEXT_SUCCESS
Successfully moved one step forward, but not finished

See Also:
MAPPING_ON_DONE, Constant Field Values

MAPPING_ON_NEXT_FAILURE

public static final java.lang.String MAPPING_ON_NEXT_FAILURE
Failed to move to next step

See Also:
Constant Field Values