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

Packages that use PermissionsPageRow
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 PermissionsPageRow in org.drools.guvnor.client.rpc
 

Methods in org.drools.guvnor.client.rpc that return types with arguments of type PermissionsPageRow
 PageResponse<PermissionsPageRow> RepositoryService.listUserPermissions(PageRequest request)
           
 

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

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

Fields in org.drools.guvnor.client.widgets.tables with type parameters of type PermissionsPageRow
protected  com.google.gwt.view.client.SingleSelectionModel<PermissionsPageRow> PermissionsPagedTableView.selectionModel
           
 

Methods in org.drools.guvnor.client.widgets.tables that return types with arguments of type PermissionsPageRow
 com.google.gwt.view.client.SingleSelectionModel<PermissionsPageRow> PermissionsPagedTableView.getSelectionModel()
           
 

Method parameters in org.drools.guvnor.client.widgets.tables with type arguments of type PermissionsPageRow
protected  void PermissionsPagedTableView.addAncillaryColumns(ColumnPicker<PermissionsPageRow> columnPicker, SortableHeaderGroup<PermissionsPageRow> sortableHeaderGroup)
           
protected  void PermissionsPagedTableView.addAncillaryColumns(ColumnPicker<PermissionsPageRow> columnPicker, SortableHeaderGroup<PermissionsPageRow> sortableHeaderGroup)
           
 void PermissionsPagedTableView.setOpenSelectedCommand(com.google.gwt.view.client.AsyncDataProvider<PermissionsPageRow> dataProvider)
           
 

Uses of PermissionsPageRow in org.drools.guvnor.server
 

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

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

Methods in org.drools.guvnor.server.builder.pagerow that return types with arguments of type PermissionsPageRow
 List<PermissionsPageRow> PermissionPageRowBuilder.build()
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.