Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

echopoint
Class ClientDatePicker  view ClientDatePicker download ClientDatePicker.java

java.lang.Object
  extended bynextapp.echo.Component
      extended bynextapp.echo.text.TextComponent
          extended bynextapp.echo.TextField
              extended byechopoint.TextField
                  extended byechopoint.ClientDatePicker
All Implemented Interfaces:
echopoint.positionable.Borderable, echopoint.util.reflect.ReflectionSetter, java.io.Serializable, ToolTipPopUpSupport, nextapp.echo.ToolTipSupport, echopoint.validation.Validateable

public class ClientDatePicker
extends TextField
implements echopoint.util.reflect.ReflectionSetter

A ClientDatePicker allows the user to select a date without requiring a trip back to the server. The formatted date is placed into the content of the TextField.

Styles overview:


The Calendar's colors (background and foreground) are broken out into the following:

Other Style properties of interest


Date Format Strings


The ClientDatePicker uses the following date format strings :
 Field        | Full Form          | Short Form 
 -------------+--------------------+-----------------------
 Year         | yyyy (4 digits)    | yy (2 digits), y (2 or 4 digits)
 Month        | MMM (name or abbr.)| MM (2 digits), M (1 or 2 digits)
              | NNN (abbr.)        |
 Day of Month | dd (2 digits)      | d (1 or 2 digits)
 Day of Week  | EE (name)          | E (abbr)
 Hour (1-12)  | hh (2 digits)      | h (1 or 2 digits)
 Hour (0-23)  | HH (2 digits)      | H (1 or 2 digits)
 Hour (0-11)  | KK (2 digits)      | K (1 or 2 digits)
 Hour (1-24)  | kk (2 digits)      | k (1 or 2 digits)
 Minute       | mm (2 digits)      | m (1 or 2 digits)
 Second       | ss (2 digits)      | s (1 or 2 digits)
 AM/PM        | a                  |
 

NOTE THE DIFFERENCE BETWEEN MM and mm! Month=MM, not mm!
Examples:
"MMM d, y" matches: January 01, 2000
Dec 1, 1900
Nov 20, 00
"M/d/yy" matches: 01/20/00
9/2/00
"MMM dd, yyyy hh:mm:ssa" matches: "January 01, 2000 12:30:45AM"


Nested Class Summary
 
Nested classes inherited from class nextapp.echo.text.TextComponent
 
Nested classes inherited from class echopoint.positionable.Borderable
echopoint.positionable.Borderable.NestedStyleInfo
 
Field Summary
static java.lang.String BOTTOM_LINE_FOREGROUND_PROPERTY
           
private  nextapp.echo.Color bottomLineForeground
           
static java.lang.String BUTTON_RENDERING_PROPERTY
           
static java.lang.String BUTTON_TEXT_PROPERTY
           
private  boolean buttonRendering
           
private  java.lang.String buttonText
           
static java.lang.String CALENDAR_FONT_PROPERTY
           
private  nextapp.echo.Font calendarFont
           
static java.lang.String CURRENT_DATE_BACKGROUND_PROPERTY
           
static java.lang.String CURRENT_DATE_BORDER_FOREGROUND_PROPERTY
           
static java.lang.String CURRENT_DATE_FOREGROUND_PROPERTY
           
static java.lang.String CURRENT_DATE_ROLLOVER_BACKGROUND_PROPERTY
           
static java.lang.String CURRENT_DATE_ROLLOVER_FOREGROUND_PROPERTY
           
static java.lang.String CURRENT_MONTH_DATE_BACKGROUND_PROPERTY
           
static java.lang.String CURRENT_MONTH_DATE_FOREGROUND_PROPERTY
           
static java.lang.String CURRENT_MONTH_DATE_ROLLOVER_BACKGROUND_PROPERTY
           
static java.lang.String CURRENT_MONTH_DATE_ROLLOVER_FOREGROUND_PROPERTY
           
private  nextapp.echo.Color currentDateBackground
           
private  nextapp.echo.Color currentDateBorderForeground
           
private  nextapp.echo.Color currentDateForeground
           
private  nextapp.echo.Color currentDateRolloverBackground
           
private  nextapp.echo.Color currentDateRolloverForeground
           
private  nextapp.echo.Color currentMonthDateBackground
           
private  nextapp.echo.Color currentMonthDateForeground
           
private  nextapp.echo.Color currentMonthDateRolloverBackground
           
private  nextapp.echo.Color currentMonthDateRolloverForeground
           
static java.lang.String DATE_FORMAT_PROPERTY
           
private  java.text.SimpleDateFormat dateFormat
           
static java.lang.String DAY_COLUMN_HEADER_BACKGROUND_PROPERTY
           
static java.lang.String DAY_COLUMN_HEADER_FOREGROUND_PROPERTY
           
private  nextapp.echo.Color dayColumnHeaderBackground
           
private  nextapp.echo.Color dayColumnHeaderForeground
           
private static int DEFAULT_COLUMNS
           
private static java.lang.String DEFAULT_DATE_FORMAT
           
static nextapp.echo.ImageReference DEFAULT_ICON
          the default icon used
private  nextapp.echo.ImageReference icon
           
static java.lang.String ICON_PROPERTY
           
static java.lang.String INVALID_COLOR_PROPERTY
           
private  nextapp.echo.Color invalidColor
           
private  java.util.Locale locale
           
static java.lang.String LOCALE_PROPERTY
           
static java.lang.String MONTH_NAVIGATION_BACKGROUND_PROPERTY
           
static java.lang.String MONTH_NAVIGATION_FOREGROUND_PROPERTY
           
private  nextapp.echo.Color monthNavigationBackground
           
private  nextapp.echo.Color monthNavigationForeground
           
static java.lang.String NAVIGATION_ROLLOVER_BACKGROUND_PROPERTY
           
static java.lang.String NAVIGATION_ROLLOVER_FOREGROUND_PROPERTY
           
private  nextapp.echo.Color navigationRolloverBackground
           
private  nextapp.echo.Color navigationRolloverForeground
           
static java.lang.String OFFSET_X_PROPERTY
           
static java.lang.String OFFSET_Y_PROPERTY
           
private  int offsetX
           
private  int offsetY
           
static java.lang.String OTHER_MONTH_DATE_BACKGROUND_PROPERTY
           
static java.lang.String OTHER_MONTH_DATE_FOREGROUND_PROPERTY
           
static java.lang.String OTHER_MONTH_DATE_ROLLOVER_BACKGROUND_PROPERTY
           
static java.lang.String OTHER_MONTH_DATE_ROLLOVER_FOREGROUND_PROPERTY
           
private  nextapp.echo.Color otherMonthDateBackground
           
private  nextapp.echo.Color otherMonthDateForeground
           
private  nextapp.echo.Color otherMonthDateRolloverBackground
           
private  nextapp.echo.Color otherMonthDateRolloverForeground
           
static java.lang.String STYLE_BOTTOM_LINE_FOREGROUND
           
static java.lang.String STYLE_BUTTON_RENDERING
           
static java.lang.String STYLE_BUTTON_TEXT
           
static java.lang.String STYLE_CALENDAR_FONT
           
static java.lang.String STYLE_CURRENT_DATE_BACKGROUND
           
static java.lang.String STYLE_CURRENT_DATE_BORDER_FOREGROUND
           
static java.lang.String STYLE_CURRENT_DATE_FOREGROUND
           
static java.lang.String STYLE_CURRENT_DATE_ROLLOVER_BACKGROUND
           
static java.lang.String STYLE_CURRENT_DATE_ROLLOVER_FOREGROUND
           
static java.lang.String STYLE_CURRENT_MONTH_DATE_BACKGROUND
           
static java.lang.String STYLE_CURRENT_MONTH_DATE_FOREGROUND
           
static java.lang.String STYLE_CURRENT_MONTH_DATE_ROLLOVER_BACKGROUND
           
static java.lang.String STYLE_CURRENT_MONTH_DATE_ROLLOVER_FOREGROUND
           
static java.lang.String STYLE_DAY_COLUMN_HEADER_BACKGROUND
           
static java.lang.String STYLE_DAY_COLUMN_HEADER_FOREGROUND
           
static java.lang.String STYLE_ICON
           
static java.lang.String STYLE_INVALID_COLOR
           
static java.lang.String STYLE_MONTH_NAVIGATION_BACKGROUND
           
static java.lang.String STYLE_MONTH_NAVIGATION_FOREGROUND
           
static java.lang.String STYLE_NAVIGATION_ROLLOVER_BACKGROUND
           
static java.lang.String STYLE_NAVIGATION_ROLLOVER_FOREGROUND
           
static java.lang.String STYLE_OTHER_MONTH_DATE_BACKGROUND
           
static java.lang.String STYLE_OTHER_MONTH_DATE_FOREGROUND
           
static java.lang.String STYLE_OTHER_MONTH_DATE_ROLLOVER_BACKGROUND
           
static java.lang.String STYLE_OTHER_MONTH_DATE_ROLLOVER_FOREGROUND
           
static java.lang.String STYLE_TODAY_TEXT_BACKGROUND
           
static java.lang.String STYLE_TODAY_TEXT_FOREGROUND
           
static java.lang.String STYLE_TOP_LINE_FOREGROUND
           
static java.lang.String STYLE_YEAR_NAVIGATION_BACKGROUND
           
static java.lang.String STYLE_YEAR_NAVIGATION_FOREGROUND
           
static java.lang.String TODAY_TEXT_BACKGROUND_PROPERTY
           
static java.lang.String TODAY_TEXT_FOREGROUND_PROPERTY
           
private  nextapp.echo.Color todayTextBackground
           
private  nextapp.echo.Color todayTextForeground
           
static java.lang.String TOP_LINE_FOREGROUND_PROPERTY
           
private  nextapp.echo.Color topLineForeground
           
static java.lang.String YEAR_NAVIGATION_BACKGROUND_PROPERTY
           
static java.lang.String YEAR_NAVIGATION_FOREGROUND_PROPERTY
           
private  nextapp.echo.Color yearNavigationBackground
           
private  nextapp.echo.Color yearNavigationForeground
           
 
Fields inherited from class echopoint.TextField
 
Fields inherited from class nextapp.echo.TextField
ACTION_COMMAND_CHANGED_PROPERTY, COLUMN_UNITS_CHANGED_PROPERTY, COLUMNS_CHANGED_PROPERTY, MAXIMUM_LENGTH_CHANGED_PROPERTY, STYLE_MAXIMUM_LENGTH
 
Fields inherited from class nextapp.echo.text.TextComponent
BORDER_COLOR_CHANGED_PROPERTY, BORDER_DEFAULT, BORDER_INSET, BORDER_NONE, BORDER_OUTSET, BORDER_SIZE_CHANGED_PROPERTY, BORDER_SOLID, BORDER_STYLE_CHANGED_PROPERTY, CHARACTER_UNITS, DOCUMENT_CHANGED_PROPERTY, EDITABLE_CHANGED_PROPERTY, HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY, PERCENT_UNITS, PIXEL_UNITS, STYLE_BORDER_COLOR, STYLE_BORDER_SIZE, STYLE_BORDER_STYLE, STYLE_COLUMNS, STYLE_HORIZONTAL_ALIGNMENT, STYLE_LINE_WRAP, STYLE_ROWS, TEXT_CHANGED_PROPERTY
 
Fields inherited from class nextapp.echo.Component
BACKGROUND_CHANGED_PROPERTY, CHILDREN_CHANGED_PROPERTY, ENABLED_CHANGED_PROPERTY, FONT_CHANGED_PROPERTY, FOREGROUND_CHANGED_PROPERTY, IDENTIFIER_CHANGED_PROPERTY, listenerList, LOCALE_CHANGED_PROPERTY, MODEL_CHANGED_PROPERTY, STYLE_BACKGROUND, STYLE_FONT, STYLE_FOREGROUND, TAB_INDEX_CHANGED_PROPERTY, UPDATE_PROPERTY, VISIBLE_CHANGED_PROPERTY
 
Fields inherited from interface echopoint.positionable.Borderable
BORDER_CHANGED_PROPERTY, BORDER_DASHED, BORDER_DOTTED, BORDER_DOUBLE, BORDER_GROOVE, BORDER_INSET, BORDER_NONE, BORDER_OUTSET, BORDER_RIDGE, BORDER_SOLID, borderStyleSymbolics, STYLE_BORDER_COLOR, STYLE_BORDER_SIZE, STYLE_BORDER_STYLE
 
Fields inherited from interface nextapp.echo.ToolTipSupport
TOOL_TIP_TEXT_CHANGED_PROPERTY
 
Constructor Summary
ClientDatePicker()
          Creates a default ClientDatePicker
ClientDatePicker(java.util.Calendar date)
          Creates a ClientDatePicker with number as the initial Date value.
ClientDatePicker(java.util.Calendar date, int columns)
          Creates a ClientDatePicker with number as the initial value and a given column size.
ClientDatePicker(int columns)
          Creates a ClientDatePicker that is columns wide.
ClientDatePicker(java.lang.String text)
          Creates a ClientDatePicker with text as the initial value.
ClientDatePicker(java.lang.String text, int columns)
          Creates a ClientDatePicker with text as the initial value and that is columns wide.
 
Method Summary
 void applyStyle(nextapp.echo.Style style)
          Sets stylistic properties of this component based on a Style object.
 nextapp.echo.Color getBottomLineForeground()
           
 java.lang.String getButtonText()
           
 nextapp.echo.Font getCalendarFont()
           
 nextapp.echo.Color getCurrentDateBackground()
           
 nextapp.echo.Color getCurrentDateBorderForeground()
           
 nextapp.echo.Color getCurrentDateForeground()
           
 nextapp.echo.Color getCurrentDateRolloverBackground()
           
 nextapp.echo.Color getCurrentDateRolloverForeground()
           
 nextapp.echo.Color getCurrentMonthDateBackground()
           
 nextapp.echo.Color getCurrentMonthDateForeground()
           
 nextapp.echo.Color getCurrentMonthDateRolloverBackground()
           
 nextapp.echo.Color getCurrentMonthDateRolloverForeground()
           
 java.text.SimpleDateFormat getDateFormat()
           
 nextapp.echo.Color getDayColumnHeaderBackground()
           
 nextapp.echo.Color getDayColumnHeaderForeground()
           
 nextapp.echo.ImageReference getIcon()
           
 nextapp.echo.Color getInvalidColor()
           
 java.util.Locale getLocale()
          Returns the locale to use with this Validateable.
 nextapp.echo.Color getMonthNavigationBackground()
           
 nextapp.echo.Color getMonthNavigationForeground()
           
 nextapp.echo.Color getNavigationRolloverBackground()
           
 nextapp.echo.Color getNavigationRolloverForeground()
           
 int getOffsetX()
           
 int getOffsetY()
           
 nextapp.echo.Color getOtherMonthDateBackground()
           
 nextapp.echo.Color getOtherMonthDateForeground()
           
 nextapp.echo.Color getOtherMonthDateRolloverBackground()
           
 nextapp.echo.Color getOtherMonthDateRolloverForeground()
           
 java.util.Calendar getSelectedDate()
           
 nextapp.echo.Color getTodayTextBackground()
           
 nextapp.echo.Color getTodayTextForeground()
           
 nextapp.echo.Color getTopLineForeground()
           
 nextapp.echo.Color getYearNavigationBackground()
           
 nextapp.echo.Color getYearNavigationForeground()
           
 boolean isButtonRendering()
           
 boolean isValid()
          This method returns TRUE if the text of the ClientDatePicker can be parsed into a valid Date with the current DateFormat.
private  java.util.Calendar parse()
          Returns a Date by parsing the current text.
protected  void set(java.lang.Class clazz, java.lang.String propertyName, java.lang.Object arg)
          Sets a property and fires the corresponding property change event.
 java.lang.Object set(java.lang.reflect.Field field, java.lang.Object newValue)
          Called to save the old value of a field, set in a new value and return the old value of a field.
 void setBottomLineForeground(nextapp.echo.Color bottomLineForeground)
           
 void setButtonRendering(boolean buttonRendering)
          Setting this to false causes the button text and/or icon to be rendered as a plain button instead of a push button.
 void setButtonText(java.lang.String buttonText)
           
 void setCalendarFont(nextapp.echo.Font calendarFont)
           
 void setCurrentDateBackground(nextapp.echo.Color currentDateBackground)
           
 void setCurrentDateBorderForeground(nextapp.echo.Color currentDateBorderForeground)
           
 void setCurrentDateForeground(nextapp.echo.Color currentDateForeground)
           
 void setCurrentDateRolloverBackground(nextapp.echo.Color currentDateRolloverBackground)
           
 void setCurrentDateRolloverForeground(nextapp.echo.Color currentDateRolloverForeground)
           
 void setCurrentMonthDateBackground(nextapp.echo.Color currentMonthDateBackground)
           
 void setCurrentMonthDateForeground(nextapp.echo.Color currentMonthDateForeground)
           
 void setCurrentMonthDateRolloverBackground(nextapp.echo.Color currentMonthDateRolloverBackground)
           
 void setCurrentMonthDateRolloverForeground(nextapp.echo.Color currentMonthDateRolloverForeground)
           
 void setDateFormat(java.text.SimpleDateFormat format)
          Sets the format String for the date picker.
 void setDayColumnHeaderBackground(nextapp.echo.Color dayColumnHeaderBackground)
           
 void setDayColumnHeaderForeground(nextapp.echo.Color dayColumnHeaderForeground)
           
 void setIcon(nextapp.echo.ImageReference icon)
           
 void setInvalidColor(nextapp.echo.Color invalidColor)
           
 void setLocale(java.util.Locale locale)
          Sets the locale of the component.
 void setMonthNavigationBackground(nextapp.echo.Color monthNavigationBackground)
           
 void setMonthNavigationForeground(nextapp.echo.Color monthNavigationForeground)
           
 void setNavigationRolloverBackground(nextapp.echo.Color navigationRolloverBackground)
           
 void setNavigationRolloverForeground(nextapp.echo.Color navigationRolloverForeground)
           
 void setOffsetX(int offsetX)
           
 void setOffsetY(int offsetY)
           
 void setOtherMonthDateBackground(nextapp.echo.Color otherMonthDateBackground)
           
 void setOtherMonthDateForeground(nextapp.echo.Color otherMonthDateForeground)
           
 void setOtherMonthDateRolloverBackground(nextapp.echo.Color otherMonthDateRolloverBackground)
           
 void setOtherMonthDateRolloverForeground(nextapp.echo.Color otherMonthDateRolloverForeground)
           
 void setSelectedDate(java.util.Calendar date)
           
 void setTodayTextBackground(nextapp.echo.Color todayTextBackground)
           
 void setTodayTextForeground(nextapp.echo.Color todayTextForeground)
           
 void setTopLineForeground(nextapp.echo.Color topLineForeground)
           
 void setYearNavigationBackground(nextapp.echo.Color yearNavigationBackground)
           
 void setYearNavigationForeground(nextapp.echo.Color yearNavigationForeground)
           
 
Methods inherited from class echopoint.TextField
getBorderColor, getBorderSize, getBorderStyle, getRuleSet, getToolTipPopUp, getToolTipText, setBorderColor, setBorderSize, setBorderStyle, setRuleSet, setToolTipText, validate
 
Methods inherited from class nextapp.echo.TextField
addActionListener, fireActionEvent, getActionCommand, getColumns, getColumnUnits, getMaximumLength, hasActionListeners, removeActionListener, setActionCommand, setColumns, setColumnUnits, setMaximumLength
 
Methods inherited from class nextapp.echo.text.TextComponent
getDocument, getHorizontalAlignment, getText, isEditable, setDocument, setEditable, setHorizontalAlignment, setText
 
Methods inherited from class nextapp.echo.Component
add, add, addHierarchyListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getComponent, getComponentCount, getComponents, getEchoInstance, getFont, getForeground, getIdentifier, getParent, getTabIndex, indexOf, init, isAncestorOf, isEnabled, isFocused, isRegistered, isShowing, isVisible, remove, remove, removeAll, removeHierarchyListener, removePropertyChangeListener, setBackground, setEnabled, setFocused, setFont, setForeground, setIdentifier, setTabIndex, setVisible, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface echopoint.validation.Validateable
getIdentifier, getText
 

Field Detail

INVALID_COLOR_PROPERTY

public static final java.lang.String INVALID_COLOR_PROPERTY
See Also:
Constant Field Values

BOTTOM_LINE_FOREGROUND_PROPERTY

public static final java.lang.String BOTTOM_LINE_FOREGROUND_PROPERTY
See Also:
Constant Field Values

TOP_LINE_FOREGROUND_PROPERTY

public static final java.lang.String TOP_LINE_FOREGROUND_PROPERTY
See Also:
Constant Field Values

TODAY_TEXT_FOREGROUND_PROPERTY

public static final java.lang.String TODAY_TEXT_FOREGROUND_PROPERTY
See Also:
Constant Field Values

TODAY_TEXT_BACKGROUND_PROPERTY

public static final java.lang.String TODAY_TEXT_BACKGROUND_PROPERTY
See Also:
Constant Field Values

OTHER_MONTH_DATE_FOREGROUND_PROPERTY

public static final java.lang.String OTHER_MONTH_DATE_FOREGROUND_PROPERTY
See Also:
Constant Field Values

OTHER_MONTH_DATE_BACKGROUND_PROPERTY

public static final java.lang.String OTHER_MONTH_DATE_BACKGROUND_PROPERTY
See Also:
Constant Field Values

DAY_COLUMN_HEADER_FOREGROUND_PROPERTY

public static final java.lang.String DAY_COLUMN_HEADER_FOREGROUND_PROPERTY
See Also:
Constant Field Values

DAY_COLUMN_HEADER_BACKGROUND_PROPERTY

public static final java.lang.String DAY_COLUMN_HEADER_BACKGROUND_PROPERTY
See Also:
Constant Field Values

CURRENT_MONTH_DATE_FOREGROUND_PROPERTY

public static final java.lang.String CURRENT_MONTH_DATE_FOREGROUND_PROPERTY
See Also:
Constant Field Values

CURRENT_MONTH_DATE_BACKGROUND_PROPERTY

public static final java.lang.String CURRENT_MONTH_DATE_BACKGROUND_PROPERTY
See Also:
Constant Field Values

CURRENT_DATE_FOREGROUND_PROPERTY

public static final java.lang.String CURRENT_DATE_FOREGROUND_PROPERTY
See Also:
Constant Field Values

CURRENT_DATE_BACKGROUND_PROPERTY

public static final java.lang.String CURRENT_DATE_BACKGROUND_PROPERTY
See Also:
Constant Field Values

CALENDAR_FONT_PROPERTY

public static final java.lang.String CALENDAR_FONT_PROPERTY
See Also:
Constant Field Values

YEAR_NAVIGATION_FOREGROUND_PROPERTY

public static final java.lang.String YEAR_NAVIGATION_FOREGROUND_PROPERTY
See Also:
Constant Field Values

YEAR_NAVIGATION_BACKGROUND_PROPERTY

public static final java.lang.String YEAR_NAVIGATION_BACKGROUND_PROPERTY
See Also:
Constant Field Values

MONTH_NAVIGATION_FOREGROUND_PROPERTY

public static final java.lang.String MONTH_NAVIGATION_FOREGROUND_PROPERTY
See Also:
Constant Field Values

MONTH_NAVIGATION_BACKGROUND_PROPERTY

public static final java.lang.String MONTH_NAVIGATION_BACKGROUND_PROPERTY
See Also:
Constant Field Values

CURRENT_DATE_BORDER_FOREGROUND_PROPERTY

public static final java.lang.String CURRENT_DATE_BORDER_FOREGROUND_PROPERTY
See Also:
Constant Field Values

OTHER_MONTH_DATE_ROLLOVER_FOREGROUND_PROPERTY

public static final java.lang.String OTHER_MONTH_DATE_ROLLOVER_FOREGROUND_PROPERTY
See Also:
Constant Field Values

OTHER_MONTH_DATE_ROLLOVER_BACKGROUND_PROPERTY

public static final java.lang.String OTHER_MONTH_DATE_ROLLOVER_BACKGROUND_PROPERTY
See Also:
Constant Field Values

CURRENT_MONTH_DATE_ROLLOVER_FOREGROUND_PROPERTY

public static final java.lang.String CURRENT_MONTH_DATE_ROLLOVER_FOREGROUND_PROPERTY
See Also:
Constant Field Values

CURRENT_MONTH_DATE_ROLLOVER_BACKGROUND_PROPERTY

public static final java.lang.String CURRENT_MONTH_DATE_ROLLOVER_BACKGROUND_PROPERTY
See Also:
Constant Field Values

CURRENT_DATE_ROLLOVER_FOREGROUND_PROPERTY

public static final java.lang.String CURRENT_DATE_ROLLOVER_FOREGROUND_PROPERTY
See Also:
Constant Field Values

CURRENT_DATE_ROLLOVER_BACKGROUND_PROPERTY

public static final java.lang.String CURRENT_DATE_ROLLOVER_BACKGROUND_PROPERTY
See Also:
Constant Field Values

NAVIGATION_ROLLOVER_FOREGROUND_PROPERTY

public static final java.lang.String NAVIGATION_ROLLOVER_FOREGROUND_PROPERTY
See Also:
Constant Field Values

NAVIGATION_ROLLOVER_BACKGROUND_PROPERTY

public static final java.lang.String NAVIGATION_ROLLOVER_BACKGROUND_PROPERTY
See Also:
Constant Field Values

ICON_PROPERTY

public static final java.lang.String ICON_PROPERTY
See Also:
Constant Field Values

BUTTON_TEXT_PROPERTY

public static final java.lang.String BUTTON_TEXT_PROPERTY
See Also:
Constant Field Values

BUTTON_RENDERING_PROPERTY

public static final java.lang.String BUTTON_RENDERING_PROPERTY
See Also:
Constant Field Values

DATE_FORMAT_PROPERTY

public static final java.lang.String DATE_FORMAT_PROPERTY
See Also:
Constant Field Values

OFFSET_Y_PROPERTY

public static final java.lang.String OFFSET_Y_PROPERTY
See Also:
Constant Field Values

OFFSET_X_PROPERTY

public static final java.lang.String OFFSET_X_PROPERTY
See Also:
Constant Field Values

LOCALE_PROPERTY

public static final java.lang.String LOCALE_PROPERTY
See Also:
Constant Field Values

STYLE_INVALID_COLOR

public static final java.lang.String STYLE_INVALID_COLOR
See Also:
Constant Field Values

STYLE_BOTTOM_LINE_FOREGROUND

public static final java.lang.String STYLE_BOTTOM_LINE_FOREGROUND
See Also:
Constant Field Values

STYLE_TOP_LINE_FOREGROUND

public static final java.lang.String STYLE_TOP_LINE_FOREGROUND
See Also:
Constant Field Values

STYLE_TODAY_TEXT_FOREGROUND

public static final java.lang.String STYLE_TODAY_TEXT_FOREGROUND
See Also:
Constant Field Values

STYLE_TODAY_TEXT_BACKGROUND

public static final java.lang.String STYLE_TODAY_TEXT_BACKGROUND
See Also:
Constant Field Values

STYLE_OTHER_MONTH_DATE_FOREGROUND

public static final java.lang.String STYLE_OTHER_MONTH_DATE_FOREGROUND
See Also:
Constant Field Values

STYLE_OTHER_MONTH_DATE_BACKGROUND

public static final java.lang.String STYLE_OTHER_MONTH_DATE_BACKGROUND
See Also:
Constant Field Values

STYLE_DAY_COLUMN_HEADER_FOREGROUND

public static final java.lang.String STYLE_DAY_COLUMN_HEADER_FOREGROUND
See Also:
Constant Field Values

STYLE_DAY_COLUMN_HEADER_BACKGROUND

public static final java.lang.String STYLE_DAY_COLUMN_HEADER_BACKGROUND
See Also:
Constant Field Values

STYLE_CURRENT_MONTH_DATE_FOREGROUND

public static final java.lang.String STYLE_CURRENT_MONTH_DATE_FOREGROUND
See Also:
Constant Field Values

STYLE_CURRENT_MONTH_DATE_BACKGROUND

public static final java.lang.String STYLE_CURRENT_MONTH_DATE_BACKGROUND
See Also:
Constant Field Values

STYLE_CURRENT_DATE_FOREGROUND

public static final java.lang.String STYLE_CURRENT_DATE_FOREGROUND
See Also:
Constant Field Values

STYLE_CURRENT_DATE_BACKGROUND

public static final java.lang.String STYLE_CURRENT_DATE_BACKGROUND
See Also:
Constant Field Values

STYLE_CALENDAR_FONT

public static final java.lang.String STYLE_CALENDAR_FONT
See Also:
Constant Field Values

STYLE_YEAR_NAVIGATION_FOREGROUND

public static final java.lang.String STYLE_YEAR_NAVIGATION_FOREGROUND
See Also:
Constant Field Values

STYLE_YEAR_NAVIGATION_BACKGROUND

public static final java.lang.String STYLE_YEAR_NAVIGATION_BACKGROUND
See Also:
Constant Field Values

STYLE_MONTH_NAVIGATION_FOREGROUND

public static final java.lang.String STYLE_MONTH_NAVIGATION_FOREGROUND
See Also:
Constant Field Values

STYLE_MONTH_NAVIGATION_BACKGROUND

public static final java.lang.String STYLE_MONTH_NAVIGATION_BACKGROUND
See Also:
Constant Field Values

STYLE_CURRENT_DATE_BORDER_FOREGROUND

public static final java.lang.String STYLE_CURRENT_DATE_BORDER_FOREGROUND
See Also:
Constant Field Values

STYLE_OTHER_MONTH_DATE_ROLLOVER_FOREGROUND

public static final java.lang.String STYLE_OTHER_MONTH_DATE_ROLLOVER_FOREGROUND
See Also:
Constant Field Values

STYLE_OTHER_MONTH_DATE_ROLLOVER_BACKGROUND

public static final java.lang.String STYLE_OTHER_MONTH_DATE_ROLLOVER_BACKGROUND
See Also:
Constant Field Values

STYLE_CURRENT_MONTH_DATE_ROLLOVER_FOREGROUND

public static final java.lang.String STYLE_CURRENT_MONTH_DATE_ROLLOVER_FOREGROUND
See Also:
Constant Field Values

STYLE_CURRENT_MONTH_DATE_ROLLOVER_BACKGROUND

public static final java.lang.String STYLE_CURRENT_MONTH_DATE_ROLLOVER_BACKGROUND
See Also:
Constant Field Values

STYLE_CURRENT_DATE_ROLLOVER_FOREGROUND

public static final java.lang.String STYLE_CURRENT_DATE_ROLLOVER_FOREGROUND
See Also:
Constant Field Values

STYLE_CURRENT_DATE_ROLLOVER_BACKGROUND