WUI : API


org.westofj.wui
Class WConstants

java.lang.Object
  extended byorg.westofj.wui.WConstants

public final class WConstants
extends Object

Non-instantiable class for holding constant values.

Version:
$Revision: 1.14 $, $Date: 2004/05/03 00:49:24 $
Author:
bill

Field Summary
static String CURRENT_CONTEXT
          Attribute for jsp layout in request.
static String CURRENT_WIDGET
          Attribute for jsp layout in request.
static Color DEFAULT_ACTIVE_BACKGROUND_COLOR
          Default active background color.
static Color DEFAULT_ACTIVE_COLOR
          Default active color.
static Color DEFAULT_BACKGROUND_COLOR
          Default background color.
static Color DEFAULT_BORDER_COLOR
          Default border color.
static Color DEFAULT_COLOR
          Default color.
static WFont DEFAULT_FONT
          Default background color.
static Color DEFAULT_HOVER_BACKGROUND_COLOR
          Default hover background color.
static Color DEFAULT_INACTIVE_BACKGROUND_COLOR
          Default inactive background color.
static Color DEFAULT_INACTIVE_COLOR
          Default inactive color.
static WLayoutManager DEFAULT_LAYOUT
          Default layout for containers.
static Color DEFAULT_LINK_COLOR
          Default link color.
static Color DEFAULT_SELECTED_BACKGROUND_COLOR
          Default selected background color.
static Color DEFAULT_SELECTED_COLOR
          Default selected color.
static String DEFAULT_STYLE_SHEET
          Default layout for containers.
static String DEFAULT_TEXT
          Text to output when nothing has been specified.
static String DEFAULT_TITLE
          Title of pages when nothing has been specified.
static String DOCS_ROOT
          public document root
static String INCLUDE_SERVLET_PARM_NAME
           
static String LOG_ID
          Name of the log4j logger for the package.
static String RUNNER
          Attribute of runner in request.
static String TRAN_ID
          Field name for the hidden field in the form presented to the user that represents the transaction identifier.
static String VALUE_ID
          Field name for the hidden field in the form presented to the user that is populated via javascript if a link is pressed.
static String WIDGET_ID
          Field name for the hidden field in the form presented to the user that is populated via javascript if a link is pressed.
static String WIDGET_PREFIX
          Prefix for generated widget identifiers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDGET_PREFIX

public static final String WIDGET_PREFIX
Prefix for generated widget identifiers.

See Also:
Constant Field Values

WIDGET_ID

public static final String WIDGET_ID
Field name for the hidden field in the form presented to the user that is populated via javascript if a link is pressed. This field captures the identity of the widget.

See Also:
Constant Field Values

VALUE_ID

public static final String VALUE_ID
Field name for the hidden field in the form presented to the user that is populated via javascript if a link is pressed. This field captures the value of the widget.

See Also:
Constant Field Values

TRAN_ID

public static final String TRAN_ID
Field name for the hidden field in the form presented to the user that represents the transaction identifier. This identifier is unique for each form presented to the user. Every render call will generate a new value.

See Also:
Constant Field Values

LOG_ID

public static final String LOG_ID
Name of the log4j logger for the package.

See Also:
Constant Field Values

DEFAULT_TEXT

public static final String DEFAULT_TEXT
Text to output when nothing has been specified.

See Also:
Constant Field Values

DEFAULT_TITLE

public static final String DEFAULT_TITLE
Title of pages when nothing has been specified.

See Also:
Constant Field Values

DEFAULT_LAYOUT

public static final WLayoutManager DEFAULT_LAYOUT
Default layout for containers.


DEFAULT_STYLE_SHEET

public static final String DEFAULT_STYLE_SHEET
Default layout for containers.

See Also:
Constant Field Values

RUNNER

public static final String RUNNER
Attribute of runner in request.

See Also:
Constant Field Values

CURRENT_WIDGET

public static final String CURRENT_WIDGET
Attribute for jsp layout in request.

See Also:
Constant Field Values

CURRENT_CONTEXT

public static final String CURRENT_CONTEXT
Attribute for jsp layout in request.

See Also:
Constant Field Values

DOCS_ROOT

public static final String DOCS_ROOT
public document root

See Also:
Constant Field Values

INCLUDE_SERVLET_PARM_NAME

public static final String INCLUDE_SERVLET_PARM_NAME
See Also:
Constant Field Values

DEFAULT_FONT

public static final WFont DEFAULT_FONT
Default background color.


DEFAULT_COLOR

public static final Color DEFAULT_COLOR
Default color.


DEFAULT_BACKGROUND_COLOR

public static final Color DEFAULT_BACKGROUND_COLOR
Default background color.


DEFAULT_BORDER_COLOR

public static final Color DEFAULT_BORDER_COLOR
Default border color.


DEFAULT_SELECTED_COLOR

public static final Color DEFAULT_SELECTED_COLOR
Default selected color.


DEFAULT_INACTIVE_COLOR

public static final Color DEFAULT_INACTIVE_COLOR
Default inactive color.


DEFAULT_LINK_COLOR

public static final Color DEFAULT_LINK_COLOR
Default link color.


DEFAULT_SELECTED_BACKGROUND_COLOR

public static final Color DEFAULT_SELECTED_BACKGROUND_COLOR
Default selected background color.


DEFAULT_HOVER_BACKGROUND_COLOR

public static final Color DEFAULT_HOVER_BACKGROUND_COLOR
Default hover background color.


DEFAULT_ACTIVE_COLOR

public static final Color DEFAULT_ACTIVE_COLOR
Default active color.


DEFAULT_ACTIVE_BACKGROUND_COLOR

public static final Color DEFAULT_ACTIVE_BACKGROUND_COLOR
Default active background color.


DEFAULT_INACTIVE_BACKGROUND_COLOR

public static final Color DEFAULT_INACTIVE_BACKGROUND_COLOR
Default inactive background color.


Copyright (c) 2003 West of J - All rights reserved.