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

Packages that use LogPageRow
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 This package contains server side code for the repository. 
org.drools.guvnor.server.builder.pagerow   
 

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

Methods in org.drools.guvnor.client.rpc that return types with arguments of type LogPageRow
 PageResponse<LogPageRow> RepositoryService.showLog(PageRequest request)
          This will list log entries logged by the server.
 

Method parameters in org.drools.guvnor.client.rpc with type arguments of type LogPageRow
 void RepositoryServiceAsync.showLog(PageRequest p0, com.google.gwt.user.client.rpc.AsyncCallback<PageResponse<LogPageRow>> cb)
           
 

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

Method parameters in org.drools.guvnor.client.widgets.tables with type arguments of type LogPageRow
protected  void LogPagedTable.addAncillaryColumns(ColumnPicker<LogPageRow> columnPicker, SortableHeaderGroup<LogPageRow> sortableHeaderGroup)
           
protected  void LogPagedTable.addAncillaryColumns(ColumnPicker<LogPageRow> columnPicker, SortableHeaderGroup<LogPageRow> sortableHeaderGroup)
           
 

Uses of LogPageRow in org.drools.guvnor.server
 

Methods in org.drools.guvnor.server that return types with arguments of type LogPageRow
 PageResponse<LogPageRow> ServiceImplementation.showLog(PageRequest request)
           
 

Uses of LogPageRow in org.drools.guvnor.server.builder.pagerow
 

Methods in org.drools.guvnor.server.builder.pagerow that return types with arguments of type LogPageRow
 List<LogPageRow> LogPageRowBuilder.createRows(PageRequest pageRequest, LogEntry[] logEntries)
           
 



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