[Image] EchoPoint
Helping you build truly dynamic and stateful web applications!
nothing

DatePicker   Click here for complete JavaDoc

The DatePicker component allows the user to select a date.  A CalendarSelectionModel interface is used to track the currently selected date, which is a Calendar object.  Again you can register a ChangeListener to be informed of any changes to the selected date. 

The CalendarSelectionModel actually tracks the currently displayed date as well as the selected date.  This allows the application to know when the user is scrolling through dates, and perhaps changes its data view based on that. 

For example you could have a list of appointments for the currently displayed  month, as as the user scrolls through the months, the ChangeListener will be informed and the appointments could be updated.

[Image]
  	 dp = new DatePicker();
dp.setBorderColor(Color.BLACK);
dp.setBorderSize(1);
grid.add(col++,row,dp);

Client Browser Support :

All clients supported by the Echo Framework.


Home

SourceForge Logo

The EchoPoint project is kindly hosted by SourceForge