Uses of Interface
org.knime.core.webui.node.NodePortWrapper
Packages that use NodePortWrapper
Package
Description
This package contains entities which are used as messages between the core (i.e.
-
Uses of NodePortWrapper in org.knime.core.webui.node
Methods in org.knime.core.webui.node that return NodePortWrapperModifier and TypeMethodDescriptionstatic NodePortWrapperNodePortWrapper.of(org.knime.core.node.workflow.NodeContainer nc, int portIdx, int viewIdx) Convenience method to create aNodePortWrapper-instance. -
Uses of NodePortWrapper in org.knime.core.webui.node.port
Methods in org.knime.core.webui.node.port that return types with arguments of type NodePortWrapperModifier and TypeMethodDescriptionPortViewManager.getDataServiceManager()PortViewManager.getPageResourceManager()PortViewManager.getTableViewManager() -
Uses of NodePortWrapper in org.knime.gateway.api.entity
Methods in org.knime.gateway.api.entity with parameters of type NodePortWrapperModifier and TypeMethodDescriptionstatic PortViewEntPortViewEnt.createPortViewEntAndInitSelectionEventSource(NodePortWrapper npw, PortViewManager manager, BiConsumer<String, Object> eventConsumer) Helper to create a port with and at the same time initialize theSelectionEventSourcewhile also determining the initial selection.Constructors in org.knime.gateway.api.entity with parameters of type NodePortWrapperModifierConstructorDescriptionPortViewEnt(NodePortWrapper wrapper, PortViewManager manager, Supplier<List<String>> initialSelectionSupplier)