| Package | Description |
|---|---|
| org.apache.myfaces.tobago.component | |
| org.apache.myfaces.tobago.layout | |
| org.apache.myfaces.tobago.renderkit.css |
| Modifier and Type | Method and Description |
|---|---|
SegmentJustify |
UISegmentLayout.getJustify()
The horizontal alignment of the elements inside of the grid, possible values are:
{
Allowed Values: none,start,center,end,around,between |
SegmentJustify |
SupportsSegmentLayout.getJustify() |
| Modifier and Type | Method and Description |
|---|---|
void |
UISegmentLayout.setJustify(SegmentJustify justify) |
| Modifier and Type | Method and Description |
|---|---|
static SegmentJustify |
SegmentJustify.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentJustify[] |
SegmentJustify.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.segmentJustify(SegmentJustify segmentJustify) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.