net.contextfw.web.application.elements.enhanced
Class CollectionElement<T>
java.lang.Object
net.contextfw.web.application.elements.enhanced.CollectionElement<T>
- All Implemented Interfaces:
- CSimpleElement
public class CollectionElement<T>
- extends Object
- implements CSimpleElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionElement
public CollectionElement(String itemName,
Builder<T> itemBuilder)
CollectionElement
public CollectionElement(Builder<T> itemBuilder)
build
public void build(DOMBuilder b)
- Specified by:
build in interface CSimpleElement
setCollection
public void setCollection(Iterable<T> collection)
Copyright © 2010. All Rights Reserved.