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 |
---|---|
AlignItems |
UIFlexLayout.getAlignItems()
This value defines CSS align-items value of the flex layout.
|
Modifier and Type | Method and Description |
---|---|
void |
UIFlexLayout.setAlignItems(AlignItems alignItems) |
Modifier and Type | Method and Description |
---|---|
AlignItems |
AbstractUISplitLayout.getAlignItems() |
abstract AlignItems |
AbstractUIFlexLayout.getAlignItems() |
Modifier and Type | Method and Description |
---|---|
static AlignItems |
AlignItems.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlignItems[] |
AlignItems.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CssItem |
BootstrapClass.valueOf(AlignItems alignItems) |
static CssItem |
TobagoClass.valueOf(AlignItems alignItems)
Deprecated.
since 4.0.0, use
BootstrapClass.valueOf(AlignItems) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.