Uses of Class
com.cc.framework.ui.model.SchedulerView

Packages that use SchedulerView
com.cc.framework.taglib.controls   
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.painter.def   
com.cc.framework.ui.painter.def.scheduler   
 

Uses of SchedulerView in com.cc.framework.taglib.controls
 

Fields in com.cc.framework.taglib.controls declared as SchedulerView
private  SchedulerView SchedulerTag.view
          The Initial State for this control
 

Uses of SchedulerView in com.cc.framework.ui.control
 

Methods in com.cc.framework.ui.control that return SchedulerView
 SchedulerView SchedulerControl.getView()
           
 

Methods in com.cc.framework.ui.control with parameters of type SchedulerView
 void SchedulerControl.setView(SchedulerView view)
           
 

Uses of SchedulerView in com.cc.framework.ui.model
 

Fields in com.cc.framework.ui.model declared as SchedulerView
static SchedulerView SchedulerView.DAY
          The control will be displayed in day view
static SchedulerView SchedulerView.WEEK
          The control will be displayed in week view
static SchedulerView SchedulerView.WORKWEEK
          The control will display only work days in a week using day view
static SchedulerView SchedulerView.MONTH
          The control will be displayed in month view
static SchedulerView SchedulerView.YEAR
          The control will be displayed in month short view
private static SchedulerView[] SchedulerView.ALL
          Collection with all enumeration elements
 

Methods in com.cc.framework.ui.model that return SchedulerView
static SchedulerView SchedulerView.parse(java.lang.String code)
          Creates for the argument an object of type AlignmentType
 SchedulerView SchedulerStateModel.getView()
           
 

Methods in com.cc.framework.ui.model with parameters of type SchedulerView
 void SchedulerStateModel.setView(SchedulerView view)
          Specifies the style used to display dates in a Scheduler control
 

Uses of SchedulerView in com.cc.framework.ui.model.imp
 

Fields in com.cc.framework.ui.model.imp declared as SchedulerView
private  SchedulerView SchedulerStateModelImp.view
          Specifies the style used to display dates in a Scheduler control
 

Methods in com.cc.framework.ui.model.imp that return SchedulerView
 SchedulerView SchedulerStateModelImp.getView()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type SchedulerView
 void SchedulerStateModelImp.setView(SchedulerView view)
           
 

Uses of SchedulerView in com.cc.framework.ui.painter.def
 

Methods in com.cc.framework.ui.painter.def with parameters of type SchedulerView
protected  DefSchedulerViewPainter DefSchedulerPainter.doCreateViewPainter(SchedulerView view)
          This methods creates the painter for the Scheduler View
 

Uses of SchedulerView in com.cc.framework.ui.painter.def.scheduler
 

Methods in com.cc.framework.ui.painter.def.scheduler with parameters of type SchedulerView
protected  org.apache.ecs.ConcreteElement DefSchedulerViewPainter.createNavigationButton(java.util.Calendar cal, SchedulerView view, boolean up)
          Creates the Previous Button
 



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