|
|||||||||
| 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.HTMLScriptCollection
public class HTMLScriptCollection
| 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 | |
|---|---|
HTMLScriptCollection()
Creates a new HTMLScriptCollection object. |
|
| Method Summary | |
|---|---|
void |
AddInnerHTMLElement(HTMLElement e)
HTMLElement.addInnerHTMLElement rewritten. |
void |
AddInnerHTMLString(java.lang.String s)
This method rewritten to prevent usage. |
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 reponse)
This method generates the closing tag of this html element. |
protected void |
InternalWrite(boolean bFormat,
XPStringBuilder sbLocal,
IXPResponse response)
HTMLElement.InternalWrite rewritten. |
protected boolean |
ProvidesClosingTag()
Indicates whether or not this HTML element provides a closing tag. |
void |
SetName(java.lang.String s)
This method rewritten to prevent usage. |
void |
SetOnClick(java.lang.String s)
This method rewritten to prevent usage. |
void |
SetOnKeyDown(java.lang.String s)
This method rewritten to prevent usage. |
void |
SetOnKeyPress(java.lang.String s)
This method rewritten to prevent usage. |
void |
SetOnMouseOut(java.lang.String s)
This method rewritten to prevent usage. |
void |
SetOnMouseOver(java.lang.String s)
This method rewritten to prevent usage. |
void |
SetStyle(java.lang.String s)
This method rewritten to prevent usage. |
void |
SetStyleClass(StyleClass s)
This method rewritten to prevent usage. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLScriptCollection()
| Method Detail |
|---|
public final void SetName(java.lang.String s)
SetName in class HTMLElements - String
HTMLException - Throws an HTMLExceptionpublic final void SetOnClick(java.lang.String s)
SetOnClick in class HTMLElements - String
HTMLException - Throws an HTMLExceptionpublic final void SetOnKeyDown(java.lang.String s)
SetOnKeyDown in class HTMLElements - String
HTMLException - Throws an HTMLExceptionpublic final void SetOnKeyPress(java.lang.String s)
SetOnKeyPress in class HTMLElements - String
HTMLException - Throws an HTMLExceptionpublic final void SetOnMouseOut(java.lang.String s)
SetOnMouseOut in class HTMLElements - String
HTMLException - Throws an HTMLExceptionpublic final void SetOnMouseOver(java.lang.String s)
SetOnMouseOver in class HTMLElements - String
HTMLException - Throws an HTMLExceptionpublic final void SetStyle(java.lang.String s)
SetStyle in class HTMLElements - String
HTMLException - Throws an HTMLExceptionpublic void SetStyleClass(StyleClass s)
SetStyleClass in class HTMLElements - String
HTMLException - Throws an HTMLExceptionpublic void AddInnerHTMLElement(HTMLElement e)
AddInnerHTMLElement in class HTMLElemente - Pass an HTMLScript or an HTMLScriptCollection object.
HTMLException - Throws an exception if the parameter is not
correct.public void AddInnerHTMLString(java.lang.String s)
AddInnerHTMLString in class HTMLElements - String
HTMLException - Throws an HTMLException
protected void InternalWrite(boolean bFormat,
XPStringBuilder sbLocal,
IXPResponse response)
InternalWrite in class HTMLElementbFormat - Pass a boolean indicating whether or not to format the
output.sbLocal - Pass an XPStringBuilder to which you wish the String
appended. Pass null if you do not wish the string appended to
an XPStringBuilder.response - Pass an IXPResponse to which you wish the String written.
Pass null if you do not wish the string written to an
IXPResponse.
HTMLException
protected void AppendBeginningOfOpeningTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse response)
AppendBeginningOfOpeningTag in class HTMLElementbFormat - boolean indicating whether or not to format.sb - XPStringBuilderresponse - IXPResponse
protected void AppendClosingTag(boolean bFormat,
XPStringBuilder sb,
IXPResponse reponse)
AppendClosingTag in class HTMLElementbFormat - boolean indicating whether or not to format.sb - XPStringBuilderreponse - IXPResponseprotected boolean ProvidesClosingTag()
ProvidesClosingTag in class HTMLElement
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||