|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAdditionalDayInformationProvider
Interface for a service suplying additional information to a datechooser or datechooser panel. By implementing this interface days can be rendered using a bold font and a tooltip for a day can be supplied. The service can be used in addition to a HolidayEnumerator.
| Method Summary | |
|---|---|
java.lang.String |
getToolTipText(java.util.Date date)
Retrive a tooltip text for a day. |
boolean |
renderBold(java.util.Date date)
Check whether a date should be rendered bold. |
| Method Detail |
|---|
boolean renderBold(java.util.Date date)
date - date to check
true if the date should be rendered using a bold fontjava.lang.String getToolTipText(java.util.Date date)
date - the date
null to indicate no tooltip
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||