Package org.rapla.components.calendar

Contains widgets for date- and time- selection.

See:
          Description

Interface Summary
DateChangeListener  
DateRenderer Implement this interface if you want to highlight special days or show tooltip for some days.
TimeRenderer Implement this interface if you want to highlight special times or show tooltip for some times.
 

Class Summary
AbstractBlockField The base class for TextFields that supports entering values in blocks.
CalendarMenu The graphical date-selection field with month and year incerement/decrement buttons.
DateChangeEvent  
DateField The DateField only accepts characters that are part of DateFormat.getDateInstance(DateFormat.SHORT,locale).
DateRendererAdapter Maps the DateRenderer methods to the appropriate date method.
NavButton  
NumberField The NumberField only accepts integer values.
RaplaArrowButton  
RaplaCalendar This is another ComboBox-like calendar component.
RaplaComboBox This is an alternative ComboBox implementation.
RaplaNumber The RaplaNumber is an adapter for NumberField.
RaplaTime A ComboBox like time chooser.
TimeField The TimeField only accepts characters that are part of DateFormat.getTimeInstance(DateFormat.SHORT,locale).
WeekendHighlightRenderer Renders the weekdays (or any other day of week, if selected) in a special color.
 

Package org.rapla.components.calendar Description

Contains widgets for date- and time- selection. This package is independant from the rest of rapla.



Copyright © 2000-2006 Rapla Team. All Rights Reseserved.