|
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.Div
This class generates the DIV tags.
| Field Summary |
| Fields inherited from class org.pajes.html.Tag |
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
Div()
Creates an empty division. |
|
Div(java.lang.String name)
Creates a named division. |
|
Div(java.lang.String name,
java.lang.String styleSheetClass)
Creates a named division with the specified stylesheet class. |
|
Div(java.lang.String name,
java.lang.String styleSheetClass,
java.lang.String styleSheetID)
Creates a named division with the specified stylesheet class and ID. |
|
| Method Summary | |
java.lang.String |
getName()
Returns the name attribute of this divison. |
Div |
setName(java.lang.String name)
Sets the name of this divison. |
| Methods inherited from class org.pajes.html.Container |
add, 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 Div()
public Div(java.lang.String name)
name - the name to be given to the division.
public Div(java.lang.String name,
java.lang.String styleSheetClass)
name - the name to be given to the division.styleSheetClass - the style sheet class to be assigned to this
division.
public Div(java.lang.String name,
java.lang.String styleSheetClass,
java.lang.String styleSheetID)
name - the name to be given to the divisionstyleSheetClass - the style sheet class to be assigned to this
division.styleSheetID - the style sheet ID to be assigned to this division.| Method Detail |
public Div setName(java.lang.String name)
name - the name to apply to the input object.
public java.lang.String getName()
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||