Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.layout | |
org.apache.myfaces.tobago.renderkit.css |
Modifier and Type | Method and Description |
---|---|
Overflow |
UIStyle.getOverflowX() |
Overflow |
UIStyle.getOverflowY() |
Modifier and Type | Method and Description |
---|---|
void |
UIStyle.setOverflowX(Overflow overflowX) |
void |
UIStyle.setOverflowY(Overflow overflowY) |
Modifier and Type | Method and Description |
---|---|
abstract Overflow |
AbstractUIStyle.getOverflowX() |
abstract Overflow |
AbstractUIStyle.getOverflowY() |
Modifier and Type | Method and Description |
---|---|
static Overflow |
Overflow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Overflow[] |
Overflow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Overflow |
Style.getOverflowX()
Deprecated.
|
Overflow |
Style.getOverflowY()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Style.setOverflowX(Overflow overflowX)
Deprecated.
|
void |
Style.setOverflowY(Overflow overflowY)
Deprecated.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.