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


Method Summary
 void setPageable(Pageable pageable)
           
 void update(int currentPage, boolean isLastPage)
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 
Methods inherited from interface org.cruxframework.crux.widgets.client.event.paging.HasPageHandlers
addPageHandler
 
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
 

Method Detail

update

void update(int currentPage,
            boolean isLastPage)

setPageable

void setPageable(Pageable pageable)


Copyright © 2015. All rights reserved.