public class PageSelectionEvent extends com.google.gwt.event.shared.GwtEvent<PageSelectionEvent.PageSelectionHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PageSelectionEvent.PageSelectionHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<PageSelectionEvent.PageSelectionHandler> |
TYPE |
| Constructor and Description |
|---|
PageSelectionEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(PageSelectionEvent.PageSelectionHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<PageSelectionEvent.PageSelectionHandler> |
getAssociatedType() |
int |
getPageFrom() |
int |
getPageTo() |
int |
getTotalPage() |
void |
setPageFrom(int pageFrom) |
void |
setPageTo(int pageTo) |
void |
setTotalPage(int totalPage) |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<PageSelectionEvent.PageSelectionHandler> TYPE
public PageSelectionEvent()
public com.google.gwt.event.shared.GwtEvent.Type<PageSelectionEvent.PageSelectionHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PageSelectionEvent.PageSelectionHandler>protected void dispatch(PageSelectionEvent.PageSelectionHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<PageSelectionEvent.PageSelectionHandler>public int getPageFrom()
public void setPageFrom(int pageFrom)
public int getPageTo()
public void setPageTo(int pageTo)
public int getTotalPage()
public void setTotalPage(int totalPage)
Copyright © 2018. All rights reserved.