public interface Pageable
Modifier and Type | Method and Description |
---|---|
PageControl |
getPageControl() |
boolean |
isPagingEnabled() |
void |
setPagingEnabled(boolean b)
Turns the paging behavior on or off.
|
void setPagingEnabled(boolean b)
b
- true
if the paging should be controlled via the
getPageControl()
isPagingEnabled()
boolean isPagingEnabled()
true
if the paging behavior is on,
false
otherwisesetPagingEnabled(boolean)
PageControl getPageControl()
Copyright © 2003–2020 XDEV Software. All rights reserved.