Interface PagingToolBarBaseAppearance.PagingToolBarResources
-
- All Known Subinterfaces:
BluePagingToolBarAppearance.BluePagingToolBarResources,GrayPagingToolBarAppearance.GrayPagingToolBarResources
- Enclosing class:
- PagingToolBarBaseAppearance
public static interface PagingToolBarBaseAppearance.PagingToolBarResources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.ImageResourcefirst()com.google.gwt.resources.client.ImageResourcelast()com.google.gwt.resources.client.ImageResourceloading()com.google.gwt.resources.client.ImageResourcenext()com.google.gwt.resources.client.ImageResourceprev()com.google.gwt.resources.client.ImageResourcerefresh()
-
-
-
Method Detail
-
first
com.google.gwt.resources.client.ImageResource first()
-
prev
com.google.gwt.resources.client.ImageResource prev()
-
next
com.google.gwt.resources.client.ImageResource next()
-
last
com.google.gwt.resources.client.ImageResource last()
-
refresh
com.google.gwt.resources.client.ImageResource refresh()
-
loading
com.google.gwt.resources.client.ImageResource loading()
-
-