Package org.knime.gateway.api.entity
Class NodeDialogEnt
java.lang.Object
org.knime.gateway.api.entity.NodeUIExtensionEnt<NodeWrapper>
org.knime.gateway.api.entity.NodeDialogEnt
Node dialog entity containing the info required by the UI (i.e. frontend) to be able to display a node dialog.
- Author:
- Martin Horn, KNIME GmbH, Konstanz, Germany
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.knime.gateway.api.entity.NodeUIExtensionEnt
getExtensionType, getInitialData, getNodeId, getProjectId, getResourceInfo, getWorkflowId
-
Constructor Details
-
NodeDialogEnt
public NodeDialogEnt(org.knime.core.node.workflow.SingleNodeContainer nc) - Parameters:
nc-
-
-
Method Details
-
getHasNodeView
public boolean getHasNodeView()- Returns:
trueif the node this dialog belongs to also has a node view, otherwisefalse
-
isWriteProtected
public boolean isWriteProtected()- Returns:
trueif the dialog settings can't be saved (e.g. meaning that the OK-button is disabled); otherwisefalse
-