Uses of Class
com.saperion.ngc.resultset.ResultSetViewImpl
Packages that use ResultSetViewImpl
Package
Description
Package for client dialog classes.
Package for all ZK events.
Package for main iForm components.
Package for resultset component classes.
Package for resultset context menu classes.
Package for resultset rendering modes.
Package for viewer component classes.
-
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 voidRevisionHistoryDialog.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.events
Methods in com.saperion.ngc.events that return ResultSetViewImplMethods in com.saperion.ngc.events with parameters of type ResultSetViewImplModifier and TypeMethodDescriptionvoidBaseWindow.postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode, ResultSetViewImpl view) voidEventChildHandler.postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode, ResultSetViewImpl view) voidEventChildHandlerImpl.postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode, ResultSetViewImpl view) Constructors in com.saperion.ngc.events with parameters of type ResultSetViewImplModifierConstructorDescriptionDisplayPopupEvent(org.zkoss.zk.ui.Component target, DocumentId id, boolean isWithCtrl, boolean editMode, ResultSetViewImpl resultSetView) Constructor. -
Uses of ResultSetViewImpl in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform with parameters of type ResultSetViewImplModifier and TypeMethodDescriptionstatic voidElementUtil.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.OnEditDocumentEventListenerResultSetEventListenerFactory.getOnEditDocumentEventListener(ResultSetViewImpl view) static com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnFilterEventListenerResultSetEventListenerFactory.getOnFilterEventListener(ResultSetViewImpl view) static com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnFilterTimerEventListenerResultSetEventListenerFactory.getOnFilterTimerEventListener(ResultSetViewImpl view, ResultSetPresenter viewPresenter) static com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnKeyListenerEventListenerResultSetEventListenerFactory.getOnKeyListenerEventListener(ResultSetPresenter presenter, ResultSetViewImpl view) static com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnPopupSortEventListenerResultSetEventListenerFactory.getOnPopupSortEventListener(org.zkoss.zul.Listheader header, SortDirection direction, ResultSetViewImpl view) static com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnSortEventListenerResultSetEventListenerFactory.getOnSortEventListener(ResultSetViewImpl view) voidResultList.init(ResultSetViewImpl parent, ResultSetPresenter presenter) Gets called directly after the new instance was created.voidResultListImpl.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 newContextMenuVisibilityinstance for items that do not need the result of the item analyzer.ContextMenuVisibility(ResultSetViewImpl view, User user, ItemAnalyzeResult analyze) Creates a newContextMenuVisibilityinstance.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 ResultSetViewImplAbstractResultSetMode.parentViewResultSetViewImplthis 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. -
Uses of ResultSetViewImpl in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that return ResultSetViewImplConstructors in com.saperion.ngc.viewer with parameters of type ResultSetViewImplModifierConstructorDescriptionOpenDocumentBean(DocumentId documentId, boolean currentRevision, boolean editMode, ResultSetViewImpl view, List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elementList, InputStream pageStream) Instantiates a new open document bean.