Uses of Class
de.knightsoftnet.mtwidgets.client.ui.widget.PageableList
-
Packages that use PageableList Package Description de.knightsoftnet.mtwidgets.client.ui.widget -
-
Uses of PageableList in de.knightsoftnet.mtwidgets.client.ui.widget
Methods in de.knightsoftnet.mtwidgets.client.ui.widget that return PageableList Modifier and Type Method Description PageableList<T>AdminNavigationWidget. buildSearchResultList()Constructor parameters in de.knightsoftnet.mtwidgets.client.ui.widget with type arguments of type PageableList Constructor Description AdminNavigationWidget(de.knightsoftnet.mtwidgets.client.ui.widget.AdminNavigationWidget.Binder binder, com.gwtplatform.mvp.client.proxy.PlaceManager placeManager, com.google.gwt.place.shared.PlaceHistoryHandler.Historian historian, com.google.inject.Provider<PageableList<T>> searchResultListProvider, com.google.inject.Provider<AdminNavigationSearch> adminNavigationSearchProvider)Constructor for AdminNavigationWidget.
-