Class HTMLObjectElement

  • All Implemented Interfaces:
    EventTarget

    @JsType(isNative=true,
            namespace="<global>")
    public class HTMLObjectElement
    extends HTMLElement
    • Field Detail

      • align

        public java.lang.String align
      • archive

        public java.lang.String archive
      • border

        public java.lang.String border
      • code

        public java.lang.String code
      • codeBase

        public java.lang.String codeBase
      • codeType

        public java.lang.String codeType
      • contentDocument

        public Document contentDocument
      • data

        public java.lang.String data
      • declare

        public boolean declare
      • height

        public java.lang.String height
      • hspace

        public int hspace
      • name

        public java.lang.String name
      • standby

        public java.lang.String standby
      • tabIndex

        public int tabIndex
      • type

        public java.lang.String type
      • useMap

        public java.lang.String useMap
      • validationMessage

        public java.lang.String validationMessage
      • vspace

        public int vspace
      • width

        public java.lang.String width
      • willValidate

        public boolean willValidate
    • Constructor Detail

      • HTMLObjectElement

        public HTMLObjectElement()
    • Method Detail

      • CallFunction

        public java.lang.String CallFunction​(java.lang.String xmlString)
      • GetVariable

        public java.lang.String GetVariable​(java.lang.String varName)
      • GotoFrame

        public void GotoFrame​(double frameNumber)
      • IsPlaying

        public boolean IsPlaying()
      • LoadMovie

        public void LoadMovie​(double layerNumber,
                              java.lang.String url)
      • Pan

        public void Pan​(double x,
                        double y,
                        double mode)
      • PercentLoaded

        public double PercentLoaded()
      • Play

        public void Play()
      • Rewind

        public void Rewind()
      • SetVariable

        public void SetVariable​(java.lang.String variableName,
                                java.lang.String value)
      • SetZoomRect

        public void SetZoomRect​(double left,
                                double top,
                                double right,
                                double bottom)
      • StopPlay

        public void StopPlay()
      • TCallFrame

        public void TCallFrame​(java.lang.String target,
                               double frameNumber)
      • TCallLabel

        public void TCallLabel​(java.lang.String target,
                               java.lang.String label)
      • TCurentFrame

        public double TCurentFrame​(java.lang.String target)
      • TCurrentLabel

        public java.lang.String TCurrentLabel​(java.lang.String target)
      • TGetProperty

        public java.lang.String TGetProperty​(java.lang.String target,
                                             double property)
      • TGetPropertyAsNumber

        public double TGetPropertyAsNumber​(java.lang.String target,
                                           double property)
      • TGotoFrame

        public void TGotoFrame​(java.lang.String target,
                               double frameNumber)
      • TGotoLabel

        public void TGotoLabel​(java.lang.String target,
                               java.lang.String label)
      • TPlay

        public void TPlay​(double target)
      • TSetProperty

        @JsOverlay
        public final void TSetProperty​(double target,
                                       double property,
                                       java.lang.String value)
      • TSetProperty

        @JsOverlay
        public final void TSetProperty​(double target,
                                       double property,
                                       double value)
      • TStopPlay

        public void TStopPlay​(double target)
      • TotalFrames

        public double TotalFrames()
      • Zoom

        public void Zoom​(double percent)
      • checkValidity

        public boolean checkValidity()
      • setCustomValidity

        public void setCustomValidity​(java.lang.String p0)