|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Paginated
Indicates a component that can be controller by an external paging
controller (i.e., an instance of Paginal
).
Paginated
: a multi-page component whose pagination
is controlled by an external page controlle (Paginal
).Paginal
: the paging controller used to control
the pagination of Paginated
.Pageable
: a multi-page component that handles pagination
by itself.
Paginal
Method Summary | |
---|---|
java.lang.String |
getPagingPosition()
Returns the paging position if the component contains a paging component. |
Method Detail |
---|
java.lang.String getPagingPosition()
Possible values: top, bottom and both.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |