org.knime.core.quickform.in
Interface QuickFormInputNode


public interface QuickFormInputNode

Implemented by NodeModel derivatives that represent quick form input elements.

Author:
Bernd Wiswedel, KNIME.com, Zurich, Switzerland

Method Summary
 AbstractQuickFormConfiguration<? extends AbstractQuickFormValueInConfiguration> getConfiguration()
          Get handle on current (filled) configuration or null.
 AbstractQuickFormInElement getQuickFormElement()
          Get the quick form element controlling the relevant portions to this node.
 void loadFromQuickFormElement(AbstractQuickFormInElement formElement)
          Loads values from the argument form element.
 

Method Detail

getQuickFormElement

AbstractQuickFormInElement getQuickFormElement()
Get the quick form element controlling the relevant portions to this node. The returned value can be remotely modified and later loaded into this instance using the loadFromQuickFormElement(AbstractQuickFormInElement) method.

Returns:
The form element to this node.

getConfiguration

AbstractQuickFormConfiguration<? extends AbstractQuickFormValueInConfiguration> getConfiguration()
Get handle on current (filled) configuration or null.

Returns:
The config to use.

loadFromQuickFormElement

void loadFromQuickFormElement(AbstractQuickFormInElement formElement)
                              throws InvalidSettingsException
Loads values from the argument form element.

Parameters:
formElement - To load from.
Throws:
InvalidSettingsException - If the argument is not of expected type or has invalid values.


Copyright, 2003 - 2012. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.