Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
TableRow.Align |
TableRow.getAlign()
Specify horizontal align of the content in a table row
|
static TableRow.Align |
TableRow.Align.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableRow.Align[] |
TableRow.Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TableRow |
TableRow.setAlign(TableRow.Align align)
Set "align" property and if element was draw call script at browser.
|