Interface WebGridUnitShortcutNode

    • 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 -
      • setTarget

        void setTarget​(WebObjectInfo objectInfo)
                throws java.lang.IllegalArgumentException
        set the grid unit which the shortcut node refers to
        Specified by:
        setTarget in interface WebShortcutNode
        Parameters:
        objectInfo - A WebObjectInfo object which describes the grid unit which the shortcut node refers to.
        Throws:
        java.lang.IllegalArgumentException - Thrown if the argument is null.
        See Also:
        WebShortcutNode.getTarget()
      • getFormInfo

        WebAttributeForm getFormInfo()
        return the attribute form which the shortcut node refers to.
        Returns:
        A WebAttributeForm object which describes the attribute form which the shortcut node refers to.
      • setFormInfo

        void setFormInfo​(WebAttributeForm formInfo)
                  throws java.lang.IllegalArgumentException
        set the attribute form which the shortcut node refers to.
        Parameters:
        formInfo - A WebAttributeForm object which describes the attribute form which the shortcut node will refer to.
        Throws:
        java.lang.IllegalArgumentException - Thrown if the argument is null.