Package | Description |
---|---|
org.fireweb | |
org.fireweb.css | |
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
Direction.Type |
Element.getDir()
Get text direction property
|
Modifier and Type | Method and Description |
---|---|
Element |
Element.setDir(Direction.Type dir)
Set text direction property
|
Modifier and Type | Method and Description |
---|---|
Direction.Type |
Direction.getType() |
static Direction.Type |
Direction.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Direction.Type[] |
Direction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CSS |
CSS.setDirection(Direction.Type direction) |
Direction |
Direction.setType(Direction.Type type) |
Constructor and Description |
---|
Direction(Direction.Type type) |
Constructor and Description |
---|
Bdo(Direction.Type dir)
Creates element with given text direction.
|