|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoryPageRow | |
---|---|
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 CategoryPageRow in org.drools.guvnor.client.rpc |
---|
Methods in org.drools.guvnor.client.rpc that return types with arguments of type CategoryPageRow | |
---|---|
PageResponse<CategoryPageRow> |
CategoryService.loadRuleListForCategories(CategoryPageRequest request)
Return a list of Assets by category. |
Method parameters in org.drools.guvnor.client.rpc with type arguments of type CategoryPageRow | |
---|---|
void |
CategoryServiceAsync.loadRuleListForCategories(CategoryPageRequest p0,
com.google.gwt.user.client.rpc.AsyncCallback<PageResponse<CategoryPageRow>> cb)
|
Uses of CategoryPageRow in org.drools.guvnor.client.widgets.tables |
---|
Method parameters in org.drools.guvnor.client.widgets.tables with type arguments of type CategoryPageRow | |
---|---|
protected void |
CategoryPagedTable.addAncillaryColumns(ColumnPicker<CategoryPageRow> columnPicker,
SortableHeaderGroup<CategoryPageRow> sortableHeaderGroup)
|
protected void |
CategoryPagedTable.addAncillaryColumns(ColumnPicker<CategoryPageRow> columnPicker,
SortableHeaderGroup<CategoryPageRow> sortableHeaderGroup)
|
Uses of CategoryPageRow in org.drools.guvnor.server |
---|
Methods in org.drools.guvnor.server that return types with arguments of type CategoryPageRow | |
---|---|
PageResponse<CategoryPageRow> |
RepositoryCategoryService.loadRuleListForCategories(CategoryPageRequest request)
|
protected PageResponse<CategoryPageRow> |
RepositoryCategoryOperations.loadRuleListForCategories(CategoryPageRequest request)
|
Uses of CategoryPageRow in org.drools.guvnor.server.builder.pagerow |
---|
Methods in org.drools.guvnor.server.builder.pagerow that return types with arguments of type CategoryPageRow | |
---|---|
List<CategoryPageRow> |
CategoryRuleListPageRowBuilder.createRows(PageRequest pageRequest,
Iterator<AssetItem> iterator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |