Uses of Class
com.cc.framework.ui.FormType

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

Uses of FormType in com.cc.framework.ui
 

Fields in com.cc.framework.ui declared as FormType
static FormType FormType.NONE
          form: NONE
static FormType FormType.SEARCH
          form: SEARCH
static FormType FormType.CREATE
          form: CREATE
static FormType FormType.DISPLAY
          form: DISPLAY
static FormType FormType.EDIT
          form: EDIT
static FormType FormType.HEADER
          form: HEADER
static FormType FormType.INFO
          form: INFO
private static FormType[] FormType.ALL
          Collection of all forms
 

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

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

Methods in com.cc.framework.ui.control that return FormType
 FormType FormControl.getFormType()
          Returns the type of the form
 

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

Methods in com.cc.framework.ui.model that return FormType
 FormType FormDesignModel.getFormType()
          Returns the FormType
 

Methods in com.cc.framework.ui.model with parameters of type FormType
 void FormDesignModel.setFormType(FormType type)
          Sets the FormType
 

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

Fields in com.cc.framework.ui.model.imp declared as FormType
private  FormType FormDesignModelImp.type
          Type of the form
 

Methods in com.cc.framework.ui.model.imp that return FormType
 FormType FormDesignModelImp.getFormType()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type FormType
 void FormDesignModelImp.setFormType(FormType type)
           
 

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

Methods in com.cc.framework.ui.painter.def that return FormType
 FormType DefFormPainter.getFormType()
          Returns the type of the form
 



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