public interface PageBuilderFilter
A filter for a PageBuilder.
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Object pageElement,
Object filterCriteria)
Determines whether an element should be added to a page or not.
|
boolean |
accept(Serializable pageElementId,
String pageElementType,
Object filterCriteria)
Determines whether an element should be added to a page or not.
|
boolean accept(Object pageElement, Object filterCriteria)
pageElement - the element that can be accepted or notfilterCriteria - the filter criteria (can be null)true if the element is accepted otherwise falseboolean accept(Serializable pageElementId, String pageElementType, Object filterCriteria)
pageElementId - the ID of the elementpageElementType - the type (class) of the elementfilterCriteria - the filter criteria (can be null)true if the element is accepted otherwise falseCopyright © 2016 bremersee.org. All rights reserved.