org.jboss.seam.config.xml.fieldset
Class CollectionFieldSet

java.lang.Object
  extended by org.jboss.seam.config.xml.fieldset.CollectionFieldSet
All Implemented Interfaces:
FieldValueObject

public class CollectionFieldSet
extends Object
implements FieldValueObject

class responsible for setting the value of collection properties. It can deal with the following collection types: -Set -List -Collection -SortedSet -HashSet -ArrayList -TreeSet -LinkedList

Author:
Stuart Douglas

Constructor Summary
CollectionFieldSet(Property<Object> field, List<ValueXmlItem> items)
           
 
Method Summary
 void setValue(Object instance, CreationalContext<?> ctx, BeanManager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionFieldSet

public CollectionFieldSet(Property<Object> field,
                          List<ValueXmlItem> items)
Method Detail

setValue

public void setValue(Object instance,
                     CreationalContext<?> ctx,
                     BeanManager manager)
Specified by:
setValue in interface FieldValueObject


Copyright © 2011 Seam Framework. All Rights Reserved.