Uses of Class
org.overlord.sramp.ui.client.places.AbstractPagedPlace

Packages that use AbstractPagedPlace
org.overlord.sramp.ui.client.places   
org.overlord.sramp.ui.client.widgets   
 

Uses of AbstractPagedPlace in org.overlord.sramp.ui.client.places
 

Subclasses of AbstractPagedPlace in org.overlord.sramp.ui.client.places
 class BrowsePlace
          Place: /dashboard/browse
 

Methods in org.overlord.sramp.ui.client.places with parameters of type AbstractPagedPlace
static String PlaceUtils.createPlaceToken(AbstractPagedPlace place, Object... extraParams)
          Common place token creation for places that support pagination.
static void PlaceUtils.fillPagedPlace(AbstractPagedPlace place, Map<String,String> params)
          Fills in the paged place with params found in the map.
 

Uses of AbstractPagedPlace in org.overlord.sramp.ui.client.widgets
 

Methods in org.overlord.sramp.ui.client.widgets that return AbstractPagedPlace
protected abstract  AbstractPagedPlace DataTableWithPager.createPagerPlace(AbstractPagedPlace currentPlace)
          Factory method for creating a place.
 

Methods in org.overlord.sramp.ui.client.widgets with parameters of type AbstractPagedPlace
protected abstract  AbstractPagedPlace DataTableWithPager.createPagerPlace(AbstractPagedPlace currentPlace)
          Factory method for creating a place.
 void DataTableWithPager.setRowData(List<T> rowData, AbstractPagedPlace currentPlace, int defaultPageSize, boolean hasMoreRows)
          Sets the table's row data.
 



Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.