Class HtmlParameter

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlParameter extends HtmlElement
Wrapper for the HTML element "param".
See Also:
  • Field Details

  • Method Details

    • getIdAttribute

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

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

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

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

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

      public HtmlElement.DisplayStyle getDefaultStyleDisplay()
      INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
      Returns the default display style.
      Overrides:
      getDefaultStyleDisplay in class HtmlElement
      Returns:
      the default display style