com.google.gwt.widgetideas.datepicker.client
Class DatePicker.Styles

java.lang.Object
  extended by com.google.gwt.widgetideas.datepicker.client.DatePicker.Styles
Enclosing class:
DatePicker

protected static class DatePicker.Styles
extends java.lang.Object

Styles used for the DatePicker family of widgets.


Field Summary
static java.lang.String CALENDAR_VIEW
          The full date cell grid.
static java.lang.String DATE_CELL
          Active date cell.
static java.lang.String DAY_TITLE
          Day of week title i.e.
static java.lang.String DEFAULT
          Date picker style name.
static java.lang.String DISABLED_CELL
          Disabled date cell.
static java.lang.String FILLER_CELL
          Filler begin or ending date cell.
static java.lang.String HIGHLIGHTED_CELL
          highlighted date cell.
static java.lang.String MONTH_BACKWARD
          The month backward widget.
static java.lang.String MONTH_FORWARD
          The month forward widget.
static java.lang.String MONTH_LABEL
          The label displaying the current month.
static java.lang.String MONTH_SELECTOR
          Style for month selector.
static java.lang.String SELECTED_CELL
          Selected date cell.
static java.lang.String TODAY_CELL
          Today's date cell.
static java.lang.String WEEKEND
          Weekend modifier.
 
Constructor Summary
protected DatePicker.Styles()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MONTH_SELECTOR

public static final java.lang.String MONTH_SELECTOR
Style for month selector.

See Also:
Constant Field Values

MONTH_FORWARD

public static final java.lang.String MONTH_FORWARD
The month forward widget.

See Also:
Constant Field Values

MONTH_BACKWARD

public static final java.lang.String MONTH_BACKWARD
The month backward widget.

See Also:
Constant Field Values

MONTH_LABEL

public static final java.lang.String MONTH_LABEL
The label displaying the current month.

See Also:
Constant Field Values

DEFAULT

public static final java.lang.String DEFAULT
Date picker style name.

See Also:
Constant Field Values

CALENDAR_VIEW

public static final java.lang.String CALENDAR_VIEW
The full date cell grid.

See Also:
Constant Field Values

DAY_TITLE

public static final java.lang.String DAY_TITLE
Day of week title i.e. "M/Tu/W/...

See Also:
Constant Field Values

WEEKEND

public static final java.lang.String WEEKEND
Weekend modifier.

See Also:
Constant Field Values

DATE_CELL

public static final java.lang.String DATE_CELL
Active date cell.

See Also:
Constant Field Values

FILLER_CELL

public static final java.lang.String FILLER_CELL
Filler begin or ending date cell.

See Also:
Constant Field Values

SELECTED_CELL

public static final java.lang.String SELECTED_CELL
Selected date cell.

See Also:
Constant Field Values

HIGHLIGHTED_CELL

public static final java.lang.String HIGHLIGHTED_CELL
highlighted date cell.

See Also:
Constant Field Values

DISABLED_CELL

public static final java.lang.String DISABLED_CELL
Disabled date cell.

See Also:
Constant Field Values

TODAY_CELL

public static final java.lang.String TODAY_CELL
Today's date cell.

See Also:
Constant Field Values
Constructor Detail

DatePicker.Styles

protected DatePicker.Styles()