public class SimpleTimeEditorHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
calendarDate |
protected Calendar |
calendarHour |
protected Calendar |
calendarMinute |
protected Method |
mutator
the mutator method on the property of boxed bean in the editor
|
| Constructor and Description |
|---|
SimpleTimeEditorHandler(SimpleTimeEditor editor) |
| Modifier and Type | Method and Description |
|---|---|
SimpleTimeEditor |
getEditor() |
protected Method |
getMutator() |
void |
init() |
protected void |
setDate(Date oldValue,
Date newValue) |
protected Date |
setMinuteModel(Date incomingDate) |
void |
updateTimeModelFromHour(Integer hour) |
void |
updateTimeModelFromMinute(Date minuteDate) |
protected Method mutator
protected final Calendar calendarMinute
protected final Calendar calendarHour
protected final Calendar calendarDate
public SimpleTimeEditorHandler(SimpleTimeEditor editor)
public void init()
public SimpleTimeEditor getEditor()
public void updateTimeModelFromHour(Integer hour)
public void updateTimeModelFromMinute(Date minuteDate)
protected Method getMutator()
Copyright © 2008–2018 Ultreia.io. All rights reserved.