Package | Description |
---|---|
org.richfaces.component |
Fundamental APIs for user interface components
|
org.richfaces.component.html |
Specialized user interface component classes for HTML
|
Modifier and Type | Method and Description |
---|---|
abstract LayoutPosition |
UILayoutPanel.getPosition()
Get placement position type name
|
static LayoutPosition |
LayoutPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LayoutPosition[] |
LayoutPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
UILayoutPanel.setPosition(LayoutPosition newvalue)
Set placement position type name
|
Modifier and Type | Method and Description |
---|---|
LayoutPosition |
HtmlLayoutPanel.getPosition() |
Modifier and Type | Method and Description |
---|---|
void |
HtmlLayoutPanel.setPosition(LayoutPosition _position) |
Copyright © 2014. All Rights Reserved.