Package jaxx.runtime.swing.editor
Class SimpleTimeEditorHandler
- java.lang.Object
-
- jaxx.runtime.swing.editor.SimpleTimeEditorHandler
-
public class SimpleTimeEditorHandler extends Object
- Since:
- 2.6
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Field Summary
Fields Modifier and Type Field Description protected CalendarcalendarDateprotected CalendarcalendarHourprotected CalendarcalendarMinuteprotected CalendarcalendarSecondprotected Methodmutatorthe mutator method on the property of boxed bean in the editor
-
Constructor Summary
Constructors Constructor Description SimpleTimeEditorHandler(SimpleTimeEditor editor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleTimeEditorgetEditor()protected MethodgetMutator()voidinit()protected voidsetDate(Date oldValue, Date newValue)protected DatesetMinuteModel(Date incomingDate)protected DatesetSecondModel(Date incomingDate)voidupdateTimeModelFromHour(Integer hour)voidupdateTimeModelFromMinute(Date minuteDate)voidupdateTimeModelFromSecond(Date secondDate)
-
-
-
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()
-
getEditor
public SimpleTimeEditor getEditor()
-
updateTimeModelFromHour
public void updateTimeModelFromHour(Integer hour)
-
updateTimeModelFromMinute
public void updateTimeModelFromMinute(Date minuteDate)
-
updateTimeModelFromSecond
public void updateTimeModelFromSecond(Date secondDate)
-
getMutator
protected Method getMutator()
-
-