com.sun.rave.web.ui.theme
Class ThemeJavascript

java.lang.Object
  extended by com.sun.rave.web.ui.theme.ThemeJavascript

public class ThemeJavascript
extends java.lang.Object

This class contains javascript related theme constants.

TODO: Eventually these need to move to a theme-based resource file.


Field Summary
static java.lang.String ADD_REMOVE
          A Javascript file that contains functions for manipulating the AddRemove component.
static java.lang.String BASIC
          A Javascript file that contains general functions used by simple components.
static java.lang.String BROWSER_VERSION
          A Javascript file that contains functions for obtaining the browser version.
static java.lang.String CALENDAR
          A javascript file that contains functions for manipulating the Calendar component.
static java.lang.String COOKIE
          A Javascript file that contains functions for manipulating cookies.
static java.lang.String EDITABLE_LIST
          A Javascript file that contains functions for manipulating the EditableList component.
static java.lang.String FILE_CHOOSER
          A Javascript file that contains functions for manipulating the FileChooser component.
static java.lang.String FOCUS_COOKIE
          A Javascript file that contains functions for maintaining the focus within the page.
static java.lang.String GLOBAL
          A properties file key whose value is a space separated list of keys identifying javascript files that are included in every page.
static java.lang.String ORDERABLE_LIST
          A Javascript file that contains functions for manipulating the OrderableList component.
static java.lang.String SCHEDULER
          A javascript file that contains functions for manipulating the Scheduler component.
static java.lang.String SCROLL_COOKIE
          A Javascript file that contains functions for maintaining the scroll position within a page.
static java.lang.String STYLESHEET
          A Javascript file that contains functions for manipulating component styles.
static java.lang.String TABLE
          A Javascript file that contains functions for manipulating the Table component.
static java.lang.String TREE
          A Javascript file that contains functions for manipulating the Tree component.
static java.lang.String WIZARD
          A Javascript file that contains functions for manipulating the Wizard component.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_REMOVE

public static final java.lang.String ADD_REMOVE
A Javascript file that contains functions for manipulating the AddRemove component.

See Also:
Constant Field Values

BASIC

public static final java.lang.String BASIC
A Javascript file that contains general functions used by simple components.

See Also:
Constant Field Values

BROWSER_VERSION

public static final java.lang.String BROWSER_VERSION
A Javascript file that contains functions for obtaining the browser version.

See Also:
Constant Field Values

CALENDAR

public static final java.lang.String CALENDAR
A javascript file that contains functions for manipulating the Calendar component.

See Also:
Constant Field Values

COOKIE

public static final java.lang.String COOKIE
A Javascript file that contains functions for manipulating cookies.

See Also:
Constant Field Values

EDITABLE_LIST

public static final java.lang.String EDITABLE_LIST
A Javascript file that contains functions for manipulating the EditableList component.

See Also:
Constant Field Values

FILE_CHOOSER

public static final java.lang.String FILE_CHOOSER
A Javascript file that contains functions for manipulating the FileChooser component.

See Also:
Constant Field Values

FOCUS_COOKIE

public static final java.lang.String FOCUS_COOKIE
A Javascript file that contains functions for maintaining the focus within the page.

See Also:
Constant Field Values

GLOBAL

public static final java.lang.String GLOBAL
A properties file key whose value is a space separated list of keys identifying javascript files that are included in every page.

See Also:
Constant Field Values

ORDERABLE_LIST

public static final java.lang.String ORDERABLE_LIST
A Javascript file that contains functions for manipulating the OrderableList component.

See Also:
Constant Field Values

SCROLL_COOKIE

public static final java.lang.String SCROLL_COOKIE
A Javascript file that contains functions for maintaining the scroll position within a page.

See Also:
Constant Field Values

SCHEDULER

public static final java.lang.String SCHEDULER
A javascript file that contains functions for manipulating the Scheduler component.

See Also:
Constant Field Values

STYLESHEET

public static final java.lang.String STYLESHEET
A Javascript file that contains functions for manipulating component styles.

See Also:
Constant Field Values

TABLE

public static final java.lang.String TABLE
A Javascript file that contains functions for manipulating the Table component.

See Also:
Constant Field Values

TREE

public static final java.lang.String TREE
A Javascript file that contains functions for manipulating the Tree component.

See Also:
Constant Field Values

WIZARD

public static final java.lang.String WIZARD
A Javascript file that contains functions for manipulating the Wizard component.

See Also:
Constant Field Values