org.jboss.seam.xml.fieldset
Class CollectionFieldSet
java.lang.Object
org.jboss.seam.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
|
Method Summary |
void |
setValue(Object instance,
javax.enterprise.context.spi.CreationalContext<?> ctx,
javax.enterprise.inject.spi.BeanManager manager)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionFieldSet
public CollectionFieldSet(org.jboss.weld.extensions.properties.Property<Object> field,
List<ValueXmlItem> items)
setValue
public void setValue(Object instance,
javax.enterprise.context.spi.CreationalContext<?> ctx,
javax.enterprise.inject.spi.BeanManager manager)
- Specified by:
setValue in interface FieldValueObject
Copyright © 2010 Seam Framework. All Rights Reserved.