|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ge.research.html.HTMLTag
com.ge.research.html.TableElement
com.ge.research.html.TableDimensionTag
Encapsulates all the attributes of an HTML "TD" element, its accessors, validations, and default values.
| Field Summary |
| Fields inherited from class com.ge.research.html.HTMLTag |
HORIZONTAL_LINE, LINEBREAK, reconstructTag, tag, WHITESPACE |
| Constructor Summary | |
|
TableDimensionTag()
Calls default constructor with argument TagPropertyConstants.TABLE_DIMENSION_TAG |
|
TableDimensionTag(java.lang.Object contents)
Calls the default constructor. |
protected |
TableDimensionTag(java.lang.String tagName)
Default constructor. |
| Method Summary | |
java.lang.Object |
getContents()
Returns the contents of the HTML Tag. |
protected void |
resetTagSpecificInformation()
Resets the tag attributes and content of the HTML Tag to their default values. |
void |
setContents(java.lang.Object contents)
Sets the contents of this tag. |
protected void |
writeTagSpecificData()
Adds the tag content to the HTML Tag. |
| Methods inherited from class com.ge.research.html.TableElement |
getAlign, getBackground, getBgColor, getBorder, getBorderColor, getBorderColorDark, getBorderColorLight, getCellPadding, getCellSpacing, getColspan, getFrame, getHeight, getNowrap, getRowspan, getRules, getVAlign, getWidth, setAlign, setBackground, setBgColor, setBorder, setBorderColor, setBorderColorDark, setBorderColorLight, setCellPadding, setCellSpacing, setColspan, setFrame, setHeight, setNowrap, setRowspan, setRules, setVAlign, setWidth, writeTagSpecificAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ge.research.html.ContentWrapper |
getNowrap, setNowrap |
| Constructor Detail |
public TableDimensionTag()
TagPropertyConstants.TABLE_DIMENSION_TAG
TagPropertyConstants.TABLE_DIMENSION_TAGpublic TableDimensionTag(java.lang.Object contents)
setContents(java.lang.Object)protected TableDimensionTag(java.lang.String tagName)
tagName - the HTML type of this tag| Method Detail |
public java.lang.Object getContents()
getContents in interface ContentWrapperpublic void setContents(java.lang.Object contents)
HTMLTag.reconstructTag value to true.
setContents in interface ContentWrappercontents - the content for this tagHTMLTag.reconstructTagprotected void resetTagSpecificInformation()
HTMLTagHTMLTag.reset().
This method is not implemented in HTMLTag.
Subclasses that contain tag content information should implement this method to set their information to their default values.
resetTagSpecificInformation in class TableElementprotected void writeTagSpecificData()
HTMLTagHTMLTag.toString().
This method is not implemented in HTMLTag.
Subclasses that contain tag content information should implement this method to writeout that content in between the opening and closing tags.
writeTagSpecificData in class HTMLTagHTMLTag.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||