Package | Description |
---|---|
org.apache.myfaces.tobago.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 |
---|---|
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 TobagoClass |
TobagoClass.valueOf(AlignItems alignItems) |
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.