Package | Description |
---|---|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
com.saperion.ngc.resultset.modes |
Package for resultset rendering modes.
|
Modifier and Type | Method and Description |
---|---|
DraggableListItem |
ResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
DraggableListItem |
ResultSetViewImpl.getSelectedItem()
Deprecated.
use
ResultSetViewImpl.getSelectedListItem() instead. Will be removed in 8.1. |
DraggableListItem |
ResultSetView.getSelectedItem()
Deprecated.
use
ResultSetView.getSelectedListItem() instead. Will be removed in 8.1. |
DraggableListItem |
ResultListImpl.getSelectedListItem() |
Modifier and Type | Method and Description |
---|---|
Set<DraggableListItem> |
ResultSetViewImpl.getSelectedItems()
Deprecated.
use
ResultSetViewImpl.getSelectedListItems() instead. Will be removed in 8.1. |
Set<DraggableListItem> |
ResultSetView.getSelectedItems()
Deprecated.
use
ResultSetView.getSelectedListItems() instead. Will be removed in 8.1. |
Modifier and Type | Method and Description |
---|---|
void |
ResultSetViewImpl.setDocumentRead(DraggableListItem item)
Deprecated.
use
ResultSetViewImpl.setDocumentRead(ResultListItem) instead. Will be removed in 8.1. |
void |
ResultSetView.setDocumentRead(DraggableListItem item)
Deprecated.
use
ResultSetView.setDocumentRead(ResultListItem) instead. Will be removed in 8.1. |
void |
ResultSetViewImpl.setDocumentUnread(DraggableListItem item)
Deprecated.
use
ResultSetViewImpl.setDocumentUnread(ResultListItem) instead. Will be removed in 8.1. |
void |
ResultSetView.setDocumentUnread(DraggableListItem item)
Deprecated.
use
ResultSetView.setDocumentUnread(ResultListItem) instead. Will be removed in 8.1. |
Modifier and Type | Method and Description |
---|---|
DraggableListItem |
SimpleResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
DraggableListItem |
LookupResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
DraggableListItem |
ComplexResultSetMode.createListitem(ResultProperties properties)
Creates a listitem.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.