|
|||||||||
| 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.HTMLFrame
public class HTMLFrame
| 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 | |
|---|---|
HTMLFrame()
Creates a new HTMLFrame object. |
|
| 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 |
GetFrameBorder()
Get the value of the frameborder attribute. |
java.lang.String |
GetLongDesc()
|
java.lang.String |
GetMarginHeight()
Get the value of the marginheight attribute. |
java.lang.String |
GetMarginWidth()
Get the value of the marginwidth attribute. |
boolean |
GetNoResize()
Get the value of the noresize attribute. |
java.lang.String |
GetScrolling()
Get the value of the scrolling attribute. |
java.lang.String |
GetSrc()
Get the value of the src attribute. |
java.lang.String |
GetTitle()
|
protected boolean |
ProvidesClosingTag()
Indicates whether or not this HTML element provides a closing tag. |
void |
SetFrameBorder(java.lang.String s)
Set the value of the frameborder attribute. |
void |
SetLongDesc(java.lang.String s)
|
void |
SetMarginHeight(java.lang.String s)
Set the value of the marginheight attribute. |
void |
SetMarginWidth(java.lang.String s)
Set the value of the marginwidth attribute. |
void |
SetNoResize(boolean b)
Set the value of the noresize attribute. |
void |
SetScrolling(java.lang.String s)
Set the value of the scrolling attribute. |
void |
SetSrc(java.lang.String s)
Set the value of the src attribute. |
void |
SetTitle(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLFrame()
| Method Detail |
|---|
public void SetLongDesc(java.lang.String s)
public java.lang.String GetLongDesc()
public void SetTitle(java.lang.String s)
SetTitle in class HTMLElementpublic java.lang.String GetTitle()
GetTitle in class HTMLElementpublic java.lang.String GetFrameBorder()
public java.lang.String GetMarginHeight()
public java.lang.String GetMarginWidth()
public boolean GetNoResize()
public java.lang.String GetScrolling()
public java.lang.String GetSrc()
public void SetFrameBorder(java.lang.String s)
s - A valid String value.public void SetMarginHeight(java.lang.String s)
s - A valid String value.public void SetMarginWidth(java.lang.String s)
s - A valid String value.public void SetNoResize(boolean b)
b - boolean value.public void SetScrolling(java.lang.String s)
s - A valid String value.public void SetSrc(java.lang.String s)
s - A valid String value.
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 response)
AppendClosingTag in class HTMLElementbFormat - boolean indicating whether or not to format.sb - XPStringBuilderresponse - IXPResponseprotected boolean ProvidesClosingTag()
ProvidesClosingTag in class HTMLElement
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||