|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InboxPageRow | |
---|---|
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 InboxPageRow in org.drools.guvnor.client.rpc |
---|
Subclasses of InboxPageRow in org.drools.guvnor.client.rpc | |
---|---|
class |
InboxIncomingPageRow
A single row of a paged data |
Methods in org.drools.guvnor.client.rpc that return types with arguments of type InboxPageRow | |
---|---|
PageResponse<InboxPageRow> |
RepositoryService.loadInbox(InboxPageRequest request)
Load the data for a given inbox for the currently logged in user. |
Method parameters in org.drools.guvnor.client.rpc with type arguments of type InboxPageRow | |
---|---|
void |
RepositoryServiceAsync.loadInbox(InboxPageRequest p0,
com.google.gwt.user.client.rpc.AsyncCallback<PageResponse<InboxPageRow>> cb)
|
Uses of InboxPageRow in org.drools.guvnor.client.widgets.tables |
---|
Method parameters in org.drools.guvnor.client.widgets.tables with type arguments of type InboxPageRow | |
---|---|
protected void |
InboxIncomingPagedTable.addAncillaryColumns(ColumnPicker<InboxPageRow> columnPicker,
SortableHeaderGroup<InboxPageRow> sortableHeaderGroup)
|
protected void |
InboxIncomingPagedTable.addAncillaryColumns(ColumnPicker<InboxPageRow> columnPicker,
SortableHeaderGroup<InboxPageRow> sortableHeaderGroup)
|
protected void |
InboxPagedTable.addAncillaryColumns(ColumnPicker<InboxPageRow> columnPicker,
SortableHeaderGroup<InboxPageRow> sortableHeaderGroup)
|
protected void |
InboxPagedTable.addAncillaryColumns(ColumnPicker<InboxPageRow> columnPicker,
SortableHeaderGroup<InboxPageRow> sortableHeaderGroup)
|
Uses of InboxPageRow in org.drools.guvnor.server |
---|
Methods in org.drools.guvnor.server that return types with arguments of type InboxPageRow | |
---|---|
PageResponse<InboxPageRow> |
ServiceImplementation.loadInbox(InboxPageRequest request)
|
Uses of InboxPageRow in org.drools.guvnor.server.builder.pagerow |
---|
Methods in org.drools.guvnor.server.builder.pagerow that return types with arguments of type InboxPageRow | |
---|---|
List<InboxPageRow> |
InboxPageRowBuilder.createRows(InboxPageRequest pageRequest,
Iterator<UserInfo.InboxEntry> iterator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |