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

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

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

UIStrings holds constants pointing to the pane's bundle keys.


Field Summary
static java.lang.String CLOSE_WIZARD_CAPTION_BUNDLE_KEY
          string of the caption for radio button selection to close the wizard without doing anything
static java.lang.String COMPLETION_MSG_BUNDLE_KEY
          string of the caption for the given message when the object was created successfully
static java.lang.String FAILURE_MSG_BUNDLE_KEY
          string of the caption for the given message when the object failed to be created
static java.lang.String OK_BTN_BUNDLE_KEY
          string of the caption for the ok button to submit the selected action after object creation
static java.lang.String OPEN_FOR_EDIT_CAPTION_BUNDLE_KEY
          string of the caption for radio button selection to open the object's editor
static java.lang.String POST_COMPLETION_CHOICE_CAPTION_BUNDLE_KEY
          string of the caption for the radio button list to select the desired action after obje3ct was created
static java.lang.String RESTART_WIZARD_CAPTION_BUNDLE_KEY
          string of the caption for radio button selection to restart the wizard again (not based on a template/par)
static java.lang.String RESTART_WIZARD_PAR_CAPTION_BUNDLE_KEY
          string of the caption for radio button selection to restart the wizard again using the same portal component
static java.lang.String RESTART_WIZARD_TMPLT_CAPTION_BUNDLE_KEY
          string of the caption for radio button selection to restart the wizard again using the same template
 
Constructor Summary
FinishPane.UIStrings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPLETION_MSG_BUNDLE_KEY

public static final java.lang.String COMPLETION_MSG_BUNDLE_KEY
string of the caption for the given message when the object was created successfully

FAILURE_MSG_BUNDLE_KEY

public static final java.lang.String FAILURE_MSG_BUNDLE_KEY
string of the caption for the given message when the object failed to be created

OK_BTN_BUNDLE_KEY

public static final java.lang.String OK_BTN_BUNDLE_KEY
string of the caption for the ok button to submit the selected action after object creation

POST_COMPLETION_CHOICE_CAPTION_BUNDLE_KEY

public static final java.lang.String POST_COMPLETION_CHOICE_CAPTION_BUNDLE_KEY
string of the caption for the radio button list to select the desired action after obje3ct was created

OPEN_FOR_EDIT_CAPTION_BUNDLE_KEY

public static final java.lang.String OPEN_FOR_EDIT_CAPTION_BUNDLE_KEY
string of the caption for radio button selection to open the object's editor

RESTART_WIZARD_TMPLT_CAPTION_BUNDLE_KEY

public static final java.lang.String RESTART_WIZARD_TMPLT_CAPTION_BUNDLE_KEY
string of the caption for radio button selection to restart the wizard again using the same template

RESTART_WIZARD_PAR_CAPTION_BUNDLE_KEY

public static final java.lang.String RESTART_WIZARD_PAR_CAPTION_BUNDLE_KEY
string of the caption for radio button selection to restart the wizard again using the same portal component

RESTART_WIZARD_CAPTION_BUNDLE_KEY

public static final java.lang.String RESTART_WIZARD_CAPTION_BUNDLE_KEY
string of the caption for radio button selection to restart the wizard again (not based on a template/par)

CLOSE_WIZARD_CAPTION_BUNDLE_KEY

public static final java.lang.String CLOSE_WIZARD_CAPTION_BUNDLE_KEY
string of the caption for radio button selection to close the wizard without doing anything
Constructor Detail

FinishPane.UIStrings

public FinishPane.UIStrings()