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 Type
    Method
    Description
    void
    Provides a hook for updating the MiniCal component when the user modifies the month/year.
  • Method Details

    • setMiniCalRef

      void setMiniCalRef(MiniCal minical)
      Provides a hook for updating the MiniCal component when the user modifies the month/year.