Package com.portal.ctrl
Interface DateChanger
- All Known Implementing Classes:
ButtonChanger
,SpinnerChanger
public interface DateChanger
An interface for a component which provides a mechanism for modifying the
month and year in a date. This component would be presented to the user
with a MiniCal component, and the month/year modifications would be
reflected in that MiniCal component.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setMiniCalRef
(MiniCal minical) Provides a hook for updating the MiniCal component when the user modifies the month/year.
-
Method Details
-
setMiniCalRef
Provides a hook for updating the MiniCal component when the user modifies the month/year.
-