Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.layout | |
org.apache.myfaces.tobago.renderkit.css |
Modifier and Type | Method and Description |
---|---|
JustifyContent |
UIFlexLayout.getJustifyContent()
This value defines CSS justify-content value of the flex layout.
|
Modifier and Type | Method and Description |
---|---|
void |
UIFlexLayout.setJustifyContent(JustifyContent justifyContent) |
Modifier and Type | Method and Description |
---|---|
static JustifyContent |
JustifyContent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JustifyContent[] |
JustifyContent.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(JustifyContent justifyContent) |
static CssItem |
TobagoClass.valueOf(JustifyContent justifyContent)
Deprecated.
since 4.0.0, use
BootstrapClass.valueOf(JustifyContent) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.