|
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.TableContainer
org.pajes.html.Table.Cell
org.pajes.html.Table.HeadingCell
Inner class representing a heading cell within the table.
| Field Summary |
| Fields inherited from class org.pajes.html.Tag |
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
Table.HeadingCell()
Creates a table heading cell |
|
Table.HeadingCell(HTML cellContents,
int columnsToSpan,
int rowsToSpan)
Called by Table.addHeadingCell(java.lang.String) to add a cell. |
|
| Methods inherited from class org.pajes.html.Table.Cell |
getColumnSpan, getRowSpan, setAttribute, setColumnSpan, setNoWordWrap, setRowSpan |
| Methods inherited from class org.pajes.html.TableContainer |
getTable, setAlignment, setAlignmentCenter, setAlignmentLeft, setAlignmentRight, setBGColor, setHeight, setHeight, setVerticalAlignment, setVerticalAlignmentBottom, setVerticalAlignmentMiddle, setVerticalAlignmentTop, setWidth, setWidth, writeContent |
| 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 |
| 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 Table.HeadingCell()
public Table.HeadingCell(HTML cellContents,
int columnsToSpan,
int rowsToSpan)
Table.addHeadingCell(java.lang.String) to add a cell.
cellContents - the content to place in the cell.columnsToSpan - the number of columns this cell should span.rowsToSpan - the number of rows this cell should span.
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||