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

Packages that use CalendarMode
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
 

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

Methods in com.cc.framework.ui.control that return CalendarMode
 CalendarMode CalendarControl.getMode()
          Returns the mode in which the user can invoke the calendar.
 

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

Fields in com.cc.framework.ui.model declared as CalendarMode
static CalendarMode CalendarMode.POPUP
          ButtonType: popup calendar
static CalendarMode CalendarMode.INLINE
          ButtonType: inline calendar
static CalendarMode CalendarMode.FIELDS
          ButtonType: split into separate fields
private static CalendarMode[] CalendarMode.ALL
          Collection with all elements
 

Methods in com.cc.framework.ui.model that return CalendarMode
static CalendarMode CalendarMode.parse(java.lang.String code)
          Creates for the argument an Object of Type CalendarMode
 CalendarMode CalendarDesignModel.getMode()
          Returns the mode in which the user can invoke the calendar.
 

Methods in com.cc.framework.ui.model with parameters of type CalendarMode
 void CalendarDesignModel.setMode(CalendarMode mode)
          Sets the mode in which the user can invoke the calendar.
 

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

Fields in com.cc.framework.ui.model.imp declared as CalendarMode
private  CalendarMode CalendarDesignModelImp.mode
          The mode controls how the calendar window should behave.
 

Methods in com.cc.framework.ui.model.imp that return CalendarMode
 CalendarMode CalendarDesignModelImp.getMode()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type CalendarMode
 void CalendarDesignModelImp.setMode(CalendarMode mode)
           
 



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