Class HtmlFrameSet

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlFrameSet extends HtmlElement
Wrapper for the HTML element "frameset".
See Also:
  • Field Details Link icon

  • Method Details Link icon

    • getRowsAttribute Link icon

      public final String getRowsAttribute()
      Returns the value of the attribute rows. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute rows or an empty string if that attribute isn't defined
    • getColsAttribute Link icon

      public final String getColsAttribute()
      Returns the value of the attribute cols. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute cols or an empty string if that attribute isn't defined
    • getOnLoadAttribute Link icon

      public final String getOnLoadAttribute()
      Returns the value of the attribute onload. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute onload or an empty string if that attribute isn't defined
    • getOnUnloadAttribute Link icon

      public final String getOnUnloadAttribute()
      Returns the value of the attribute onunload. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute onunload or an empty string if that attribute isn't defined