|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.xpshared.htmlelements.HTMLElement
com.plumtree.xpshared.htmlelements.HTMLTableCell
com.plumtree.xpshared.htmlelements.HTMLTableHeader
public class HTMLTableHeader
Use this object to generate a <td></td> tag.
Spec
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.plumtree.xpshared.htmlelements.HTMLElement |
|---|
HTMLElement.ValidationLevel |
| Field Summary |
|---|
| Fields inherited from class com.plumtree.xpshared.htmlelements.HTMLElement |
|---|
aNewLine, bAllowEvents, bAllowSetStyleClassWithString, bCheckNestedStringForHTML, bDisplayDidPause, bEnforceMaxTableDepth, bForceFormattingOff, bForceFormattingOn, bPauseAfterDisplay, bPrintComments, bResumingAndChildFinished, bResumingAndChildInMidRender, bShowLang, iMaxTableDepth, sLangLocal, sNewLine, sTab |
| Constructor Summary | |
|---|---|
HTMLTableHeader()
Creates a new HTMLTableHeader object. |
|
HTMLTableHeader(HTMLTableRow rParent)
Deprecated. It's no longer necessary to pass the parent row, use constructor with no parameters. |
|
| Method Summary | |
|---|---|
protected void |
AppendBeginningOfOpeningTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
This method generates the beginning of the opening tag. |
protected void |
AppendClosingTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
This method generates the closing tag of this html element. |
java.lang.String |
GetAlign()
Call this method to get the value of the align attribute. |
boolean |
GetAutoFit()
Call this method to determine whether or not this HTMLHeader object will automatically span the number of columns necessary. |
java.lang.String |
GetBGColor()
|
java.lang.String |
GetColSpan()
Call this method to get the value of the colspan attribute. |
int |
GetColSpanAsInt()
Call this method to get the value of the colspan attribute. |
java.lang.String |
GetHeaders()
|
java.lang.String |
GetHeight()
|
boolean |
GetNoWrap()
|
java.lang.String |
GetRowSpan()
Call this method to get the value of the rowspan attribute. |
int |
GetRowSpanAsInt()
Call this method to get the value of the rowspan attribute. |
java.lang.String |
GetVAlign()
Call this method to get the value of the valign attribute. |
java.lang.String |
GetWidth()
|
protected boolean |
ProvidesClosingTag()
Indicates whether or not this HTML element provides a closing tag. |
void |
SetAlign(java.lang.String s)
Call this method to set the value of the align attribute. |
void |
SetAutoFit(boolean b)
Call this method to toggle whether or not this HTMLTableHeader is an autofit header. |
void |
SetBGColor(java.lang.String s)
|
void |
SetColSpan(java.lang.String s)
Call this method to set the value of the colspan attribute. |
void |
SetHeaders(java.lang.String s)
Call this method to set the value of the headers attribute. |
void |
SetHeight(java.lang.String s)
Call this method to set the value of the height attribute. |
void |
SetNoWrap(boolean b)
Call this method to toggle the nowrap attribute. |
void |
SetRowSpan(java.lang.String s)
Call this method to set the value of the rowspan attribute. |
void |
SetVAlign(java.lang.String s)
Call this method to set the value of the valign attribute. |
void |
SetWidth(java.lang.String s)
Call this method to set the value of the width attribute. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLTableHeader(HTMLTableRow rParent)
rParent - Pass the HTMLTableRow to which this HTMLTableHeader will be
added. A given instance of an HTMLTableHeader may only be added
to the HTMLTableRow specified to this constructor.public HTMLTableHeader()
| Method Detail |
|---|
public java.lang.String GetAlign()
GetAlign in class HTMLTableCellpublic boolean GetAutoFit()
GetAutoFit in class HTMLTableCellpublic java.lang.String GetBGColor()
GetBGColor in class HTMLTableCellpublic java.lang.String GetColSpan()
GetColSpan in class HTMLTableCellpublic java.lang.String GetRowSpan()
GetRowSpan in class HTMLTableCellpublic int GetColSpanAsInt()
GetColSpanAsInt in class HTMLTableCellpublic int GetRowSpanAsInt()
GetRowSpanAsInt in class HTMLTableCellpublic java.lang.String GetHeaders()
GetHeaders in class HTMLTableCellpublic java.lang.String GetHeight()
GetHeight in class HTMLTableCellpublic boolean GetNoWrap()
GetNoWrap in class HTMLTableCellpublic java.lang.String GetVAlign()
GetVAlign in class HTMLTableCellpublic java.lang.String GetWidth()
GetWidth in class HTMLTableCellpublic void SetAlign(java.lang.String s)
SetAlign in class HTMLTableCells - String valuepublic void SetAutoFit(boolean b)
SetAutoFit in class HTMLTableCellb - public void SetBGColor(java.lang.String s)
SetBGColor in class HTMLTableCells - public void SetColSpan(java.lang.String s)
SetColSpan in class HTMLTableCells - String value.
HTMLExceptionpublic void SetRowSpan(java.lang.String s)
SetRowSpan in class HTMLTableCells - String value.
HTMLExceptionpublic void SetHeaders(java.lang.String s)
SetHeaders in class HTMLTableCells - String value.public void SetHeight(java.lang.String s)
SetHeight in class HTMLTableCells - String value.public void SetNoWrap(boolean b)
SetNoWrap in class HTMLTableCellb - valuepublic void SetVAlign(java.lang.String s)
SetVAlign in class HTMLTableCells - String valuepublic void SetWidth(java.lang.String s)
SetWidth in class HTMLTableCells - String value.
protected void AppendBeginningOfOpeningTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
AppendBeginningOfOpeningTag in class HTMLTableCellbFormat - boolean indicating whether or not to format.sb - XPStringBuilderresponse - IXPResponse
HTMLException
protected void AppendClosingTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
AppendClosingTag in class HTMLTableCellbFormat - boolean indicating whether or not to format.sb - XPStringBuilderresponse - IXPResponseprotected boolean ProvidesClosingTag()
ProvidesClosingTag in class HTMLTableCell
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||