Package | Description |
---|---|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DraggableListItem
Extended Listitem that supports dragging and holds additional information.
|
Modifier and Type | Method and Description |
---|---|
ResultListItem |
ResultSetViewImpl.getSelectedListItem()
Returns the selected item.
|
ResultListItem |
ResultSetView.getSelectedListItem()
Returns the selected item.
|
ResultListItem |
ResultList.getSelectedListItem() |
Modifier and Type | Method and Description |
---|---|
List<ResultListItem> |
ResultListImpl.getAllListItems() |
List<ResultListItem> |
ResultList.getAllListItems() |
Set<ResultListItem> |
ResultSetViewImpl.getSelectedListItems()
Returns all selected items.
|
Set<ResultListItem> |
ResultSetView.getSelectedListItems()
Returns all selected items.
|
List<ResultListItem> |
ResultListImpl.getSelectedListItems() |
List<ResultListItem> |
ResultList.getSelectedListItems() |
Modifier and Type | Method and Description |
---|---|
void |
ResultSetViewImpl.setDocumentRead(ResultListItem item)
Sets the specified item's state to 'read' without creating a new revision.
|
void |
ResultSetView.setDocumentRead(ResultListItem item)
Sets the specified item's state to 'read' without creating a new revision.
|
void |
ResultSetPresenter.setDocumentRead(ResultListItem item)
Sets the specified document's state to 'read'.
|
void |
ResultSetViewImpl.setDocumentUnread(ResultListItem item)
Sets the specified item's state to 'unread' without creating a new revision.
|
void |
ResultSetView.setDocumentUnread(ResultListItem item)
Sets the specified item's state to 'unread' without creating a new revision.
|
void |
ResultSetPresenter.setDocumentUnread(ResultListItem item)
Sets the specified document's state to 'unread'.
|
void |
ResultSetViewImpl.updateListItem(ResultListItem item) |
void |
ResultSetView.updateListItem(ResultListItem item)
Updates the specified item in the list.
|
void |
ResultSetPresenter.updateListItem(ResultListItem item)
Updated the specified listitem in the contained
ResultList as well as in the current result
stored in the QueryService . |
Modifier and Type | Method and Description |
---|---|
ItemAnalyzeResult |
ResultSetPresenter.analyzeItems(Collection<ResultListItem> items,
boolean useAttachment)
Analyze the items.
|
WorkflowItemAnalyzeResult |
ResultSetPresenter.analyzeWorkflowItems(Collection<ResultListItem> items)
Analyze the workflow items.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.