Uses of Class
com.saperion.ngc.resultset.ResultSetViewImpl
Packages that use ResultSetViewImpl
Package
Description
Package for client dialog classes.
Package for main iForm components.
Package for resultset component classes.
Package for resultset context menu classes.
Package for resultset rendering modes.
-
Uses of ResultSetViewImpl in com.saperion.ngc.dialogs
Methods in com.saperion.ngc.dialogs with parameters of type ResultSetViewImplModifier and TypeMethodDescriptionRevisionHistoryDialog.RevisionListModel.create
(ResultSetPresenter resultPresenter, ResultSetViewImpl view, DocumentId docId, String maskName) Factory method.static void
RevisionHistoryDialog.show
(ResultSetPresenter resultPresenter, ResultSetViewImpl view, DocumentId docId, String maskName) Shows the revision history.Constructors in com.saperion.ngc.dialogs with parameters of type ResultSetViewImplModifierConstructorDescriptionRevisionListModel
(List<String> versionIds, ResultSetPresenter resultPresenter, DocumentId documentId, String maskName, ResultSetViewImpl resultView, boolean historyAllowed) Constructor.RevisionListRenderer
(boolean enableShowRevisions, ResultSetViewImpl resultSetView) Constructor. -
Uses of ResultSetViewImpl in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform with parameters of type ResultSetViewImplModifier and TypeMethodDescriptionstatic void
ElementUtil.updateFromQBE
(ResultSetViewImpl element, com.saperion.ngc.iform.xml.ResultType definition, boolean stretch, com.saperion.ngc.iform.xml.PosType panePos) Setup resultset element. -
Uses of ResultSetViewImpl in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset with parameters of type ResultSetViewImplModifier and TypeMethodDescriptionstatic com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnEditDocumentEventListener
ResultSetEventListenerFactory.getOnEditDocumentEventListener
(ResultSetViewImpl view) static com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnFilterEventListener
ResultSetEventListenerFactory.getOnFilterEventListener
(ResultSetViewImpl view) static com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnFilterTimerEventListener
ResultSetEventListenerFactory.getOnFilterTimerEventListener
(ResultSetViewImpl view, ResultSetPresenter viewPresenter) static com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnKeyListenerEventListener
ResultSetEventListenerFactory.getOnKeyListenerEventListener
(ResultSetPresenter presenter, ResultSetViewImpl view) static com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnPopupSortEventListener
ResultSetEventListenerFactory.getOnPopupSortEventListener
(org.zkoss.zul.Listheader header, SortDirection direction, ResultSetViewImpl view) static com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnSortEventListener
ResultSetEventListenerFactory.getOnSortEventListener
(ResultSetViewImpl view) void
ResultList.init
(ResultSetViewImpl parent, ResultSetPresenter presenter) Gets called directly after the new instance was created.void
ResultListImpl.init
(ResultSetViewImpl parent, ResultSetPresenter presenter) Constructors in com.saperion.ngc.resultset with parameters of type ResultSetViewImplModifierConstructorDescriptionContextMenuItemFactory
(ResultSetViewImpl parentView, ResultSetPresenter parentPresenter, com.saperion.ngc.iform.xml.ResultType def, ResultSetViewImpl.ViewMode viewMode) Constructor.ContextMenuVisibility
(ResultSetViewImpl view, User user) Creates a newContextMenuVisibility
instance for items that do not need the result of the item analyzer.ContextMenuVisibility
(ResultSetViewImpl view, User user, ItemAnalyzeResult analyze) Creates a newContextMenuVisibility
instance.DraggableListItem
(ResultProperties properties, ResultSetViewImpl view) Constructs a new DraggableListItem.ResultContextMenu
(ResultSetViewImpl parentView, ResultSetPresenter parentPresenter, com.saperion.ngc.iform.xml.ResultType def, ResultSetViewImpl.ViewMode viewMode, boolean forEmpty) Constructor.ResultContextMenu
(ResultSetViewImpl parentView, ResultSetPresenter parentPresenter, com.saperion.ngc.iform.xml.ResultType def, ResultSetViewImpl.ViewMode viewMode, boolean forEmpty, boolean isDisabled) Constructor.Constructor for iForm use.StatusCell
(ResultProperties properties, ResultSetPresenter resultPresenter, ResultSetViewImpl view) Creates a new StatusCell. -
Uses of ResultSetViewImpl in com.saperion.ngc.resultset.modes
Fields in com.saperion.ngc.resultset.modes declared as ResultSetViewImplModifier and TypeFieldDescriptionprotected final ResultSetViewImpl
AbstractResultSetMode.parentView
ResultSetViewImpl
this mode is used for.Constructors in com.saperion.ngc.resultset.modes with parameters of type ResultSetViewImplModifierConstructorDescriptionAbstractResultSetMode
(Map<String, com.saperion.intf.SaFieldDescription> fields, ResultSetViewImpl parent) Default constructor.ComplexResultSetMode
(ResultSetViewImpl view, ResultSetPresenter presenter, List<ResultProperties> filteredProperties, String[] fieldsToDisplay, Map<String, com.saperion.intf.SaFieldDescription> fieldDescs) Creates a new ComplexMode.LookupResultSetMode
(ResultSetViewImpl view, ResultSetPresenter presenter, List<ResultProperties> filteredProperties, String[] fieldsToDisplay, boolean isSelect, Map<String, com.saperion.intf.SaFieldDescription> fieldDescs) Creates a new ComplexMode.SimpleResultSetMode
(ResultSetViewImpl view, ResultSetPresenter presenter) Creates a new SimpleMode.