Uses of Class
org.drools.guvnor.client.rpc.AbstractPageRow

Packages that use AbstractPageRow
org.drools.guvnor.client.rpc This contains classes used for remote communication with the repository server. 
org.drools.guvnor.client.widgets.tables   
org.drools.guvnor.server.util   
 

Uses of AbstractPageRow in org.drools.guvnor.client.rpc
 

Classes in org.drools.guvnor.client.rpc with type parameters of type AbstractPageRow
 class PageResponse<T extends AbstractPageRow>
          A Page of data for display in a PagedTable
 

Subclasses of AbstractPageRow in org.drools.guvnor.client.rpc
 class AbstractAssetPageRow
          A single row of a paged data
 class AdminArchivedPageRow
          A single row of a paged data
 class AssetPageRow
          A single row of a paged data
 class BuilderResultLine
          Returned by the builder.
 class CategoryPageRow
          A single row of a paged data
 class DependenciesPageRow
          A single row of Dependencies
 class InboxIncomingPageRow
          A single row of a paged data
 class InboxPageRow
          A single row of a paged data
 class LogPageRow
          A single row of the event log
 class PermissionsPageRow
          A single row of User Permissions
 class QueryPageRow
          A single row of a paged data
 class SnapshotComparisonPageRow
          A single row of the Snapshot comparison results
 class StatePageRow
          A single row of a paged data
 

Methods in org.drools.guvnor.client.rpc with parameters of type AbstractPageRow
 int AbstractPageRow.compareTo(AbstractPageRow o)
           
 

Uses of AbstractPageRow in org.drools.guvnor.client.widgets.tables
 

Classes in org.drools.guvnor.client.widgets.tables with type parameters of type AbstractPageRow
 class AbstractPagedTable<T extends AbstractPageRow>
          Widget that shows rows of paged data.
 class AbstractSimpleTable<T extends AbstractPageRow>
          A composite Widget that shows rows of data (not-paged) and a "column picker" to allow columns to be hidden from view.
 

Uses of AbstractPageRow in org.drools.guvnor.server.util
 

Method parameters in org.drools.guvnor.server.util with type arguments of type AbstractPageRow
 void ServiceRowSizeHelper.fixTotalRowSize(PageRequest request, PageResponse<? extends AbstractPageRow> response, long totalRowsCount, int rowsRetrievedCount, boolean bHasMoreRows)
           
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.