com.cc.framework.ui.model
Interface SchedulerStateModel

All Superinterfaces:
StateModel
All Known Implementing Classes:
SchedulerControl, SchedulerStateModelImp

public interface SchedulerStateModel
extends StateModel

Scheduler StateModel

Version:
$Revision: 1.6 $
Author:
Harald Schulz

Field Summary
static java.lang.String PROP_VIEW
          State property for the current view
 
Fields inherited from interface com.cc.framework.ui.model.StateModel
PROP_CONTROL
 
Method Summary
 java.util.Calendar getDate()
          Retrieves the first visible Date in the Scheduler Control
 SchedulerView getView()
           
 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
 
Methods inherited from interface com.cc.framework.ui.model.StateModel
reset, synchronizeState
 

Field Detail

PROP_VIEW

public static final java.lang.String PROP_VIEW
State property for the current view

See Also:
Constant Field Values
Method Detail

getDate

public java.util.Calendar getDate()
Retrieves the first visible Date in the Scheduler Control

Returns:
First visible Date

setDate

public void setDate(java.util.Calendar date)
Sets the first visible Date in the Scheduler Control

Parameters:
date - The first visible Date

getView

public SchedulerView getView()
Returns:
Returns the style used to display dates in a Scheduler control

setView

public void setView(SchedulerView view)
Specifies the style used to display dates in a Scheduler control

Parameters:
view - The View


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.