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

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

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

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


Field Summary
static java.lang.String COLLECTION_CAPTION_BUNDLE_KEY
          string of the caption for the object collection input
static java.lang.String DESCRIPTION_CAPTION_BUNDLE_KEY
          string of the caption for the object description input
static java.lang.String DESCRIPTION_TOOLTIP_BUNDLE_KEY
          string of the caption for the object description input
static java.lang.String DOMAIN_CAPTION_BUNDLE_KEY
          string of the caption for the object domain input
static java.lang.String ERR_ID_ALREADY_EXIST_BUNDLE_KEY
          string of the error message given in the info pane when object id already exists for an existing object under the same path
static java.lang.String ERR_ID_EXCEED_MAX_LEN_BUNDLE_KEY
          string of the error message given in the info pane when object id is too long
static java.lang.String ERR_INVALID_ID_BUNDLE_KEY
          string of the error message given in the info pane when object id has invalid characters
static java.lang.String ERR_INVALID_ID_PREFIX_BUNDLE_KEY
          string of the error message given in the info pane when object id prefix has invalid characters
static java.lang.String ID_CAPTION_BUNDLE_KEY
          string of the caption for the object id input field
static java.lang.String IS_TEMPLATE_CAPTION_BUNDLE_KEY
          Deprecated.  
static java.lang.String IS_TMPLT_TOOLTIP_BUNDLE_KEY
          Deprecated.  
static java.lang.String MASTER_LANGUAGE_CAPTION_BUNDLE_KEY
          string of the caption for the object master language dropdown list
static java.lang.String NAME_CAPTION_BUNDLE_KEY
          string of the caption for the object name input field
static java.lang.String NAME_TOOLTIP_BUNDLE_KEY
          string of the caption for the object name input field
static java.lang.String NAMESPACE_CAPTION_BUNDLE_KEY
          string of the caption for the object prefix input field
static java.lang.String NAMESPACE_TOOLTIP_BUNDLE_KEY
          string of the tooltip for the object prefix input field
static java.lang.String PANE_TITLE_BUNDLE_KEY
          string of the info pane title
static java.lang.String SAVE_AS_PLAIN_OPTION_BUNDLE_KEY
          Deprecated.  
static java.lang.String SAVE_AS_TEMPLATE_OPTION_BUNDLE_KEY
          Deprecated.  
 
Constructor Summary
InfoPane.UIStrings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PANE_TITLE_BUNDLE_KEY

public static final java.lang.String PANE_TITLE_BUNDLE_KEY
string of the info pane title

NAME_CAPTION_BUNDLE_KEY

public static final java.lang.String NAME_CAPTION_BUNDLE_KEY
string of the caption for the object name input field

NAME_TOOLTIP_BUNDLE_KEY

public static final java.lang.String NAME_TOOLTIP_BUNDLE_KEY
string of the caption for the object name input field

ID_CAPTION_BUNDLE_KEY

public static final java.lang.String ID_CAPTION_BUNDLE_KEY
string of the caption for the object id input field

NAMESPACE_CAPTION_BUNDLE_KEY

public static final java.lang.String NAMESPACE_CAPTION_BUNDLE_KEY
string of the caption for the object prefix input field

NAMESPACE_TOOLTIP_BUNDLE_KEY

public static final java.lang.String NAMESPACE_TOOLTIP_BUNDLE_KEY
string of the tooltip for the object prefix input field

MASTER_LANGUAGE_CAPTION_BUNDLE_KEY

public static final java.lang.String MASTER_LANGUAGE_CAPTION_BUNDLE_KEY
string of the caption for the object master language dropdown list

COLLECTION_CAPTION_BUNDLE_KEY

public static final java.lang.String COLLECTION_CAPTION_BUNDLE_KEY
string of the caption for the object collection input

DOMAIN_CAPTION_BUNDLE_KEY

public static final java.lang.String DOMAIN_CAPTION_BUNDLE_KEY
string of the caption for the object domain input

IS_TEMPLATE_CAPTION_BUNDLE_KEY

public static final java.lang.String IS_TEMPLATE_CAPTION_BUNDLE_KEY
Deprecated.  

string of the caption for the radio button list to select how to save the object

IS_TMPLT_TOOLTIP_BUNDLE_KEY

public static final java.lang.String IS_TMPLT_TOOLTIP_BUNDLE_KEY
Deprecated.  

string of the tooltip for the radio button list to select how to save the object

SAVE_AS_TEMPLATE_OPTION_BUNDLE_KEY

public static final java.lang.String SAVE_AS_TEMPLATE_OPTION_BUNDLE_KEY
Deprecated.  

string of the caption for radio button selection to save the object as a template

SAVE_AS_PLAIN_OPTION_BUNDLE_KEY

public static final java.lang.String SAVE_AS_PLAIN_OPTION_BUNDLE_KEY
Deprecated.  

string of the caption for radio button selection to save the object as a plain object

DESCRIPTION_CAPTION_BUNDLE_KEY

public static final java.lang.String DESCRIPTION_CAPTION_BUNDLE_KEY
string of the caption for the object description input

DESCRIPTION_TOOLTIP_BUNDLE_KEY

public static final java.lang.String DESCRIPTION_TOOLTIP_BUNDLE_KEY
string of the caption for the object description input

ERR_INVALID_ID_BUNDLE_KEY

public static final java.lang.String ERR_INVALID_ID_BUNDLE_KEY
string of the error message given in the info pane when object id has invalid characters

ERR_INVALID_ID_PREFIX_BUNDLE_KEY

public static final java.lang.String ERR_INVALID_ID_PREFIX_BUNDLE_KEY
string of the error message given in the info pane when object id prefix has invalid characters

ERR_ID_EXCEED_MAX_LEN_BUNDLE_KEY

public static final java.lang.String ERR_ID_EXCEED_MAX_LEN_BUNDLE_KEY
string of the error message given in the info pane when object id is too long

ERR_ID_ALREADY_EXIST_BUNDLE_KEY

public static final java.lang.String ERR_ID_ALREADY_EXIST_BUNDLE_KEY
string of the error message given in the info pane when object id already exists for an existing object under the same path
Constructor Detail

InfoPane.UIStrings

public InfoPane.UIStrings()