Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.layout | |
org.apache.myfaces.tobago.renderkit.css |
Modifier and Type | Method and Description |
---|---|
Display |
UIStyle.getDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
UIStyle.setDisplay(Display display) |
Modifier and Type | Field and Description |
---|---|
static Display |
Display.BLOCK
Deprecated.
Since Tobago 3.0.0 Please use
block |
static Display |
Display.INLINE
Deprecated.
Since Tobago 3.0.0 Please use
inline |
static Display |
Display.NONE
Deprecated.
Since Tobago 3.0.0 Please use
none |
Modifier and Type | Method and Description |
---|---|
static Display |
Display.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Display[] |
Display.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Display |
Style.getDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
Style.setDisplay(Display display) |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.