public class QueryPageable extends Object implements org.springframework.data.domain.Pageable
| Constructor and Description |
|---|
QueryPageable(com.vaadin.data.provider.Query<?,?> query)
Constructeur.
|
QueryPageable(com.vaadin.data.provider.Query<?,?> query,
boolean ignoreCaseSet)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Pageable |
first() |
boolean |
hasPrevious() |
org.springframework.data.domain.Pageable |
next() |
org.springframework.data.domain.Pageable |
previousOrFirst() |
public QueryPageable(com.vaadin.data.provider.Query<?,?> query)
query - querypublic QueryPageable(com.vaadin.data.provider.Query<?,?> query,
boolean ignoreCaseSet)
query - queryignoreCaseSet - ignoreCaseSetpublic org.springframework.data.domain.Pageable next()
next in interface org.springframework.data.domain.PageablePageable.next()public org.springframework.data.domain.Pageable previousOrFirst()
previousOrFirst in interface org.springframework.data.domain.PageablePageable.previousOrFirst()public org.springframework.data.domain.Pageable first()
first in interface org.springframework.data.domain.PageablePageable.first()public boolean hasPrevious()
hasPrevious in interface org.springframework.data.domain.PageablePageable.hasPrevious()Copyright © 2017 Université de Lorraine. All rights reserved.