com.sun.webui.jsf.theme
Class ThemeTemplates

java.lang.Object
  extended by com.sun.webui.jsf.theme.ThemeTemplates

public class ThemeTemplates
extends java.lang.Object

This class contains HTML template related theme constants.


Field Summary
static java.lang.String ACCORDION
          A template file that contains HTML for the accordion component.
static java.lang.String ACCORDIONTAB
          A template file that contains HTML for the accordion tab component.
static java.lang.String ALARM
          A template file that contains HTML for the alarm component.
static java.lang.String ALERT
          A template file that contains HTML for the alert component.
static java.lang.String ANCHOR
          A template file that contains HTML for the anchor component.
static java.lang.String BUBBLE
          A template file that contains HTML for the Bubble Help component.
static java.lang.String BUTTON
          A template file that contains HTML for the button component.
static java.lang.String CALENDAR
          A template file that contains HTML for the Calendar component.
static java.lang.String CALENDARMONTH
          A template file that contains HTML for the CalendarMonth component.
static java.lang.String CHECKBOX
          A template file that contains HTML for the Checkbox component.
static java.lang.String CHECKBOXGROUP
          A template file that contains HTML for the checkbox group components.
static java.lang.String DROPDOWN
          A template file that contains HTML for the DropDown component.
static java.lang.String HIDDENFIELD
          A template file that contains HTML for the hiddenField component.
static java.lang.String IMAGE
          A template file that contains HTML for the image component.
static java.lang.String IMAGEBUTTON
          A template file that contains HTML for the image button component.
static java.lang.String IMAGEHYPERLINK
          A template file that contains HTML for the ImageHyperlink component.
static java.lang.String LABEL
          A template file that contains HTML for the Label component.
static java.lang.String LISTBOX
          A template file that contains HTML for the Listbox component.
static java.lang.String LOGIN
          A template file that contains HTML for the Login component.
static java.lang.String PASSWORDFIELD
          A template file that contains HTML for the PasswordField component.
static java.lang.String POPUPMENU
          A template file that contains HTML for the popupMenu component.
static java.lang.String PROGRESSBAR
          A template file that contains HTML for the ProgressBar component.
static java.lang.String RADIOBUTTON
          A template file that contains HTML for the radioButton component.
static java.lang.String RADIOBUTTONGROUP
          A template file that contains HTML for the radioButton group components.
static java.lang.String RATING
          A template file that contains HTML for the rating component.
static java.lang.String RESETBUTTON
          A template file that contains HTML for the reset button component.
static java.lang.String STATICTEXT
          A template file that contains HTML for the staticText component.
static java.lang.String TABLE2
          A template file that contains HTML for the Table2 component.
static java.lang.String TABLE2ROWGROUP
          A template file that contains HTML for the Table2RowGroup component.
static java.lang.String TEXTAREA
          A template file that contains HTML for the TextArea component.
static java.lang.String TEXTFIELD
          A template file that contains HTML for the TextField component.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALARM

public static final java.lang.String ALARM
A template file that contains HTML for the alarm component.

See Also:
Constant Field Values

ANCHOR

public static final java.lang.String ANCHOR
A template file that contains HTML for the anchor component.

See Also:
Constant Field Values

ALERT

public static final java.lang.String ALERT
A template file that contains HTML for the alert component.

See Also:
Constant Field Values

BUBBLE

public static final java.lang.String BUBBLE
A template file that contains HTML for the Bubble Help component.

See Also:
Constant Field Values

BUTTON

public static final java.lang.String BUTTON
A template file that contains HTML for the button component.

See Also:
Constant Field Values

CALENDAR

public static final java.lang.String CALENDAR
A template file that contains HTML for the Calendar component.

See Also:
Constant Field Values

CALENDARMONTH

public static final java.lang.String CALENDARMONTH
A template file that contains HTML for the CalendarMonth component.

See Also:
Constant Field Values

CHECKBOX

public static final java.lang.String CHECKBOX
A template file that contains HTML for the Checkbox component.

See Also:
Constant Field Values

CHECKBOXGROUP

public static final java.lang.String CHECKBOXGROUP
A template file that contains HTML for the checkbox group components.

See Also:
Constant Field Values

DROPDOWN

public static final java.lang.String DROPDOWN
A template file that contains HTML for the DropDown component.

See Also:
Constant Field Values

HIDDENFIELD

public static final java.lang.String HIDDENFIELD
A template file that contains HTML for the hiddenField component.

See Also:
Constant Field Values

IMAGE

public static final java.lang.String IMAGE
A template file that contains HTML for the image component.

See Also:
Constant Field Values

IMAGEBUTTON

public static final java.lang.String IMAGEBUTTON
A template file that contains HTML for the image button component.

See Also:
Constant Field Values

IMAGEHYPERLINK

public static final java.lang.String IMAGEHYPERLINK
A template file that contains HTML for the ImageHyperlink component.

See Also:
Constant Field Values

LABEL

public static final java.lang.String LABEL
A template file that contains HTML for the Label component.

See Also:
Constant Field Values

LISTBOX

public static final java.lang.String LISTBOX
A template file that contains HTML for the Listbox component.

See Also:
Constant Field Values

PASSWORDFIELD

public static final java.lang.String PASSWORDFIELD
A template file that contains HTML for the PasswordField component.

See Also:
Constant Field Values

PROGRESSBAR

public static final java.lang.String PROGRESSBAR
A template file that contains HTML for the ProgressBar component.

See Also:
Constant Field Values

RADIOBUTTON

public static final java.lang.String RADIOBUTTON
A template file that contains HTML for the radioButton component.

See Also:
Constant Field Values

RADIOBUTTONGROUP

public static final java.lang.String RADIOBUTTONGROUP
A template file that contains HTML for the radioButton group components.

See Also:
Constant Field Values

RESETBUTTON

public static final java.lang.String RESETBUTTON
A template file that contains HTML for the reset button component.

See Also:
Constant Field Values

STATICTEXT

public static final java.lang.String STATICTEXT
A template file that contains HTML for the staticText component.

See Also:
Constant Field Values

TABLE2

public static final java.lang.String TABLE2
A template file that contains HTML for the Table2 component.

See Also:
Constant Field Values

TABLE2ROWGROUP

public static final java.lang.String TABLE2ROWGROUP
A template file that contains HTML for the Table2RowGroup component.

See Also:
Constant Field Values

TEXTFIELD

public static final java.lang.String TEXTFIELD
A template file that contains HTML for the TextField component.

See Also:
Constant Field Values

TEXTAREA

public static final java.lang.String TEXTAREA
A template file that contains HTML for the TextArea component.

See Also:
Constant Field Values

ACCORDION

public static final java.lang.String ACCORDION
A template file that contains HTML for the accordion component.

See Also:
Constant Field Values

ACCORDIONTAB

public static final java.lang.String ACCORDIONTAB
A template file that contains HTML for the accordion tab component.

See Also:
Constant Field Values

POPUPMENU

public static java.lang.String POPUPMENU
A template file that contains HTML for the popupMenu component.


LOGIN

public static final java.lang.String LOGIN
A template file that contains HTML for the Login component.

See Also:
Constant Field Values

RATING

public static final java.lang.String RATING
A template file that contains HTML for the rating component.

See Also:
Constant Field Values


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