|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFacePageProvider
Field Summary | |
---|---|
static int |
LAST
|
Method Summary | |
---|---|
int |
getCurrentPage()
|
java.util.Collection |
getPage(int page)
Ritorna una collezione con tutte le righe che formano la pagina di indice page richiesto. |
int |
getPageSize()
Ritorna il numero di righe per pagina. |
IFaceRowProvider |
getRowProvider()
Restituisce il row provider associato. |
int |
pages()
Ritorna il numero di pagine previste. |
void |
reload()
Notifica al componente di ricaricare i dati dei quali fa cacheing. |
void |
setPageSize(int size)
Imposta il numero di righe per pagina. |
void |
setRowProvider(IFaceRowProvider rowProvider)
Imposta il row provider associato. |
Field Detail |
---|
static final int LAST
Method Detail |
---|
void reload()
AbstractPageProvider.init(SourceBean)
IFaceRowProvider getRowProvider()
IFaceRowProvider
IFaceRowProvider
void setRowProvider(IFaceRowProvider rowProvider)
rowProvider
- IFaceRowProvider
IFaceRowProvider
int getPageSize()
int
void setPageSize(int size)
size
- int
int pages()
int
java.util.Collection getPage(int page)
page
- int
Vector
int getCurrentPage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |