Class SimpleTimeEditorHandler


  • public class SimpleTimeEditorHandler
    extends Object
    Since:
    2.6
    Author:
    Tony Chemit - chemit@codelutin.com
    • Field Detail

      • mutator

        protected Method mutator
        the mutator method on the property of boxed bean in the editor
      • calendarSecond

        protected final Calendar calendarSecond
      • calendarMinute

        protected final Calendar calendarMinute
      • calendarHour

        protected final Calendar calendarHour
      • calendarDate

        protected final Calendar calendarDate
    • Constructor Detail

      • SimpleTimeEditorHandler

        public SimpleTimeEditorHandler​(SimpleTimeEditor editor)
    • Method Detail

      • init

        public void init()
      • setMinuteModel

        protected Date setMinuteModel​(Date incomingDate)
      • setSecondModel

        protected Date setSecondModel​(Date incomingDate)
      • updateTimeModelFromHour

        public void updateTimeModelFromHour​(Integer hour)
      • updateTimeModelFromMinute

        public void updateTimeModelFromMinute​(Date minuteDate)
      • updateTimeModelFromSecond

        public void updateTimeModelFromSecond​(Date secondDate)
      • setDate

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

        protected Method getMutator()