Uses of Class
com.saperion.ngc.resultset.DraggableListItem
-
Packages that use DraggableListItem Package Description com.saperion.ngc.resultset Package for resultset component classes.com.saperion.ngc.resultset.modes Package for resultset rendering modes. -
-
Uses of DraggableListItem in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return DraggableListItem Modifier and Type Method Description DraggableListItemResultSetMode. createListitem(ResultProperties properties)Creates a listitem.DraggableListItemResultSetView. getSelectedItem()Deprecated.useResultSetView.getSelectedListItem()instead.DraggableListItemResultSetViewImpl. getSelectedItem()Deprecated.useResultSetViewImpl.getSelectedListItem()instead.DraggableListItemResultListImpl. getSelectedListItem()Methods in com.saperion.ngc.resultset that return types with arguments of type DraggableListItem Modifier and Type Method Description java.util.Set<DraggableListItem>ResultSetView. getSelectedItems()Deprecated.useResultSetView.getSelectedListItems()instead.java.util.Set<DraggableListItem>ResultSetViewImpl. getSelectedItems()Deprecated.useResultSetViewImpl.getSelectedListItems()instead.Methods in com.saperion.ngc.resultset with parameters of type DraggableListItem Modifier and Type Method Description voidResultSetView. setDocumentRead(DraggableListItem item)Deprecated.useResultSetView.setDocumentRead(ResultListItem)instead.voidResultSetViewImpl. setDocumentRead(DraggableListItem item)Deprecated.useResultSetViewImpl.setDocumentRead(ResultListItem)instead.voidResultSetView. setDocumentUnread(DraggableListItem item)Deprecated.useResultSetView.setDocumentUnread(ResultListItem)instead.voidResultSetViewImpl. setDocumentUnread(DraggableListItem item)Deprecated.useResultSetViewImpl.setDocumentUnread(ResultListItem)instead. -
Uses of DraggableListItem in com.saperion.ngc.resultset.modes
Methods in com.saperion.ngc.resultset.modes that return DraggableListItem Modifier and Type Method Description DraggableListItemComplexResultSetMode. createListitem(ResultProperties properties)Creates a listitem.DraggableListItemLookupResultSetMode. createListitem(ResultProperties properties)Creates a listitem.DraggableListItemSimpleResultSetMode. createListitem(ResultProperties properties)Creates a listitem.
-