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

Packages that use FieldValue
org.jboss.seam.xml.fieldset   
org.jboss.seam.xml.model   
 

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

Classes in org.jboss.seam.xml.fieldset that implement FieldValue
 class ConstantFieldValue
          Represents a simple field value in an XML document
 class ELFieldValue
          Field value impl for EL expressions
 class InlineBeanFieldValue
          Field value object for an inline bean definition
 

Constructors in org.jboss.seam.xml.fieldset with parameters of type FieldValue
SimpleFieldValue(Class<?> javaObject, org.jboss.weld.extensions.properties.Property<Object> f, FieldValue value, Class<?> type)
           
 

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

Methods in org.jboss.seam.xml.model that return FieldValue
 FieldValue AbstractValueXmlItem.getValue()
           
 



Copyright © 2010 Seam Framework. All Rights Reserved.