Class Object

    • Constructor Detail

      • Object

        public Object()
    • Method Detail

      • getData

        public java.lang.String getData()
        Returns the data of this object tag.
        Since:
        8.0.3
      • getHeight

        public java.lang.String getHeight()
        Returns the height of this object tag.
        Since:
        8.0.3
      • getName

        public java.lang.String getName()
        Returns the name of this object tag.
        Since:
        8.0.3
      • getType

        public java.lang.String getType()
        Returns the type of this object tag.
        Since:
        8.0.3
      • isTypemustmatch

        public boolean isTypemustmatch()
        Returns the typemustmatch of this object tag.

        Notice that this attribute refers to the corresponding attribute of the HTML5 specification. Hence, it would still be rendered to client-side as a DOM attribute even if the browser doesn’t support it.

        Since:
        8.0.3
      • setTypemustmatch

        public void setTypemustmatch​(boolean typemustmatch)
                              throws WrongValueException
        Sets the typemustmatch of this object tag.

        Notice that this attribute refers to the corresponding attribute of the HTML5 specification. Hence, it would still be rendered to client-side as a DOM attribute even if the browser doesn’t support it.

        Throws:
        WrongValueException
        Since:
        8.0.3
      • getUsemap

        public java.lang.String getUsemap()
        Returns the usemap of this object tag.
        Since:
        8.0.3
      • getWidth

        public java.lang.String getWidth()
        Returns the width of this object tag.
        Since:
        8.0.3
      • getForm

        public java.lang.String getForm()
        Returns the form of this tag.
        Since:
        10.0.0