|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.model.imp.SchedulerStateModelImp
Field Summary | |
private java.util.Calendar |
date
The first visible Date in the Scheduler Control |
private static long |
serialVersionUID
Serial Version UID |
private SchedulerView |
view
Specifies the style used to display dates in a Scheduler control |
Fields inherited from interface com.cc.framework.ui.model.SchedulerStateModel |
PROP_VIEW |
Fields inherited from interface com.cc.framework.ui.model.StateModel |
PROP_CONTROL |
Constructor Summary | |
SchedulerStateModelImp()
|
Method Summary | |
java.util.Calendar |
getDate()
Retrieves the first visible Date in the Scheduler Control |
SchedulerView |
getView()
|
void |
reset()
Resets the actual state of a control to the initial state |
void |
setDate(java.util.Calendar date)
Sets the first visible Date in the Scheduler Control |
void |
setView(SchedulerView view)
Specifies the style used to display dates in a Scheduler control |
void |
synchronizeState(PropertyMap properties)
This method applies the given state properties to the controls state model |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
private SchedulerView view
private java.util.Calendar date
Constructor Detail |
public SchedulerStateModelImp()
Method Detail |
public SchedulerView getView()
getView
in interface SchedulerStateModel
SchedulerStateModel.getView()
public void setView(SchedulerView view)
SchedulerStateModel
setView
in interface SchedulerStateModel
view
- The ViewSchedulerStateModel.setView(com.cc.framework.ui.model.SchedulerView)
public java.util.Calendar getDate()
SchedulerStateModel
getDate
in interface SchedulerStateModel
SchedulerStateModel.getDate()
public void setDate(java.util.Calendar date)
SchedulerStateModel
setDate
in interface SchedulerStateModel
date
- The first visible DateSchedulerStateModel.setDate(java.util.Calendar)
public void reset()
StateModel
reset
in interface StateModel
StateModel.reset()
public void synchronizeState(PropertyMap properties) throws java.lang.Exception
StateModel
synchronizeState
in interface StateModel
properties
- State properties
java.lang.Exception
- is thrown when an error occurs during executionStateModel.synchronizeState(com.cc.framework.util.PropertyMap)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |