net.contextfw.web.application.elements.enhanced
Class CollectionElement<T>

java.lang.Object
  extended by net.contextfw.web.application.elements.enhanced.CollectionElement<T>
All Implemented Interfaces:
CSimpleElement

public class CollectionElement<T>
extends Object
implements CSimpleElement


Constructor Summary
CollectionElement(Builder<T> itemBuilder)
           
CollectionElement(String itemName, Builder<T> itemBuilder)
           
 
Method Summary
 void build(DOMBuilder b)
           
 void setCollection(Iterable<T> collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionElement

public CollectionElement(String itemName,
                         Builder<T> itemBuilder)

CollectionElement

public CollectionElement(Builder<T> itemBuilder)
Method Detail

build

public void build(DOMBuilder b)
Specified by:
build in interface CSimpleElement

setCollection

public void setCollection(Iterable<T> collection)


Copyright © 2010. All Rights Reserved.