Uses of Interface
org.jboss.seam.xml.fieldset.FieldValueObject

Packages that use FieldValueObject
org.jboss.seam.xml.core   
org.jboss.seam.xml.fieldset   
org.jboss.seam.xml.model   
 

Uses of FieldValueObject in org.jboss.seam.xml.core
 

Methods in org.jboss.seam.xml.core that return types with arguments of type FieldValueObject
 List<FieldValueObject> BeanResult.getFieldValues()
           
 

Constructor parameters in org.jboss.seam.xml.core with type arguments of type FieldValueObject
BeanResult(Class<X> type, boolean readAnnotations, BeanResultType beanType, List<FieldValueObject> fieldValues, List<BeanResult<?>> inlineBeans, javax.enterprise.inject.spi.BeanManager beanManager)
           
 

Uses of FieldValueObject in org.jboss.seam.xml.fieldset
 

Classes in org.jboss.seam.xml.fieldset that implement FieldValueObject
 class ArrayFieldSet
          class responsible for setting the value of array properties.
 class CollectionFieldSet
          class responsible for setting the value of collection properties.
 class MapFieldSet
          class responsible for setting the value of map properties.
 class SimpleFieldValue
          Field value object for a simple field
 

Constructor parameters in org.jboss.seam.xml.fieldset with type arguments of type FieldValueObject
InjectionTargetWrapper(javax.enterprise.inject.spi.InjectionTarget<T> target, List<FieldValueObject> fieldValues, javax.enterprise.inject.spi.BeanManager manager)
           
 

Uses of FieldValueObject in org.jboss.seam.xml.model
 

Methods in org.jboss.seam.xml.model that return FieldValueObject
 FieldValueObject PropertyXmlItem.getFieldValue()
           
 



Copyright © 2010 Seam Framework. All Rights Reserved.