org.cruxframework.crux.widgets.client.paging
Interface Pager
- All Superinterfaces:
- com.google.gwt.user.client.ui.HasEnabled, com.google.gwt.event.shared.HasHandlers, HasPageHandlers, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
- AbstractPager, NavigationButtonsPager, RandomPager, SequentialPager
public interface Pager
- extends com.google.gwt.user.client.ui.IsWidget, HasPageHandlers, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasEnabled
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
fireEvent |
| Methods inherited from interface com.google.gwt.user.client.ui.HasVisibility |
isVisible, setVisible |
| Methods inherited from interface com.google.gwt.user.client.ui.HasEnabled |
isEnabled, setEnabled |
update
void update(int currentPage,
boolean isLastPage)
setPageable
void setPageable(Pageable pageable)
Copyright © 2015. All rights reserved.