Uses of Class
org.knime.core.webui.node.impl.WebUINodeConfiguration.NodeOptionals
Packages that use WebUINodeConfiguration.NodeOptionals
Package
Description
This package offers an factory for simple WebUI nodes making use of
DefaultNodeSettings.-
Uses of WebUINodeConfiguration.NodeOptionals in org.knime.core.webui.node.impl
Methods in org.knime.core.webui.node.impl that return WebUINodeConfiguration.NodeOptionalsModifier and TypeMethodDescriptionWebUINodeConfiguration.NodeOptionals.addInputPort(String name, org.knime.core.node.port.PortType type, String description) Adds another input port to the node.WebUINodeConfiguration.NodeOptionals.addInputPort(String name, org.knime.core.node.port.PortType type, String description, boolean configurable) Adds another input port to the node.WebUINodeConfiguration.NodeOptionals.addInputTable(String name, String description) Adds another input table to the node.WebUINodeConfiguration.NodeOptionals.addInputTable(String name, String description, boolean configurable) Adds another input table to the node.WebUINodeConfiguration.NodeOptionals.addOutputPort(String name, org.knime.core.node.port.PortType type, String description) Adds another output port to the node.WebUINodeConfiguration.NodeOptionals.addOutputPort(String name, org.knime.core.node.port.PortType type, String description, boolean configurable) Adds another output port to the node.WebUINodeConfiguration.NodeOptionals.addOutputTable(String name, String description) Adds another output table to the node.WebUINodeConfiguration.NodeOptionals.addOutputTable(String name, String description, boolean configurable) Adds another output table to the node.Adds a list of keywords that are used/index for searching nodes.WebUINodeConfiguration.RequireModelSettingsClass.modelSettingsClass(Class<? extends DefaultNodeSettings> modelSettingsClass) WebUINodeConfiguration.NodeOptionals.nodeType(org.knime.core.node.NodeFactory.NodeType nodeType) Sets the node type.WebUINodeConfiguration.NodeOptionals.sinceVersion(int major, int minor, int revision) Specify since which KNIME AP version this node is available