All Implemented Interfaces:
TagBase, Serializable, Cloneable

public class Hr extends AbstractHtml
Since:
1.0.0
See Also:
  • Constructor Details

    • Hr

      public Hr(AbstractHtml base, AbstractAttribute... attributes)
      Parameters:
      base - i.e. parent tag of this tag
      attributes - An array of AbstractAttribute
      Since:
      1.0.0
  • Method Details

    • init

      protected void init()
      invokes only once per object
      Since:
      1.0.0
    • getTagType

      public static AbstractHtml.TagType getTagType()
      Returns:
      the tagType
    • setTagType

      public static void setTagType(AbstractHtml.TagType tagType)
      Parameters:
      tagType - the tagType to set