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

Packages that use RecurrenceType
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.painter.def   
 

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

Fields in com.cc.framework.ui.control declared as RecurrenceType
private  RecurrenceType RecurrencePatternControl.type
          DataModel
 

Methods in com.cc.framework.ui.control that return RecurrenceType
 RecurrenceType RecurrencePatternControl.getRecurrenceType()
           
 

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

Fields in com.cc.framework.ui.model declared as RecurrenceType
static RecurrenceType RecurrenceType.NONE
          Recurrence Type: none
static RecurrenceType RecurrenceType.DAILY
          Recurrence Type: daily
static RecurrenceType RecurrenceType.WEEKLY
          Recurrence Type: weekly
static RecurrenceType RecurrenceType.MONTHLY
          Recurrence Type: monthly
static RecurrenceType RecurrenceType.MONTHLY_NTH
          Recurrence Type: monthlyNth
static RecurrenceType RecurrenceType.YEARLY
          Recurrence Type: yearly
static RecurrenceType RecurrenceType.YEARLY_NTH
          Recurrence Type: yearlyNth
private static RecurrenceType[] RecurrenceType.ALL
          List with all Elements
 

Methods in com.cc.framework.ui.model that return RecurrenceType
static RecurrenceType RecurrenceType.parse(java.lang.String code)
          Creates for the argument an Object of Type RecurType
 RecurrenceType RecurrencePattern.getRecurrenceType()
           
 

Methods in com.cc.framework.ui.model with parameters of type RecurrenceType
 void RecurrencePattern.setPattern(RecurrenceType recurType, int dayOfMonth, int dayOfWeekMask, int instance, int interval, int monthOfYear)
          Sets the recurrence pattern fields
 

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

Fields in com.cc.framework.ui.model.imp declared as RecurrenceType
private  RecurrenceType RecurrencePatternImp.recurType
          Recurrence Type
 

Methods in com.cc.framework.ui.model.imp that return RecurrenceType
 RecurrenceType RecurrencePatternImp.getRecurrenceType()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type RecurrenceType
 void RecurrencePatternImp.setPattern(RecurrenceType recurType, int dayOfMonth, int dayOfWeekMask, int instance, int interval, int monthOfYear)
           
 

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

Methods in com.cc.framework.ui.painter.def with parameters of type RecurrenceType
protected  org.apache.ecs.ConcreteElement DefRecurrencePatternPainter.doCreateSection(RecurrenceType type, org.apache.ecs.ConcreteElement body)
          Creates the wrapper element for a section
 



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