Interface WebFormShortcutNode

  • All Superinterfaces:
    WebNode

    public interface WebFormShortcutNode
    extends WebNode
    The WebFormShortcutNode interface represents an attribute form shortcut node within an expression. This interface contains methods specific to an attribute form shortcut node. For methods which apply to all nodes, see the WebNode interface, which this one extends.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • setAttributeInfo

        void setAttributeInfo​(WebAttribute objectInfo)
                       throws java.lang.IllegalArgumentException
        Sets the attribute which the shortcut refers to.
        Parameters:
        objectInfo - A WebAttribute object which describes the attribute which the shortcut node will refer to.
        Throws:
        java.lang.IllegalArgumentException - Thrown if the given object is null.
        See Also:
        getAttributeInfo()
      • setFormInfo

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