|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.xpshared.htmlconstructs.PTConstructType
public abstract class PTConstructType
| Field Summary | |
|---|---|
static java.lang.String |
DO_NOT_UPDATE
Use this as the value for those strings which should not be automatically updated by the factory. |
| Constructor Summary | |
|---|---|
PTConstructType()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
GetDescription()
|
abstract ElementName |
GetElementName(java.lang.String sElementNameID)
Call this method to obtain an ElementName object indicating a specific html element found within this construct. |
HTMLElement |
GetHTMLElement()
Call this method to obtain a prototype HTMLElement for this particular construct type. |
abstract XPHashtable |
GetImgElementNameToAltIdMap()
Call this method to obtain a string dictionary mapping element names to img alt id's. |
abstract XPHashtable |
GetStringMap()
Call this method to obtain the string dictionary for this construct. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DO_NOT_UPDATE
| Constructor Detail |
|---|
public PTConstructType()
| Method Detail |
|---|
public abstract java.lang.String GetDescription()
public abstract ElementName GetElementName(java.lang.String sElementNameID)
myEName = PTBannerType.WIDE.GetElementName(
PTBannerType.ELEMENT_NAME_ID_TITLE );
sElementNameID - Pass a constant indicating which ElementName you
wish to obtain. Each concrete PTConstructType provides a unique
set of constants for obtaining ElementName objects.
java.lang.Exceptionpublic abstract XPHashtable GetStringMap()
public HTMLElement GetHTMLElement()
java.lang.Exceptionpublic abstract XPHashtable GetImgElementNameToAltIdMap()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||