Class HTMLObjectElement

All Implemented Interfaces:
EventTarget

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

    • align

      public String align
    • archive

      public String archive
    • border

      public String border
    • code

      public String code
    • codeBase

      public String codeBase
    • codeType

      public String codeType
    • contentDocument

      public Document contentDocument
    • data

      public String data
    • declare

      public boolean declare
    • form

      public HTMLFormElement form
    • height

      public String height
    • hspace

      public int hspace
    • name

      public String name
    • standby

      public String standby
    • tabIndex

      public int tabIndex
    • type

      public String type
    • useMap

      public String useMap
    • validationMessage

      public String validationMessage
    • validity

      public ValidityState validity
    • vspace

      public int vspace
    • width

      public String width
    • willValidate

      public boolean willValidate
  • Constructor Details

    • HTMLObjectElement

      public HTMLObjectElement()
  • Method Details

    • CallFunction

      public String CallFunction(String xmlString)
    • GetVariable

      public String GetVariable(String varName)
    • GotoFrame

      public void GotoFrame(double frameNumber)
    • IsPlaying

      public boolean IsPlaying()
    • LoadMovie

      public void LoadMovie(double layerNumber, 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(String variableName, String value)
    • SetZoomRect

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

      public void StopPlay()
    • TCallFrame

      public void TCallFrame(String target, double frameNumber)
    • TCallLabel

      public void TCallLabel(String target, String label)
    • TCurentFrame

      public double TCurentFrame(String target)
    • TCurrentLabel

      public String TCurrentLabel(String target)
    • TGetProperty

      public String TGetProperty(String target, double property)
    • TGetPropertyAsNumber

      public double TGetPropertyAsNumber(String target, double property)
    • TGotoFrame

      public void TGotoFrame(String target, double frameNumber)
    • TGotoLabel

      public void TGotoLabel(String target, String label)
    • TPlay

      public void TPlay(double target)
    • TSetProperty

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

      public void TSetProperty(double target, double property, HTMLObjectElement.TSetPropertyValueUnionType 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(String p0)