com.ge.research.html
Class Header5Tag

java.lang.Object
  extended bycom.ge.research.html.HTMLTag
      extended bycom.ge.research.html.ContentWrapperTag
          extended bycom.ge.research.html.LayerTag
              extended bycom.ge.research.html.Header5Tag
All Implemented Interfaces:
ContentWrapper

public class Header5Tag
extends LayerTag

Encapsulates all the attributes of an HTML "H5" element, its accessors, validations, and default values.

Version:
$Revision: 1.1 $ $Date: 2006/08/11 00:17:32 $
Author:
garbiras
Created on:
Sep 9, 2002

Field Summary
 
Fields inherited from class com.ge.research.html.HTMLTag
HORIZONTAL_LINE, LINEBREAK, reconstructTag, tag, WHITESPACE
 
Constructor Summary
Header5Tag()
          Default constructor.
Header5Tag(java.lang.Object contents)
          Calls the default constructor.
 
Methods inherited from class com.ge.research.html.LayerTag
getAlign, getOnScroll, resetTagSpecificInformation, setAlign, setOnScroll, writeTagSpecificAttributes
 
Methods inherited from class com.ge.research.html.ContentWrapperTag
getContentEditable, getContents, getNowrap, setContentEditable, setContents, setNowrap, writeTagSpecificData
 
Methods inherited from class com.ge.research.html.HTMLTag
addAttribute, addAttribute, getId, getOnClick, getOnContextMenu, getOnDblClick, getOnDrag, getOnDragEnd, getOnDragStart, getOnFocus, getOnFocusOut, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp, getOnMoveEnd, getOnMoveStart, getStyle, getStyleClass, getTitle, removeAttribute, reset, setId, setOnClick, setOnContextMenu, setOnDblClick, setOnDrag, setOnDragEnd, setOnDragStart, setOnFocus, setOnFocusOut, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setOnMoveEnd, setOnMoveStart, setStyle, setStyleClass, setTitle, toString, writeAttribute, writeAttribute, writeAttribute, writeAttribute, writeAttribute, writeAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Header5Tag

public Header5Tag()
Default constructor. Calls super(TagPropertyConstants.HEADER5_TAG).

See Also:
TagPropertyConstants.HEADER5_TAG

Header5Tag

public Header5Tag(java.lang.Object contents)
Calls the default constructor. Sets the tag contents.

See Also:
ContentWrapper.setContents(java.lang.Object)