| 
|||||||||
| 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.HTMLMap
public class HTMLMap
Use this class to render an html map element. 
 
 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 | |
|---|---|
HTMLMap()
Constructs a new HTMLMap  | 
|
HTMLMap(java.lang.String name,
        java.lang.String id)
Constructs a new HTMLMap  | 
|
| 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 | 
GetID()
Get the value of the id attribute.  | 
 java.lang.String | 
GetName()
Get the value of the name attribute  | 
protected  boolean | 
ProvidesClosingTag()
Indicates whether or not this HTML element provides a closing tag.  | 
 void | 
SetID(java.lang.String strID)
Sets the value of the id attribute.  | 
 void | 
SetName(java.lang.String strName)
Sets the value of the name attribute.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HTMLMap()
public HTMLMap(java.lang.String name,
               java.lang.String id)
name - Pass the name string of this map.id - Pass the id string of this map.| Method Detail | 
|---|
public java.lang.String GetID()
GetID in class HTMLElementpublic java.lang.String GetName()
GetName in class HTMLElementpublic void SetID(java.lang.String strID)
SetID in class HTMLElementstrID - The id to setpublic void SetName(java.lang.String strName)
SetName in class HTMLElementsHref - The name to set
protected void AppendBeginningOfOpeningTag(boolean bFormat,
                                           XPStringBuilder sb,
                                           IXPResponse response)
AppendBeginningOfOpeningTag in class HTMLElementbFormat - boolean indicating whether or not to format.sb - XPStringBuilderresponse - IXPResponse
HTMLException
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 | ||||||||