|
PAJES 3.0.21 | ||||||||
| 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.ColumnGroup
public class Table.ColumnGroup
Inner class representing a column layout group.
| Field Summary |
|---|
| Fields inherited from class org.pajes.html.Tag |
|---|
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
|---|---|
Table.ColumnGroup()
Creates a column group. |
|
| Method Summary | |
|---|---|
Traversable |
add(HTML html)
Adds an HTML object to the current container |
Table.ColumnGroup |
setAlignment(java.lang.String alignment)
Sets the alignment of the column text. |
Table.ColumnGroup |
setAlignmentCharacter(char character)
Sets the character on which to align column text. |
Table.ColumnGroup |
setAlignmentCharacterOffset(int offset)
Sets the offset to the first character to align on. |
Table.ColumnGroup |
setAlignmentCharacterOffset(java.lang.String offset)
Sets the offset to the first character to align on. |
Table.ColumnGroup |
setColumnSpan(int columnsToSpan)
Set the number of columns that this column will span. |
Table.ColumnGroup |
setVerticalAlignment(java.lang.String alignment)
Set the vertical alignment of the content in the cell. |
Table.ColumnGroup |
setWidth(int width)
Sets the width. |
Table.ColumnGroup |
setWidth(java.lang.String width)
Sets the width. |
| Methods inherited from class org.pajes.html.TableContainer |
|---|
getTable, setAlignmentCenter, setAlignmentLeft, setAlignmentRight, setBGColor, setHeight, setHeight, setVerticalAlignmentBottom, setVerticalAlignmentMiddle, setVerticalAlignmentTop, writeContent |
| 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 |
| 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 |
| Methods inherited from interface org.pajes.html.Traversable |
|---|
isWritable |
| Methods inherited from interface org.pajes.html.HTML |
|---|
getContainer, getDocument, getId, getParent, getWritePermission, isChildOf, isChildOf, setContainer, setParent, setWritePermission, write |
| Constructor Detail |
|---|
public Table.ColumnGroup()
| Method Detail |
|---|
public Traversable add(HTML html)
Container
add in interface Traversableadd in class Containerhtml - -
the Object to add (eg. doc.add(new htmlBody);)
Container.add(org.pajes.html.HTML)public Table.ColumnGroup setAlignment(java.lang.String alignment)
setAlignment in class TableContaineralignment - Left, Center, Right, Justify or Char
TagException - if an invalid alignment is specified.public Table.ColumnGroup setAlignmentCharacter(char character)
character - the character on which to align column text.
public Table.ColumnGroup setAlignmentCharacterOffset(int offset)
offset - the number of pixels to offset.
public Table.ColumnGroup setAlignmentCharacterOffset(java.lang.String offset)
offset - the number of pixels, or percentage, of the offset.
public Table.ColumnGroup setColumnSpan(int columnsToSpan)
columnsToSpan - the number of columns this column will span.
public Table.ColumnGroup setVerticalAlignment(java.lang.String alignment)
setVerticalAlignment in class TableContaineralignment - the vertical alignment of the content in the cell, such as
top, middle, bottom, etc.
public Table.ColumnGroup setWidth(int width)
setWidth in class TableContainerwidth - the width value.
public Table.ColumnGroup setWidth(java.lang.String width)
setWidth in class TableContainerwidth - the width value.
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||