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

Packages that use FormMethod
com.cc.framework.ui   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
 

Uses of FormMethod in com.cc.framework.ui
 

Fields in com.cc.framework.ui declared as FormMethod
static FormMethod FormMethod.GET
          method: GET
static FormMethod FormMethod.POST
          method: POST
private static FormMethod[] FormMethod.ALL
          Collection with all types
 

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

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

Methods in com.cc.framework.ui.model that return FormMethod
 FormMethod FormDesignModel.getMethod()
          Returns in which way Data should by submitted to the Server.
 

Methods in com.cc.framework.ui.model with parameters of type FormMethod
 void FormDesignModel.setMethod(FormMethod method)
          Sets the FormMethod
 

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

Fields in com.cc.framework.ui.model.imp declared as FormMethod
private  FormMethod FormDesignModelImp.method
          Method to submit the form
 

Methods in com.cc.framework.ui.model.imp that return FormMethod
 FormMethod FormDesignModelImp.getMethod()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type FormMethod
 void FormDesignModelImp.setMethod(FormMethod method)
           
 



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