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

Packages that use InputFieldType
com.cc.framework.taglib.controls   
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
 

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

Methods in com.cc.framework.taglib.controls with parameters of type InputFieldType
 void TextTag.setInputType(InputFieldType inputType)
          Sets the type of the input field
 

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

Methods in com.cc.framework.ui.control that return InputFieldType
 InputFieldType TextControl.getInputType()
          Returns the Type
 

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

Fields in com.cc.framework.ui.model declared as InputFieldType
static InputFieldType InputFieldType.TEXT
          InputFieldType: TEXT
static InputFieldType InputFieldType.PASSWORD
          InputFieldType: PASSWORD
static InputFieldType InputFieldType.FILE
          InputFieldType: FILE
static InputFieldType InputFieldType.RADIO
          InputFieldType: RADIO
static InputFieldType InputFieldType.CHECKBOX
          InputFieldType: CHECKBOX
static InputFieldType InputFieldType.HIDDEN
          InputFieldType: HIDDEN
private static InputFieldType[] InputFieldType.ALL
          Collection with all elements
 

Methods in com.cc.framework.ui.model that return InputFieldType
 InputFieldType TextDesignModel.getInputType()
          Returns the type of the input field
static InputFieldType InputFieldType.parse(java.lang.String code)
          Creates for the argument an Object of Type InputFieldType
 InputFieldType ColumnTextDesignModel.getInputType()
          Returns the type of the input field
 

Methods in com.cc.framework.ui.model with parameters of type InputFieldType
 void TextDesignModel.setInputType(InputFieldType inputType)
          Sets the type of the input field
 void ColumnTextDesignModel.setInputType(InputFieldType type)
          Sets the type of the input field
 

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

Fields in com.cc.framework.ui.model.imp declared as InputFieldType
private  InputFieldType TextDesignModelImp.inputType
          Type of the input field.
private  InputFieldType ColumnTextDesignModelImp.inputType
          Type of the input field.
 

Methods in com.cc.framework.ui.model.imp that return InputFieldType
 InputFieldType TextDesignModelImp.getInputType()
           
 InputFieldType ColumnTextDesignModelImp.getInputType()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type InputFieldType
 void TextDesignModelImp.setInputType(InputFieldType inputType)
          Sets the type of the input field
 void ColumnTextDesignModelImp.setInputType(InputFieldType inputType)
          Sets the type of the input field
 



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