Class HTMLFrameSetElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Constructor Detail

      • HTMLFrameSetElement

        public HTMLFrameSetElement()
        Creates an instance.
    • Method Detail

      • 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​(java.lang.String rows)
        Sets the rows property.
        Parameters:
        rows - the rows attribute value
      • getRows

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

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

        public java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Object beforeprint)
        Sets the onbeforeprint event handler.
        Parameters:
        beforeprint - the onbeforeprint event handler