Class Video

    • Constructor Detail

      • Video

        public Video()
        Initializes html element.
    • Method Detail

      • isAutoPlay

        public boolean isAutoPlay()
        Html "autoplay" attribute.
        Returns:
        Value of attribute
      • setAutoPlay

        public Video setAutoPlay​(boolean value)
        Html "autoplay" attribute.
        Parameters:
        value - Value of attribute
        Returns:
        Self reference
      • isControls

        public boolean isControls()
        Html "controls" attribute.
        Returns:
        Value of attribute
      • setControls

        public Video setControls​(boolean value)
        Html "controls" attribute.
        Parameters:
        value - Value of attribute
        Returns:
        Self reference
      • isLoop

        public boolean isLoop()
        Html "loop" attribute.
        Returns:
        Value of attribute
      • setLoop

        public Video setLoop​(boolean value)
        Html "loop" attribute.
        Parameters:
        value - Value of attribute
        Returns:
        Self reference
      • isMuted

        public boolean isMuted()
        Html "muted" attribute.
        Returns:
        Value of attribute
      • setMuted

        public Video setMuted​(boolean value)
        Html "muted" attribute.
        Parameters:
        value - Value of attribute
        Returns:
        Self reference
      • getPoster

        public java.lang.String getPoster()
        Html "poster" attribute.
        Returns:
        Value of attribute
      • setPoster

        public Video setPoster​(java.lang.String value)
        Html "poster" attribute.
        Parameters:
        value - Value of attribute
        Returns:
        Self reference
      • getPreload

        public java.lang.String getPreload()
        Html "preload" attribute.
        Returns:
        Value of attribute
      • setPreload

        public Video setPreload​(java.lang.String value)
        Html "preload" attribute.
        Parameters:
        value - Value of attribute
        Returns:
        Self reference
      • getSrc

        public java.lang.String getSrc()
        Html "src" attribute.
        Returns:
        Value of attribute
      • setSrc

        public Video setSrc​(java.lang.String value)
        Html "src" attribute.
        Parameters:
        value - Value of attribute
        Returns:
        Self reference
      • getHeight

        public long getHeight()
        Html "height" attribute.
        Returns:
        Value of attribute
      • setHeight

        public Video setHeight​(long value)
        Html "height" attribute.
        Parameters:
        value - Value of attribute
        Returns:
        Self reference
      • getWidth

        public long getWidth()
        Html "poster" attribute.
        Returns:
        Value of attribute
      • setWidth

        public Video setWidth​(long value)
        Html "poster" attribute.
        Parameters:
        value - Value of attribute
        Returns:
        Self reference