Interface DateProvider

  • All Known Implementing Classes:
    DatePanel, DateTimePanel, TimePanel

    public interface DateProvider
    Interface for classes that handles Date objects.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • setDate

        void setDate​(Date value)
        Sets the current date.
        Parameters:
        value - the date to use
      • getDate

        Date getDate()
        Returns the current date.
        Returns:
        the date in use