public class TimeEditorHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_PROPERTY |
protected Calendar |
calendar |
protected Calendar |
calendarMinute |
static String |
DATE_PROPERTY |
protected TimeEditor |
editor
editor ui
|
static org.apache.commons.logging.Log |
log |
protected Method |
mutator
the mutator method on the property of boxed bean in the editor
|
static String |
PROPERTY_PROPERTY |
static String |
TIME_MODEL_PROPERTY |
| Constructor and Description |
|---|
TimeEditorHandler(TimeEditor ui) |
| Modifier and Type | Method and Description |
|---|---|
TimeEditor |
getEditor() |
int |
getHour() |
int |
getMinute() |
protected Method |
getMutator() |
void |
init() |
protected void |
setDate(Date oldValue,
Date newValue) |
protected Date |
setMinuteModel(Date incomingDate) |
void |
updateTimeModelFromMinuteModel(Date minuteDate) |
public static final org.apache.commons.logging.Log log
public static final String BEAN_PROPERTY
public static final String PROPERTY_PROPERTY
public static final String DATE_PROPERTY
public static final String TIME_MODEL_PROPERTY
protected TimeEditor editor
protected Method mutator
protected Calendar calendar
protected Calendar calendarMinute
public TimeEditorHandler(TimeEditor ui)
public void init()
public TimeEditor getEditor()
public int getMinute()
public int getHour()
public void updateTimeModelFromMinuteModel(Date minuteDate)
protected Method getMutator()
Copyright © 2008–2015 CodeLutin. All rights reserved.