com.sap.portal.admin.wizard.panes
Class FinishPane.FinishOptions

java.lang.Object
  |
  +--com.sap.portal.admin.wizard.panes.FinishPane.FinishOptions
Enclosing class:
FinishPane

public static final class FinishPane.FinishOptions
extends java.lang.Object

Enum that holds the options to be performed after the wizard completion.


Field Summary
static FinishPane.FinishOptions CloseWindow
          Field CloseWindow - close wizard option.
static FinishPane.FinishOptions Open4Edit
          Field Open4Edit - open editor option.
static FinishPane.FinishOptions RerunWizard
          Field RerunWizard - rerun wizard option.
 
Method Summary
 java.lang.String toString()
          Returns the string value of the option.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Open4Edit

public static final FinishPane.FinishOptions Open4Edit
Field Open4Edit - open editor option.

RerunWizard

public static final FinishPane.FinishOptions RerunWizard
Field RerunWizard - rerun wizard option.

CloseWindow

public static final FinishPane.FinishOptions CloseWindow
Field CloseWindow - close wizard option.
Method Detail

toString

public java.lang.String toString()
Returns the string value of the option.
Overrides:
toString in class java.lang.Object