|
NextApp Echo3 Extras v3.0.b8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.Component
nextapp.echo.extras.app.CalendarSelect
public class CalendarSelect
CalendarSelect component: an input component which allows selection of a single date. Displays a representation of a
calendar, showing the currently selected month/year. May not contain child components.
| Field Summary | |
|---|---|
static String |
DATE_CHANGED_PROPERTY
|
static String |
PROPERTY_ADJACENT_MONTH_DATE_BACKGROUND
|
static String |
PROPERTY_ADJACENT_MONTH_DATE_FOREGROUND
|
static String |
PROPERTY_BACKGROUND_IMAGE
|
static String |
PROPERTY_BORDER
|
static String |
PROPERTY_DATE_BACKGROUND
|
static String |
PROPERTY_DATE_BACKGROUND_IMAGE
|
static String |
PROPERTY_DATE_BORDER
|
static String |
PROPERTY_DATE_FOREGROUND
|
static String |
PROPERTY_DAY_OF_WEEK_ABBREVIATION_LENGTH
|
static String |
PROPERTY_FIRST_DAY_OF_WEEK
|
static String |
PROPERTY_HEADER_BACKGROUND
|
static String |
PROPERTY_HEADER_BACKGROUND_IMAGE
|
static String |
PROPERTY_HEADER_FOREGROUND
|
static String |
PROPERTY_ROLLOVER_DATE_BACKGROUND
|
static String |
PROPERTY_ROLLOVER_DATE_BACKGROUND_IMAGE
|
static String |
PROPERTY_ROLLOVER_DATE_BORDER
|
static String |
PROPERTY_ROLLOVER_DATE_FOREGROUND
|
static String |
PROPERTY_SELECTED_DATE_BACKGROUND
|
static String |
PROPERTY_SELECTED_DATE_BACKGROUND_IMAGE
|
static String |
PROPERTY_SELECTED_DATE_BORDER
|
static String |
PROPERTY_SELECTED_DATE_FOREGROUND
|
| Constructor Summary | |
|---|---|
CalendarSelect()
Creates a new CalendarSelect. |
|
CalendarSelect(Date date)
Creates a new CalendarSelect. |
|
| Method Summary | |
|---|---|
Color |
getAdjacentMonthDateBackground()
Returns the background color of dates in adjacent (previous/next) months. |
Color |
getAdjacentMonthDateForeground()
Returns the foreground color of dates in adjacent (previous/next) months. |
FillImage |
getBackgroundImage()
Returns the background image displayed within the entire component. |
Border |
getBorder()
Returns the border surrounding the entire component. |
Date |
getDate()
Returns the selected date. |
Color |
getDateBackground()
Returns the default background color of date cells. |
FillImage |
getDateBackgroundImage()
Returns the default background image of date cells. |
Border |
getDateBorder()
Returns the default border of date cells. |
Color |
getDateForeground()
Returns the default foreground color of date cells. |
int |
getFirstDayOfWeek()
Returns the first day of the week. |
Color |
getHeaderBackground()
Returns the background color of the week header. |
FillImage |
getHeaderBackgroundImage()
Returns the background image of the week header. |
Color |
getHeaderForeground()
Returns the foreground color of the week header. |
Color |
getRolloverDateBackground()
Returns the rollover background color of date cells. |
FillImage |
getRolloverDateBackgroundImage()
Returns the rollover background image of date cells. |
Border |
getRolloverDateBorder()
Returns the rollover border of date cells. |
Color |
getRolloverDateForeground()
Returns the rollover foreground color of date cells. |
Color |
getSelectedDateBackground()
Returns the background color of the selected date |
FillImage |
getSelectedDateBackgroundImage()
Returns the background image of the selected date |
Border |
getSelectedDateBorder()
Returns the border of the selected date |
Color |
getSelectedDateForeground()
Returns the foreground color of the selected date |
void |
processInput(String inputName,
Object inputValue)
|
void |
setAdjacentMonthDateBackground(Color newValue)
Sets the background color of dates in adjacent (previous/next) months. |
void |
setAdjacentMonthDateForeground(Color newValue)
Sets the foreground color of dates in adjacent (previous/next) months. |
void |
setBackgroundImage(FillImage newValue)
Sets the background image displayed within the entire component. |
void |
setBorder(Border newValue)
Sets the border surrounding the entire component. |
void |
setDate(Date newValue)
Sets the selected date. |
void |
setDateBackground(Color newValue)
Sets the default background color of date cells. |
void |
setDateBackgroundImage(FillImage newValue)
Sets the default background image of date cells. |
void |
setDateBorder(Border newValue)
Sets the default border of date cells. |
void |
setDateForeground(Color newValue)
Sets the default foreground color of date cells. |
void |
setFirstDayOfWeek(int newValue)
Sets the first day of the week. |
void |
setHeaderBackground(Color newValue)
Sets the background color of the week header. |
void |
setHeaderBackgroundImage(FillImage newValue)
Sets the background image of the week header. |
void |
setHeaderForeground(Color newValue)
Sets the foreground color of the week header. |
void |
setRolloverDateBackground(Color newValue)
Sets the rollover background color of date cells. |
void |
setRolloverDateBackgroundImage(FillImage newValue)
Sets the rollover background image of date cells. |
void |
setRolloverDateBorder(Border newValue)
Sets the rollover border of date cells. |
void |
setRolloverDateForeground(Color newValue)
Sets the rollover foreground color of date cells. |
void |
setSelectedDateBackground(Color newValue)
Sets the background color of the selected date. |
void |
setSelectedDateBackgroundImage(FillImage newValue)
Sets the background image of the selected date. |
void |
setSelectedDateBorder(Border newValue)
Sets the border of the selected date. |
void |
setSelectedDateForeground(Color newValue)
Sets the foreground color of the selected date. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DATE_CHANGED_PROPERTY
public static final String PROPERTY_ADJACENT_MONTH_DATE_BACKGROUND
public static final String PROPERTY_ADJACENT_MONTH_DATE_FOREGROUND
public static final String PROPERTY_BORDER
public static final String PROPERTY_BACKGROUND_IMAGE
public static final String PROPERTY_DATE_BACKGROUND
public static final String PROPERTY_DATE_BACKGROUND_IMAGE
public static final String PROPERTY_DATE_BORDER
public static final String PROPERTY_DATE_FOREGROUND
public static final String PROPERTY_DAY_OF_WEEK_ABBREVIATION_LENGTH
public static final String PROPERTY_FIRST_DAY_OF_WEEK
public static final String PROPERTY_HEADER_BACKGROUND
public static final String PROPERTY_HEADER_BACKGROUND_IMAGE
public static final String PROPERTY_HEADER_FOREGROUND
public static final String PROPERTY_ROLLOVER_DATE_BACKGROUND
public static final String PROPERTY_ROLLOVER_DATE_BACKGROUND_IMAGE
public static final String PROPERTY_ROLLOVER_DATE_BORDER
public static final String PROPERTY_ROLLOVER_DATE_FOREGROUND
public static final String PROPERTY_SELECTED_DATE_BACKGROUND
public static final String PROPERTY_SELECTED_DATE_BORDER
public static final String PROPERTY_SELECTED_DATE_BACKGROUND_IMAGE
public static final String PROPERTY_SELECTED_DATE_FOREGROUND
| Constructor Detail |
|---|
public CalendarSelect()
CalendarSelect.
public CalendarSelect(Date date)
CalendarSelect.
date - the initially selected date| Method Detail |
|---|
public Color getAdjacentMonthDateBackground()
public Color getAdjacentMonthDateForeground()
public FillImage getBackgroundImage()
public Border getBorder()
public Date getDate()
public Color getDateBackground()
public FillImage getDateBackgroundImage()
public Border getDateBorder()
public Color getDateForeground()
public int getFirstDayOfWeek()
public Color getHeaderBackground()
public FillImage getHeaderBackgroundImage()
public Color getHeaderForeground()
public Color getRolloverDateBackground()
public FillImage getRolloverDateBackgroundImage()
public Border getRolloverDateBorder()
public Color getRolloverDateForeground()
public Color getSelectedDateBackground()
public FillImage getSelectedDateBackgroundImage()
public Border getSelectedDateBorder()
public Color getSelectedDateForeground()
public void processInput(String inputName,
Object inputValue)
processInput in class ComponentComponent.processInput(java.lang.String, java.lang.Object)public void setBackgroundImage(FillImage newValue)
newValue - the new background imagepublic void setBorder(Border newValue)
newValue - the new borderpublic void setDate(Date newValue)
newValue - the new datepublic void setAdjacentMonthDateBackground(Color newValue)
newValue - the new backgroundpublic void setAdjacentMonthDateForeground(Color newValue)
newValue - the new foregroundpublic void setDateBackground(Color newValue)
newValue - the new backgroundpublic void setDateBackgroundImage(FillImage newValue)
newValue - the new backgroundpublic void setDateBorder(Border newValue)
newValue - the new borderpublic void setDateForeground(Color newValue)
newValue - the new foregroundpublic void setFirstDayOfWeek(int newValue)
newValue - the first day of the weekpublic void setHeaderBackground(Color newValue)
newValue - the new backgroundpublic void setHeaderBackgroundImage(FillImage newValue)
newValue - the new background imagepublic void setHeaderForeground(Color newValue)
newValue - the new foregroundpublic void setRolloverDateBackground(Color newValue)
newValue - the new backgroundpublic void setRolloverDateBackgroundImage(FillImage newValue)
newValue - the new background imagepublic void setRolloverDateBorder(Border newValue)
newValue - the new borderpublic void setRolloverDateForeground(Color newValue)
newValue - the new foregroundpublic void setSelectedDateBackground(Color newValue)
newValue - the new backgroundpublic void setSelectedDateBackgroundImage(FillImage newValue)
newValue - the new background imagepublic void setSelectedDateBorder(Border newValue)
newValue - the new borderpublic void setSelectedDateForeground(Color newValue)
newValue - the new foreground
|
NextApp Echo3 Extras v3.0.b8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||