com.ibm.ccd.ui.tags
Interface ITagConstants

All Known Implementing Classes:
BaseUITag, UIDatePickerTag, UIDropDownTag, UIFileUploadTag, UIFlagTag, UILabel, UIMessageBundle, UIMessageTag, UINumberTag, UITextAttachFileTag, UITextMessageTag, UITextTag, UITreeTag, UIUploadPreviewTag

public interface ITagConstants


Field Summary
static java.lang.String DEBUG_IMAGE_PATH
          attribute defined for Debug image
static java.lang.String DEFAULT_CURRENCY
          Identifier for default Currency to appear before currency field
static java.lang.String DEFAULT_EDIT_STYLE
          attribute stores the default value of class of style of html tags
static int DEFAULT_FIELD_SIZE
          Identifier for ENTRY_FIELD_LENGTH
static java.lang.String DEFAULT_FLAG
          Identifier for default Flag is true
static java.lang.String DEFAULT_LABEL_STYLE
          attribute stores the default value of class of style of label tags
static int DEFAULT_LISTBOX_SIZE
          Identifier for SIZE OF LISTBOX
static int DEFAULT_TEXT_MAXLENGTH
          Identifier for maximum length of field
static java.lang.String ERROR_IMAGE_PATH
          attribute defined for Error image.
static java.lang.String FATAL_IMAGE_PATH
          attribute defined for Fatal Error image.
static java.lang.String IMAGE_PATH
          attribute defined for paths of images.This images used in error message display
static java.lang.String INFO_IMAGE_PATH
          attribute defined for Info image
static java.lang.String JS_MANDATORYCHK
          Identifier for constant for Javascript check mandatory
static java.lang.String JS_MAXRANGECHK
          Identifier for constant for Javascript check Minimum value
static java.lang.String JS_MINRANGECHK
          Identifier for constant for Javascript check Minimum value
static java.lang.String JS_MINVALUECHK
          Identifier for constant for Javascript check Minimum value
static java.lang.String JS_NUMBERVALUECHK
          Identifier for constant for Javascript check Minimum value
static int UPLOAD_TEXT_FIELD_LENGTH
          Identifier for UPLOAD_TEXT_FIELD_LENGTH
static java.lang.String VAR_PORTLET_CONFIG
          Identifier for attribute Constant
static java.lang.String VAR_PORTLET_REQUEST
          Identifier for attribute Constant
static java.lang.String VAR_PORTLET_RESPONSE
          Identifier for attribute Constant
static java.lang.String WARN_IMAGE_PATH
          attribute defined for Warning image.
 

Field Detail

DEFAULT_TEXT_MAXLENGTH

static final int DEFAULT_TEXT_MAXLENGTH
Identifier for maximum length of field

See Also:
Constant Field Values

DEFAULT_FIELD_SIZE

static final int DEFAULT_FIELD_SIZE
Identifier for ENTRY_FIELD_LENGTH

See Also:
Constant Field Values

DEFAULT_LISTBOX_SIZE

static final int DEFAULT_LISTBOX_SIZE
Identifier for SIZE OF LISTBOX

See Also:
Constant Field Values

UPLOAD_TEXT_FIELD_LENGTH

static final int UPLOAD_TEXT_FIELD_LENGTH
Identifier for UPLOAD_TEXT_FIELD_LENGTH

See Also:
Constant Field Values

DEFAULT_FLAG

static final java.lang.String DEFAULT_FLAG
Identifier for default Flag is true

See Also:
Constant Field Values

VAR_PORTLET_CONFIG

static final java.lang.String VAR_PORTLET_CONFIG
Identifier for attribute Constant

See Also:
Constant Field Values

VAR_PORTLET_REQUEST

static final java.lang.String VAR_PORTLET_REQUEST
Identifier for attribute Constant

See Also:
Constant Field Values

VAR_PORTLET_RESPONSE

static final java.lang.String VAR_PORTLET_RESPONSE
Identifier for attribute Constant

See Also:
Constant Field Values

DEFAULT_CURRENCY

static final java.lang.String DEFAULT_CURRENCY
Identifier for default Currency to appear before currency field

See Also:
Constant Field Values

JS_MANDATORYCHK

static final java.lang.String JS_MANDATORYCHK
Identifier for constant for Javascript check mandatory

See Also:
Constant Field Values

JS_MINVALUECHK

static final java.lang.String JS_MINVALUECHK
Identifier for constant for Javascript check Minimum value

See Also:
Constant Field Values

JS_NUMBERVALUECHK

static final java.lang.String JS_NUMBERVALUECHK
Identifier for constant for Javascript check Minimum value

See Also:
Constant Field Values

JS_MINRANGECHK

static final java.lang.String JS_MINRANGECHK
Identifier for constant for Javascript check Minimum value

See Also:
Constant Field Values

JS_MAXRANGECHK

static final java.lang.String JS_MAXRANGECHK
Identifier for constant for Javascript check Minimum value

See Also:
Constant Field Values

DEFAULT_EDIT_STYLE

static final java.lang.String DEFAULT_EDIT_STYLE
attribute stores the default value of class of style of html tags

See Also:
Constant Field Values

DEFAULT_LABEL_STYLE

static final java.lang.String DEFAULT_LABEL_STYLE
attribute stores the default value of class of style of label tags

See Also:
Constant Field Values

IMAGE_PATH

static final java.lang.String IMAGE_PATH
attribute defined for paths of images.This images used in error message display

See Also:
Constant Field Values

FATAL_IMAGE_PATH

static final java.lang.String FATAL_IMAGE_PATH
attribute defined for Fatal Error image.

See Also:
Constant Field Values

ERROR_IMAGE_PATH

static final java.lang.String ERROR_IMAGE_PATH
attribute defined for Error image.

See Also:
Constant Field Values

WARN_IMAGE_PATH

static final java.lang.String WARN_IMAGE_PATH
attribute defined for Warning image.

See Also:
Constant Field Values

INFO_IMAGE_PATH

static final java.lang.String INFO_IMAGE_PATH
attribute defined for Info image

See Also:
Constant Field Values

DEBUG_IMAGE_PATH

static final java.lang.String DEBUG_IMAGE_PATH
attribute defined for Debug image

See Also:
Constant Field Values