com.sun.webui.jsf.theme
Class ThemeJavascript

java.lang.Object
  extended by com.sun.webui.jsf.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
          Deprecated.  
static java.lang.String BASIC
          Deprecated.  
static java.lang.String CALENDAR
          Deprecated.  
static java.lang.String COMMONTASKSSECTION
          Deprecated.  
static java.lang.String COOKIE
          Deprecated.  
static java.lang.String DIJIT
          A Javascript file that contains common Dojo dijit functions.
static java.lang.String DIJIT_ALL
          A Javascript file that contains all Dojo dijit functions.
static java.lang.String DIJIT_ALL_UNCOMPRESSED
          A Javascript file that contains all uncompressed Dojo digit functions.
static java.lang.String DIJIT_UNCOMPRESSED
          A Javascript file that contains common uncompressed Dojo digit functions.
static java.lang.String DOJO
          A Javascript file that contains Dojo functions.
static java.lang.String DOJO_UNCOMPRESSED
          A Javascript file that contains uncompressed Dojo functions.
static java.lang.String DYNAFACES
          Deprecated.  
static java.lang.String EDITABLE_LIST
          Deprecated.  
static java.lang.String FILE_CHOOSER
          Deprecated.  
static java.lang.String FOCUS_COOKIE
          Deprecated.  
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 JS_PREFIX
          Deprecated. Use MODULE_PREFIX.
static java.lang.String JSFX
          A Javascript file that contains JSF Extensions functions.
static java.lang.String JSFX_UNCOMPRESSED
          A Javascript file that contains uncompressed JSF Extensions functions.
static java.lang.String JSON
          A Javascript file that contains JSON functions.
static java.lang.String JSON_UNCOMPRESSED
          A Javascript file that contains uncompressed JSON functions.
static java.lang.String MODULE_PATH
          The path to module resources.
static java.lang.String MODULE_PATH_UNCOMPRESSED
          The path to uncompressed module resources.
static java.lang.String MODULE_PREFIX
          The module to prefix to all resources.
static java.lang.String ORDERABLE_LIST
          Deprecated.  
static java.lang.String PROGRESSBAR
          Deprecated.  
static java.lang.String PROGRESSBAR_DYNAFACES
          Deprecated.  
static java.lang.String PROTOTYPE
          A Javascript file that contains uncompressed Prototype functions.
static java.lang.String PROTOTYPE_UNCOMPRESSED
          A Javascript file that contains Prototype functions.
static java.lang.String SCHEDULER
          Deprecated.  
static java.lang.String SCROLL_COOKIE
          Deprecated.  
static java.lang.String STYLESHEET
          Deprecated.  
static java.lang.String TABLE
          Deprecated.  
static java.lang.String THEME_BUNDLE
          A key that defines the javascript theme bundle.
static java.lang.String THEME_MODULE
          A key that defines the theme javascript namespace.
static java.lang.String THEME_MODULE_PATH
          A key that defines the prefix path for the theme module.
static java.lang.String THEME_MODULE_PATH_UNCOMPRESSED
          A key that defines the prefix path for the uncompressed theme module.
static java.lang.String TREE
          Deprecated.  
static java.lang.String WEBUI
          A Javascript file that contains common webui functions, but without the default Ajax implementation.
static java.lang.String WEBUI_ALL
          A Javascript file that contains all webui functions, but without the default Ajax implementation.
static java.lang.String WEBUI_ALL_UNCOMPRESSED
          A Javascript file that contains all uncompressed webui functions, but without the default Ajax implementation.
static java.lang.String WEBUI_JSFX
          A Javascript file that contains common webui functions and the default Ajax implementation based on JSF Extensions.
static java.lang.String WEBUI_JSFX_ALL
          A Javascript file that contains all webui functions and the default Ajax implementation based on JSF Extensions.
static java.lang.String WEBUI_JSFX_ALL_UNCOMPRESSED
          A Javascript file that contains all uncompressed webui functions and the default Ajax implementation based on JSF Extensions.
static java.lang.String WEBUI_JSFX_UNCOMPRESSED
          A Javascript file that contains common uncompressed webui functions and the default Ajax implementation based on JSF Extensions.
static java.lang.String WEBUI_UNCOMPRESSED
          A Javascript file that contains common uncompressed webui functions, but without the default Ajax implementation.
static java.lang.String WIDGET
          Deprecated.  
static java.lang.String WIDGET_MODULE
          Deprecated. Use MODULE_PATH.
static java.lang.String WIZARD
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIJIT

public static final java.lang.String DIJIT
A Javascript file that contains common Dojo dijit functions.

See Also:
Constant Field Values

DIJIT_UNCOMPRESSED

public static final java.lang.String DIJIT_UNCOMPRESSED
A Javascript file that contains common uncompressed Dojo digit functions.

See Also:
Constant Field Values

DIJIT_ALL

public static final java.lang.String DIJIT_ALL
A Javascript file that contains all Dojo dijit functions.

See Also:
Constant Field Values

DIJIT_ALL_UNCOMPRESSED

public static final java.lang.String DIJIT_ALL_UNCOMPRESSED
A Javascript file that contains all uncompressed Dojo digit functions.

See Also:
Constant Field Values

DOJO

public static final java.lang.String DOJO
A Javascript file that contains Dojo functions.

See Also:
Constant Field Values

DOJO_UNCOMPRESSED

public static final java.lang.String DOJO_UNCOMPRESSED
A Javascript file that contains uncompressed Dojo functions.

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

JSON

public static final java.lang.String JSON
A Javascript file that contains JSON functions.

See Also:
Constant Field Values

JSON_UNCOMPRESSED

public static final java.lang.String JSON_UNCOMPRESSED
A Javascript file that contains uncompressed JSON functions.

See Also:
Constant Field Values

JSFX

public static final java.lang.String JSFX
A Javascript file that contains JSF Extensions functions.

See Also:
Constant Field Values

JSFX_UNCOMPRESSED

public static final java.lang.String JSFX_UNCOMPRESSED
A Javascript file that contains uncompressed JSF Extensions functions.

See Also:
Constant Field Values

MODULE_PATH

public static final java.lang.String MODULE_PATH
The path to module resources.

See Also:
Constant Field Values

MODULE_PATH_UNCOMPRESSED

public static final java.lang.String MODULE_PATH_UNCOMPRESSED
The path to uncompressed module resources.

See Also:
Constant Field Values

MODULE_PREFIX

public static final java.lang.String MODULE_PREFIX
The module to prefix to all resources.

See Also:
Constant Field Values

PROTOTYPE

public static final java.lang.String PROTOTYPE
A Javascript file that contains uncompressed Prototype functions.

See Also:
Constant Field Values

PROTOTYPE_UNCOMPRESSED

public static final java.lang.String PROTOTYPE_UNCOMPRESSED
A Javascript file that contains Prototype functions.

See Also:
Constant Field Values

THEME_MODULE

public static final java.lang.String THEME_MODULE
A key that defines the theme javascript namespace.

See Also:
Constant Field Values

THEME_BUNDLE

public static final java.lang.String THEME_BUNDLE
A key that defines the javascript theme bundle. This is the basenae of the file found in the nls directories.

See Also:
Constant Field Values

THEME_MODULE_PATH

public static final java.lang.String THEME_MODULE_PATH
A key that defines the prefix path for the theme module.

See Also:
Constant Field Values

THEME_MODULE_PATH_UNCOMPRESSED

public static final java.lang.String THEME_MODULE_PATH_UNCOMPRESSED
A key that defines the prefix path for the uncompressed theme module.

See Also:
Constant Field Values

WEBUI

public static final java.lang.String WEBUI
A Javascript file that contains common webui functions, but without the default Ajax implementation.

See Also:
Constant Field Values

WEBUI_UNCOMPRESSED

public static final java.lang.String WEBUI_UNCOMPRESSED
A Javascript file that contains common uncompressed webui functions, but without the default Ajax implementation.

See Also:
Constant Field Values

WEBUI_ALL

public static final java.lang.String WEBUI_ALL
A Javascript file that contains all webui functions, but without the default Ajax implementation.

See Also:
Constant Field Values

WEBUI_ALL_UNCOMPRESSED

public static final java.lang.String WEBUI_ALL_UNCOMPRESSED
A Javascript file that contains all uncompressed webui functions, but without the default Ajax implementation.

See Also:
Constant Field Values

WEBUI_JSFX

public static final java.lang.String WEBUI_JSFX
A Javascript file that contains common webui functions and the default Ajax implementation based on JSF Extensions.

See Also:
Constant Field Values

WEBUI_JSFX_UNCOMPRESSED

public static final java.lang.String WEBUI_JSFX_UNCOMPRESSED
A Javascript file that contains common uncompressed webui functions and the default Ajax implementation based on JSF Extensions.

See Also:
Constant Field Values

WEBUI_JSFX_ALL

public static final java.lang.String WEBUI_JSFX_ALL
A Javascript file that contains all webui functions and the default Ajax implementation based on JSF Extensions.

See Also:
Constant Field Values

WEBUI_JSFX_ALL_UNCOMPRESSED

public static final java.lang.String WEBUI_JSFX_ALL_UNCOMPRESSED
A Javascript file that contains all uncompressed webui functions and the default Ajax implementation based on JSF Extensions.

See Also:
Constant Field Values

ADD_REMOVE

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

See Also:
Constant Field Values

BASIC

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

See Also:
Constant Field Values

CALENDAR

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

See Also:
Constant Field Values

COOKIE

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

See Also:
Constant Field Values

COMMONTASKSSECTION

public static final java.lang.String COMMONTASKSSECTION
Deprecated. 
A Javascript file that contains functions for manipulating the common tasks section component.

See Also:
Constant Field Values

DYNAFACES

public static final java.lang.String DYNAFACES
Deprecated. 
A Javascript file that contains DynaFaces functions.

See Also:
Constant Field Values

EDITABLE_LIST

public static final java.lang.String EDITABLE_LIST
Deprecated. 
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
Deprecated. 
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
Deprecated. 
A Javascript file that contains functions for maintaining the focus within the page.

See Also:
Constant Field Values

JS_PREFIX

public static final java.lang.String JS_PREFIX
Deprecated. Use MODULE_PREFIX.
A Javascript prefix for locating function names.

See Also:
Constant Field Values

ORDERABLE_LIST

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

See Also:
Constant Field Values

PROGRESSBAR

public static final java.lang.String PROGRESSBAR
Deprecated. 
A Javascript file that contains functions for manipulating the ProgressBar component.

See Also:
Constant Field Values

PROGRESSBAR_DYNAFACES

public static final java.lang.String PROGRESSBAR_DYNAFACES
Deprecated. 
A Javascript file that contains functions for manipulating the ProgressBar component based on JSF Extensions.

See Also:
Constant Field Values

SCROLL_COOKIE

public static final java.lang.String SCROLL_COOKIE
Deprecated. 
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
Deprecated. 
A javascript file that contains functions for manipulating the Scheduler component.

See Also:
Constant Field Values

STYLESHEET

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

See Also:
Constant Field Values

TABLE

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

See Also:
Constant Field Values

TREE

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

See Also:
Constant Field Values

WIZARD

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

See Also:
Constant Field Values

WIDGET

public static final java.lang.String WIDGET
Deprecated. 
A Javascript file that contains common functions for widgets.

See Also:
Constant Field Values

WIDGET_MODULE

public static final java.lang.String WIDGET_MODULE
Deprecated. Use MODULE_PATH.
The location of the widget module assigned via Dojo.

See Also:
Constant Field Values


Copyright © 2007 Sun Microsystems, Inc. All Rights Reserved.