Uses of Class
project35.mda.model.FieldViewType

Packages that use FieldViewType
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.mda.model This package describes Project35's native data structures that are used to manage an in-memory representation of an XML document. 
project35.mda.schema The package contains classes which are responsible for interpreting the XML schema. 
 

Uses of FieldViewType in project35.desktopDeployment
 

Methods in project35.desktopDeployment with parameters of type FieldViewType
 void RecordViewFactory.setView(FieldViewType fieldViewType, java.lang.Class dataFieldViewClass, java.util.ArrayList additionalParameters)
           
 

Uses of FieldViewType in project35.mda.model
 

Fields in project35.mda.model declared as FieldViewType
static FieldViewType FieldViewType.COMBINATION_FIELD
          combination UI field rendering type
static FieldViewType FieldViewType.DATE_FIELD
          date field UI rendering type
static FieldViewType FieldViewType.DATE_TIME_FIELD
          date field UI rendering type
static FieldViewType FieldViewType.ID_FIELD
          ID Field rendering type
static FieldViewType FieldViewType.N_TYPE_N_VALUE_LIST
          list field UI field rendering type for lists that support only multiple subrecord types and multiple subrecord value
static FieldViewType FieldViewType.N_TYPE_ONE_VALUE_LIST
          list field UI field rendering type for lists that support only multiple subrecord types but only one subrecord value
static FieldViewType FieldViewType.ONE_TYPE_N_VALUE_LIST
          list field UI field rendering type for lists that support only one subrecord type but have multiple values
static FieldViewType FieldViewType.ONE_TYPE_ONE_VALUE_LIST
          list field UI field rendering type for lists that support only one subrecord type and only one subrecord value
static FieldViewType FieldViewType.RADIO_FIELD
          radio field UI rendering type
static FieldViewType FieldViewType.TEXT_FIELD
          text field UI rendering type
static FieldViewType FieldViewType.URI_FIELD
          URI field UI rendering type
 

Methods in project35.mda.model that return FieldViewType
 FieldViewType DataFieldModel.getFieldViewType()
           
 

Methods in project35.mda.model with parameters of type FieldViewType
 void DataFieldModel.setFieldViewType(FieldViewType fieldViewType)
          sets the hint used to render this field model
 

Uses of FieldViewType in project35.mda.schema
 

Constructors in project35.mda.schema with parameters of type FieldViewType
MsvSchemaReader.ValidatedEditFieldModelFactory(FieldValidationServiceFactory fieldValidationServiceFactory, java.lang.Class validatorClass, FieldViewType fieldViewType, boolean isPersistent)
          Constructor.