jaxx.runtime.swing.editor
Class TimeEditorHandler

java.lang.Object
  extended by jaxx.runtime.swing.editor.TimeEditorHandler

public class TimeEditorHandler
extends Object

Author:
tchemit

Field Summary
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 Summary
TimeEditorHandler(TimeEditor ui)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.commons.logging.Log log

BEAN_PROPERTY

public static final String BEAN_PROPERTY
See Also:
Constant Field Values

PROPERTY_PROPERTY

public static final String PROPERTY_PROPERTY
See Also:
Constant Field Values

DATE_PROPERTY

public static final String DATE_PROPERTY
See Also:
Constant Field Values

TIME_MODEL_PROPERTY

public static final String TIME_MODEL_PROPERTY
See Also:
Constant Field Values

editor

protected TimeEditor editor
editor ui


mutator

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


calendar

protected Calendar calendar

calendarMinute

protected Calendar calendarMinute
Constructor Detail

TimeEditorHandler

public TimeEditorHandler(TimeEditor ui)
Method Detail

init

public void init()

getEditor

public TimeEditor getEditor()

setMinuteModel

protected Date setMinuteModel(Date incomingDate)

getMinute

public int getMinute()

getHour

public int getHour()

updateTimeModelFromMinuteModel

public void updateTimeModelFromMinuteModel(Date minuteDate)

setDate

protected void setDate(Date oldValue,
                       Date newValue)

getMutator

protected Method getMutator()


Copyright © 2008-2010 CodeLutin. All Rights Reserved.