Class TimeEditorHandler


  • public class TimeEditorHandler
    extends Object
    Author:
    Tony Chemit - chemit@codelutin.com
    • Constructor Detail

      • TimeEditorHandler

        public TimeEditorHandler​(TimeEditor ui)
    • Method Detail

      • init

        public void init()
      • setMinuteModel

        protected Date setMinuteModel​(Date incomingDate)
      • getMinute

        public int getMinute()
      • getHour

        public int getHour()
      • updateTimeModelFromMinuteModel

        public void updateTimeModelFromMinuteModel​(Date minuteDate)
      • setDate

        protected void setDate​(Date oldValue,
                               Date newValue)
      • getMutator

        protected Method getMutator()