Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
TableRow.VerticalAlign |
TableRow.getVerticalAlign()
Specify horizontal align of the content in a table row
|
static TableRow.VerticalAlign |
TableRow.VerticalAlign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableRow.VerticalAlign[] |
TableRow.VerticalAlign.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.setVerticalAlign(TableRow.VerticalAlign verticalAlign)
Set "vAlign" property and if element was draw call script at browser.
|