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 AJAX_MODULE
          A key that defines the Ajax module.
static java.lang.String BASIC
          Deprecated.  
static java.lang.String BOOTSTRAP
          A key that defines the bootstrap JavaScript file.
static java.lang.String BOOTSTRAP_UNCOMPRESSED
          A key that defines the uncompressed bootstrap JavaScript file.
static java.lang.String CALENDAR
          Deprecated.  
static java.lang.String COMMONTASKSSECTION
          Deprecated.  
static java.lang.String COOKIE
          Deprecated.  
static java.lang.String DIJIT
          Deprecated. Dojo is no longer included in page.
static java.lang.String DIJIT_ALL
          Deprecated. Dojo is no longer included in page.
static java.lang.String DIJIT_ALL_UNCOMPRESSED
          Deprecated. Dojo is no longer included in page.
static java.lang.String DIJIT_UNCOMPRESSED
          Deprecated. Dojo is no longer included in page.
static java.lang.String DOJO
          Deprecated. Dojo is no longer included in page.
static java.lang.String DOJO_MODULE_PATH
          Deprecated. Dojo is no longer included in page.
static java.lang.String DOJO_MODULE_PATH_UNCOMPRESSED
          Deprecated. Dojo is no longer included in page.
static java.lang.String DOJO_UNCOMPRESSED
          Deprecated. Dojo is no longer included in page.
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 key that defines the JSF Extensions JavaScript file.
static java.lang.String JSFX_UNCOMPRESSED
          A key that defines the uncompressed JSF Extensions JavaScript file.
static java.lang.String JSON
          Deprecated. JSON is no longer included in page.
static java.lang.String JSON_UNCOMPRESSED
          Deprecated. JSON is no longer included in page.
static java.lang.String MODULE
          A key that defines the webui module.
static java.lang.String MODULE_PATH
          A key that defines the path for the webui module.
static java.lang.String MODULE_PATH_UNCOMPRESSED
          A key that defines the path for the uncompressed webui module.
static java.lang.String MODULE_PREFIX
          Deprecated. Use MODULE.
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 key that defines the Prototype JavaScfript file.
static java.lang.String PROTOTYPE_UNCOMPRESSED
          A key that defines the uncompressed Prototype JavaScfript file.
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 module.
static java.lang.String THEME_MODULE_PATH
          A key that defines the path for the theme module.
static java.lang.String THEME_MODULE_PATH_UNCOMPRESSED
          A key that defines the 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

AJAX_MODULE

public static final java.lang.String AJAX_MODULE
A key that defines the Ajax module.

See Also:
Constant Field Values

BOOTSTRAP

public static final java.lang.String BOOTSTRAP
A key that defines the bootstrap JavaScript file.

See Also:
Constant Field Values

BOOTSTRAP_UNCOMPRESSED

public static final java.lang.String BOOTSTRAP_UNCOMPRESSED
A key that defines the uncompressed bootstrap JavaScript file.

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

JSFX

public static final java.lang.String JSFX
A key that defines the JSF Extensions JavaScript file.

See Also:
Constant Field Values

JSFX_UNCOMPRESSED

public static final java.lang.String JSFX_UNCOMPRESSED
A key that defines the uncompressed JSF Extensions JavaScript file.

See Also:
Constant Field Values

MODULE_PATH

public static final java.lang.String MODULE_PATH
A key that defines the path for the webui module.

See Also:
Constant Field Values

MODULE_PATH_UNCOMPRESSED

public static final java.lang.String MODULE_PATH_UNCOMPRESSED
A key that defines the path for the uncompressed webui module.

See Also:
Constant Field Values

MODULE

public static final java.lang.String MODULE
A key that defines the webui module.

See Also:
Constant Field Values

PROTOTYPE

public static final java.lang.String PROTOTYPE
A key that defines the Prototype JavaScfript file.

See Also:
Constant Field Values

PROTOTYPE_UNCOMPRESSED

public static final java.lang.String PROTOTYPE_UNCOMPRESSED
A key that defines the uncompressed Prototype JavaScfript file.

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 basename of the file found in the nls directories.

See Also:
Constant Field Values

THEME_MODULE

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

See Also:
Constant Field Values

THEME_MODULE_PATH

public static final java.lang.String THEME_MODULE_PATH
A key that defines the 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 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

DIJIT

public static final java.lang.String DIJIT
Deprecated. Dojo is no longer included in page.
A Javascript file that contains common Dojo dijit functions.

See Also:
Constant Field Values

DIJIT_UNCOMPRESSED

public static final java.lang.String DIJIT_UNCOMPRESSED
Deprecated. Dojo is no longer included in page.
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
Deprecated. Dojo is no longer included in page.
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
Deprecated. Dojo is no longer included in page.
A Javascript file that contains all uncompressed Dojo digit functions.

See Also:
Constant Field Values

DOJO

public static final java.lang.String DOJO
Deprecated. Dojo is no longer included in page.
A Javascript file that contains Dojo functions.

See Also:
Constant Field Values

DOJO_UNCOMPRESSED

public static final java.lang.String DOJO_UNCOMPRESSED
Deprecated. Dojo is no longer included in page.
A Javascript file that contains uncompressed Dojo functions.

See Also:
Constant Field Values

DOJO_MODULE_PATH

public static final java.lang.String DOJO_MODULE_PATH
Deprecated. Dojo is no longer included in page.
The path to custom Dojo module.

See Also:
Constant Field Values

DOJO_MODULE_PATH_UNCOMPRESSED

public static final java.lang.String DOJO_MODULE_PATH_UNCOMPRESSED
Deprecated. Dojo is no longer included in page.
The path to uncompressed, custom Dojo module.

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

JSON

public static final java.lang.String JSON
Deprecated. JSON is no longer included in page.
A Javascript file that contains JSON functions.

See Also:
Constant Field Values

JSON_UNCOMPRESSED

public static final java.lang.String JSON_UNCOMPRESSED
Deprecated. JSON is no longer included in page.
A Javascript file that contains uncompressed JSON functions.

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

MODULE_PREFIX

public static final java.lang.String MODULE_PREFIX
Deprecated. Use MODULE.
The module to prefix to webui resources.

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 © 2008 Sun Microsystems, Inc. All Rights Reserved.