Class WebResourceReferenceCollection
java.lang.Object
com.foreach.across.modules.web.resource.WebResourceReferenceCollection
- All Implemented Interfaces:
- ViewElementBuilder<ContainerViewElement>,- Iterable<WebResourceReference>
public class WebResourceReferenceCollection
extends Object
implements Iterable<WebResourceReference>, ViewElementBuilder<ContainerViewElement>
A collection of 
WebResourceReference items to be rendered.- Since:
- 3.1.3
- Author:
- Marc Vanbrabant
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.foreach.across.modules.web.ui.ViewElementBuilderViewElementBuilder.Wither<T extends ViewElementBuilder>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild(@NonNull ViewElementBuilderContext builderContext) Builds the actual element.iterator()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface com.foreach.across.modules.web.ui.ViewElementBuilderandThen, build, doWith, map, map, postProcess, postProcess
- 
Constructor Details- 
WebResourceReferenceCollection
 
- 
- 
Method Details- 
buildDescription copied from interface:ViewElementBuilderBuilds the actual element.- Specified by:
- buildin interface- ViewElementBuilder<ContainerViewElement>
- Parameters:
- builderContext- provides the context for this build event
- Returns:
- instance to render the element.
 
- 
iterator- Specified by:
- iteratorin interface- Iterable<WebResourceReference>
 
 
-