|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.plumtree.xpshared.htmlelements.HTMLElement | +--com.plumtree.xpshared.htmlelements.HTMLH1
This class can be used to display an HTML H1 element.
Spec
Inner classes inherited from class com.plumtree.xpshared.htmlelements.HTMLElement |
HTMLElement.ValidationLevel |
Fields inherited from class com.plumtree.xpshared.htmlelements.HTMLElement |
bAllowEvents, bAllowSetStyleClassWithString, bCheckNestedStringForHTML, bDisplayDidPause, bEnforceMaxTableDepth, bForceFormattingOff, bForceFormattingOn, bPauseAfterDisplay, bPrintComments, bResumingAndChildFinished, bResumingAndChildInMidRender, bShowLang, iMaxTableDepth, sLangLocal, sNewLine, sTab |
Constructor Summary | |
HTMLH1()
Creates a new HTMLH1 object. |
Method Summary | |
protected void |
AppendBeginningOfOpeningTag(boolean bFormat,
XPStringBuilder sb,
XPResponse response)
This method generates the beginning of the opening tag. |
protected void |
AppendClosingTag(boolean bFormat,
XPStringBuilder sb,
XPResponse response)
This method generates the closing tag of this html element. |
protected boolean |
ProvidesClosingTag()
Indicates whether or not this HTML element provides a closing tag. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTMLH1()
Method Detail |
protected void AppendBeginningOfOpeningTag(boolean bFormat, XPStringBuilder sb, XPResponse response)
AppendBeginningOfOpeningTag
in class HTMLElement
bFormat
- boolean indicating whether or not to format.sb
- XPStringBuilderresponse
- XPResponseprotected void AppendClosingTag(boolean bFormat, XPStringBuilder sb, XPResponse response)
AppendClosingTag
in class HTMLElement
bFormat
- boolean indicating whether or not to format.sb
- XPStringBuilderresponse
- XPResponseprotected boolean ProvidesClosingTag()
ProvidesClosingTag
in class HTMLElement
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |