Package org.opencms.ui.dataview
Interface CmsPagingControls.I_PagingCallback
- Enclosing class:
- CmsPagingControls
public static interface CmsPagingControls.I_PagingCallback
Callback which is called when the user changes the page.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
pageChanged
(int page) Method which is called when the user changes the page.
-
Method Details
-
pageChanged
Method which is called when the user changes the page.- Parameters:
page
- the page number
-