Interface Div

All Superinterfaces:
Base, Cloneable, Element, ExtensibleElement, Iterable<Element>

@Deprecated(since="2021-07-29") public interface Div extends ExtensibleElement
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.

Represents an XHTML div tag.

  • Method Details

    • getXhtmlClass

      String[] getXhtmlClass()
      Deprecated.
      Returns the array of class attribute values on the div
      Returns:
      A listing of class attribute values
    • getId

      String getId()
      Deprecated.
      Returns the value of the div element's id attribute
      Returns:
      The value of the id attribute
    • getTitle

      String getTitle()
      Deprecated.
      Returns the value of the div element's title attribute
      Returns:
      The value of the title attribute
    • setId

      Div setId(String id)
      Deprecated.
      Sets the value of the div element's id attribute
      Parameters:
      id - The value of the id attribute
    • setTitle

      Div setTitle(String title)
      Deprecated.
      Set the value of the div element's title attribute
      Parameters:
      title - The value of the title attribute
    • setXhtmlClass

      Div setXhtmlClass(String[] classes)
      Deprecated.
      Sets the array of class attribute values on the div
      Parameters:
      classes - A listing of class attribute values
    • getValue

      String getValue()
      Deprecated.
      Returns the value of the div element
      Returns:
      The value of the div element
    • setValue

      void setValue(String value)
      Deprecated.
      Set the value of the div element
      Parameters:
      value - The text value