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.jboss.errai.security.shared.api.identity.User 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.jboss.errai.security.shared.api.identity.User identity)
PageRowBuilder<REQUEST,CONTENT> withContent(CONTENT pageRequest)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.