|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.wicketstuff.jwicket.ui.datepicker.DatePicker.ShowDay
public static class DatePicker.ShowDay
This Class controls the visibility of a single day rectangle in the DatePicker popup and the ability to select this day and an optional text popup for a single day.
| Constructor Summary | |
|---|---|
DatePicker.ShowDay(Date date,
boolean selectable)
If the day corresponding to parameter day should be selectable, the parameter selectable should be set to
true, if not it should be set to false. |
|
DatePicker.ShowDay(Date date,
boolean selectable,
String cssClass)
If the day corresponding to parameter day should be selectable, the parameter selectable should be set to
true, if not it should be set to false. |
|
DatePicker.ShowDay(Date date,
boolean selectable,
String cssClass,
String tooltip)
If the day corresponding to parameter day should be selectable, the parameter selectable should be set to
true, if not it should be set to false. |
|
| Method Summary | |
|---|---|
String |
getCssClass()
|
Date |
getDate()
|
String |
getTooltip()
|
boolean |
isSelectable()
|
void |
setCssClass(String value)
|
void |
setDate(Date value)
|
void |
setSelectable(boolean value)
|
void |
setTooltip(String value)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DatePicker.ShowDay(Date date,
boolean selectable)
day should be selectable, the parameter selectable should be set to
true, if not it should be set to false.
date - the dayselectable - true if the day should be selectable and false if the day sould net be selectable.
public DatePicker.ShowDay(Date date,
boolean selectable,
String cssClass)
day should be selectable, the parameter selectable should be set to
true, if not it should be set to false. The CSS class of the day can be controlled
with parameter cssClass.
date - the dayselectable - true if the day should be selectable and false if the day sould net be selectable.cssClass - regardless from selectable state of the day this CSS class is assigned to the day rectangle
public DatePicker.ShowDay(Date date,
boolean selectable,
String cssClass,
String tooltip)
day should be selectable, the parameter selectable should be set to
true, if not it should be set to false. The CSS class of the day can be controlled
with parameter cssClass.
date - the dayselectable - true if the day should be selectable and false if the day sould net be selectable.cssClass - regardless from selectable state of the day this CSS class is assigned to the day rectangletooltip - a tooltip text to be shon wehn the mouse is placed over the given day| Method Detail |
|---|
public Date getDate()
public void setDate(Date value)
public boolean isSelectable()
public void setSelectable(boolean value)
public String getCssClass()
public void setCssClass(String value)
public String getTooltip()
public void setTooltip(String value)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||