Class HTMLFrameSetElement

All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class HTMLFrameSetElement extends HTMLElement
The JavaScript object HTMLFrameSetElement.
See Also:
  • Constructor Details

    • HTMLFrameSetElement

      public HTMLFrameSetElement()
      Creates an instance.
  • Method Details

    • jsConstructor

      public void jsConstructor()
      JavaScript constructor.
      Overrides:
      jsConstructor in class HTMLElement
    • isEventHandlerOnWindow

      protected boolean isEventHandlerOnWindow()
      Is setting event handler property, at window-level.
      Overrides:
      isEventHandlerOnWindow in class EventTarget
      Returns:
      whether the event handler to be set at window-level
    • setRows

      public void setRows(String rows)
      Sets the rows property.
      Parameters:
      rows - the rows attribute value
    • getRows

      public String getRows()
      Gets the rows property.
      Returns:
      the rows attribute value
    • setCols

      public void setCols(String cols)
      Sets the cols property.
      Parameters:
      cols - the cols attribute value
    • getCols

      public String getCols()
      Gets the cols property.
      Returns:
      the cols attribute value
    • getOnbeforeunload

      public org.htmlunit.corejs.javascript.Function getOnbeforeunload()
      Returns the onbeforeunload event handler.
      Returns:
      the onbeforeunload event handler
    • setOnbeforeunload

      public void setOnbeforeunload(Object beforeunload)
      Sets the onbeforeunload event handler.
      Parameters:
      beforeunload - the onbeforeunload event handler
    • getOngamepadconnected

      public org.htmlunit.corejs.javascript.Function getOngamepadconnected()
      Returns the ongamepadconnected event handler.
      Returns:
      the ongamepadconnected event handler
    • setOngamepadconnected

      public void setOngamepadconnected(Object gamepadconnected)
      Sets the ongamepadconnected event handler.
      Parameters:
      gamepadconnected - the ongamepadconnected event handler
    • getOngamepaddisconnected

      public org.htmlunit.corejs.javascript.Function getOngamepaddisconnected()
      Returns the ongamepaddisconnected event handler.
      Returns:
      the ongamepaddisconnected event handler
    • setOngamepaddisconnected

      public void setOngamepaddisconnected(Object gamepaddisconnected)
      Sets the ongamepaddisconnected event handler.
      Parameters:
      gamepaddisconnected - the ongamepaddisconnected event handler
    • getOnhashchange

      public org.htmlunit.corejs.javascript.Function getOnhashchange()
      Returns the onhashchange event handler.
      Returns:
      the onhashchange event handler
    • setOnhashchange

      public void setOnhashchange(Object hashchange)
      Sets the onhashchange event handler.
      Parameters:
      hashchange - the onhashchange event handler
    • getOnlanguagechange

      public org.htmlunit.corejs.javascript.Function getOnlanguagechange()
      Returns the onlanguagechange event handler.
      Returns:
      the onlanguagechange event handler
    • setOnlanguagechange

      public void setOnlanguagechange(Object languagechange)
      Sets the onlanguagechange event handler.
      Parameters:
      languagechange - the onlanguagechange event handler
    • getOnmessage

      public org.htmlunit.corejs.javascript.Function getOnmessage()
      Returns the onmessage event handler.
      Returns:
      the onmessage event handler
    • setOnmessage

      public void setOnmessage(Object message)
      Sets the onmessage event handler.
      Parameters:
      message - the onmessage event handler
    • getOnmessageerror

      public org.htmlunit.corejs.javascript.Function getOnmessageerror()
      Returns the onmessageerror event handler for this element.
      Returns:
      the onmessageerror event handler for this element
    • setOnmessageerror

      public void setOnmessageerror(Object onmessageerror)
      Sets the onmessageerror event handler for this element.
      Parameters:
      onmessageerror - the onmessageerror event handler for this element
    • getOnoffline

      public org.htmlunit.corejs.javascript.Function getOnoffline()
      Returns the onoffline event handler.
      Returns:
      the onoffline event handler
    • setOnoffline

      public void setOnoffline(Object offline)
      Sets the onoffline event handler.
      Parameters:
      offline - the onoffline event handler
    • getOnonline

      public org.htmlunit.corejs.javascript.Function getOnonline()
      Returns the ononline event handler.
      Returns:
      the ononline event handler
    • setOnonline

      public void setOnonline(Object online)
      Sets the ononline event handler.
      Parameters:
      online - the ononline event handler
    • getOnpagehide

      public org.htmlunit.corejs.javascript.Function getOnpagehide()
      Returns the onpagehide event handler.
      Returns:
      the onpagehide event handler
    • setOnpagehide

      public void setOnpagehide(Object pagehide)
      Sets the onpagehide event handler.
      Parameters:
      pagehide - the onpagehide event handler
    • getOnpageshow

      public org.htmlunit.corejs.javascript.Function getOnpageshow()
      Returns the onpageshow event handler.
      Returns:
      the onpageshow event handler
    • setOnpageshow

      public void setOnpageshow(Object pageshow)
      Sets the onpageshow event handler.
      Parameters:
      pageshow - the onpageshow event handler
    • getOnpopstate

      public org.htmlunit.corejs.javascript.Function getOnpopstate()
      Returns the onpopstate event handler.
      Returns:
      the onpopstate event handler
    • setOnpopstate

      public void setOnpopstate(Object popstate)
      Sets the onpopstate event handler.
      Parameters:
      popstate - the onpopstate event handler
    • getOnrejectionhandled

      public org.htmlunit.corejs.javascript.Function getOnrejectionhandled()
      Returns the onrejectionhandled event handler.
      Returns:
      the onrejectionhandled event handler
    • setOnrejectionhandled

      public void setOnrejectionhandled(Object rejectionhandled)
      Sets the onrejectionhandled event handler.
      Parameters:
      rejectionhandled - the onrejectionhandled event handler
    • getOnstorage

      public org.htmlunit.corejs.javascript.Function getOnstorage()
      Returns the onstorage event handler.
      Returns:
      the onstorage event handler
    • setOnstorage

      public void setOnstorage(Object storage)
      Sets the onstorage event handler.
      Parameters:
      storage - the onstorage event handler
    • getOnunhandledrejection

      public org.htmlunit.corejs.javascript.Function getOnunhandledrejection()
      Returns the onunhandledrejection event handler.
      Returns:
      the onunhandledrejection event handler
    • setOnunhandledrejection

      public void setOnunhandledrejection(Object unhandledrejection)
      Sets the onunhandledrejection event handler.
      Parameters:
      unhandledrejection - the onunhandledrejection event handler
    • getOnunload

      public org.htmlunit.corejs.javascript.Function getOnunload()
      Returns the onunload event handler.
      Returns:
      the onunload event handler
    • setOnunload

      public void setOnunload(Object unload)
      Sets the onunload event handler.
      Parameters:
      unload - the onunload event handler
    • getOnafterprint

      public org.htmlunit.corejs.javascript.Function getOnafterprint()
      Returns the onafterprint event handler.
      Returns:
      the onafterprint event handler
    • setOnafterprint

      public void setOnafterprint(Object afterprint)
      Sets the onafterprint event handler.
      Parameters:
      afterprint - the onafterprint event handler
    • getOnbeforeprint

      public org.htmlunit.corejs.javascript.Function getOnbeforeprint()
      Returns the onbeforeprint event handler.
      Returns:
      the onbeforeprint event handler
    • setOnbeforeprint

      public void setOnbeforeprint(Object beforeprint)
      Sets the onbeforeprint event handler.
      Parameters:
      beforeprint - the onbeforeprint event handler