Interface WebControlShortcutNode

  • All Superinterfaces:
    WebNode
    All Known Implementing Classes:
    WebControlShortcutNodeImpl

    public interface WebControlShortcutNode
    extends WebNode
    The WebControlShortcutNode interface represents a control shortcut node within an expression. This interface contains methods specific to a control shortcut node. For methods which apply to all nodes, see the WebNode interface, which this one extends.
    • Method Detail

      • getNodeKey

        java.lang.String getNodeKey()
        Return the nodeKey
        Returns:
        {String} nodeKey
      • setNodeKey

        void setNodeKey​(java.lang.String nodeKey)
        Set the nodeKey
        Parameters:
        nodeKey -
      • getControlKey

        java.lang.String getControlKey()
        Return the controlKey
        Returns:
        {String} controlKey
      • setControlKey

        void setControlKey​(java.lang.String controlKey)
        Set the controlKey
        Parameters:
        controlKey -