|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pajes.html.Tag
org.pajes.html.TraversableElement
org.pajes.html.Container
org.pajes.html.Applet
This class generates the <applet> tags.
| Field Summary |
| Fields inherited from class org.pajes.html.Tag |
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
Applet(java.lang.String code)
Creates an applet declaration. |
|
| Method Summary | |
Container |
add(HTML htmlObject)
Adds an HTML object to the current container |
java.lang.String |
getCode()
Returns the class name of the Java applet. |
protected void |
init()
Called by the constructor and the Container.destroy() method to correctly
clear and initialise internal variables. |
Applet |
setCode(java.lang.String code)
Sets the class name of the Java applet. |
| Methods inherited from class org.pajes.html.Container |
add, add, add, addContent, clear, clone, delete, delete, destroy, get, getContent, getContents, getPosition, insert, replace, set, setContent, setContent, size, writeContent |
| Methods inherited from class org.pajes.html.TraversableElement |
dump, dump, getAll, getFieldByName, getFirstFieldByName, getFirstTagByAttribute, getFirstTagByClass, getFirstTagByID, getFirstTagByName, getTagByAttribute, getTagByClass, getTagByID, getTagByName, setWritable |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Applet(java.lang.String code)
code - the class name of the Java applet.| Method Detail |
public Applet setCode(java.lang.String code)
code - the class name of the Java applet.
public java.lang.String getCode()
public Container add(HTML htmlObject)
Container
add in class ContainerhtmlObject - - the Object to add (eg. doc.add(new htmlBody);)
Container.add(org.pajes.html.HTML)protected void init()
TagTag.destroy() method to correctly
clear and initialise internal variables.
Sub-classes must call super.init() before doing
anything else to ensure the Tag is initialised correctly.
init in class TagTag.init()
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||