|
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.Table.Column
public class Table.Column
Inner class representing a column layout.
| Field Summary |
|---|
| Fields inherited from class org.pajes.html.Tag |
|---|
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
|---|---|
Table.Column()
Creates a new Column instance. |
|
| Method Summary | |
|---|---|
Table.Column |
setAlignment(java.lang.String alignment)
Sets the alignment of the column text. |
Table.Column |
setAlignmentCharacter(char character)
Sets the character on which to align column text. |
Table.Column |
setAlignmentCharacterOffset(int offset)
Sets the offset to the first character to align on. |
Table.Column |
setAlignmentCharacterOffset(java.lang.String offset)
Sets the offset to the first character to align on. |
Table.Column |
setColumnSpan(int columnsToSpan)
Set the number of columns that this column will span. |
Table.Column |
setVerticalAlignment(java.lang.String alignment)
Set the vertical alignment of the content in the cell. |
Table.Column |
setWidth(int width)
Sets the width. |
Table.Column |
setWidth(java.lang.String width)
Sets the width. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Table.Column()
| Method Detail |
|---|
public Table.Column setAlignment(java.lang.String alignment)
alignment - Left, Center, Right, Justify or Char
TagException - if an invalid alignment is specified.public Table.Column setAlignmentCharacter(char character)
character - the character on which to align column text.
public Table.Column setAlignmentCharacterOffset(int offset)
offset - the number of pixels to offset.
public Table.Column setAlignmentCharacterOffset(java.lang.String offset)
offset - the number of pixels, or percentage, of the offset.
public Table.Column setColumnSpan(int columnsToSpan)
columnsToSpan - the number of columns this column will span.
public Table.Column setVerticalAlignment(java.lang.String alignment)
alignment - the vertical alignment of the content in the cell, such as
top, middle, bottom, etc.
public Table.Column setWidth(int width)
width - the width value.
public Table.Column setWidth(java.lang.String width)
width - the width value.
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||