public interface PageRowBuilder<REQUEST extends org.uberfire.paging.PageRequest,CONTENT>
Modifier and Type | Method and Description |
---|---|
List<? extends org.uberfire.paging.AbstractPageRow> |
build() |
void |
validate() |
PageRowBuilder<REQUEST,CONTENT> |
withContent(CONTENT pageRequest) |
PageRowBuilder<REQUEST,CONTENT> |
withIdentity(org.uberfire.security.Identity identity) |
PageRowBuilder<REQUEST,CONTENT> |
withPageRequest(REQUEST pageRequest) |
List<? extends org.uberfire.paging.AbstractPageRow> build()
void validate()
PageRowBuilder<REQUEST,CONTENT> withPageRequest(REQUEST pageRequest)
PageRowBuilder<REQUEST,CONTENT> withIdentity(org.uberfire.security.Identity identity)
PageRowBuilder<REQUEST,CONTENT> withContent(CONTENT pageRequest)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.