Class SimpleTimeEditorHandler

java.lang.Object
jaxx.runtime.swing.editor.SimpleTimeEditorHandler

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

    • mutator

      protected java.lang.reflect.Method mutator
      the mutator method on the property of boxed bean in the editor
    • calendarSecond

      protected final java.util.Calendar calendarSecond
    • calendarMinute

      protected final java.util.Calendar calendarMinute
    • calendarHour

      protected final java.util.Calendar calendarHour
    • calendarDate

      protected final java.util.Calendar calendarDate
  • Constructor Details

    • SimpleTimeEditorHandler

      public SimpleTimeEditorHandler​(SimpleTimeEditor editor)
  • Method Details

    • init

      public void init()
    • getEditor

      public SimpleTimeEditor getEditor()
    • setMinuteModel

      protected java.util.Date setMinuteModel​(java.util.Date incomingDate)
    • setSecondModel

      protected java.util.Date setSecondModel​(java.util.Date incomingDate)
    • updateTimeModelFromHour

      public void updateTimeModelFromHour​(java.lang.Integer hour)
    • updateTimeModelFromMinute

      public void updateTimeModelFromMinute​(java.util.Date minuteDate)
    • updateTimeModelFromSecond

      public void updateTimeModelFromSecond​(java.util.Date secondDate)
    • setDate

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

      protected java.lang.reflect.Method getMutator()