Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.layout |
Modifier and Type | Method and Description |
---|---|
SegmentMeasureList |
UISegmentLayout.getExtraLarge()
The space-separated definition of the columns for extra large devices.
|
SegmentMeasureList |
UISegmentLayout.getExtraSmall()
The space-separated definition of the columns for extra small devices.
|
SegmentMeasureList |
UISegmentLayout.getLarge()
The space-separated definition of the columns for large devices.
|
SegmentMeasureList |
UISegmentLayout.getMedium()
The space-separated definition of the columns for medium devices.
|
SegmentMeasureList |
UISegmentLayout.getSmall()
The space-separated definition of the columns for small devices.
|
Modifier and Type | Method and Description |
---|---|
void |
UISegmentLayout.setExtraLarge(SegmentMeasureList extraLarge) |
void |
UISegmentLayout.setExtraSmall(SegmentMeasureList extraSmall) |
void |
UISegmentLayout.setLarge(SegmentMeasureList large) |
void |
UISegmentLayout.setMedium(SegmentMeasureList medium) |
void |
UISegmentLayout.setSmall(SegmentMeasureList small) |
Modifier and Type | Method and Description |
---|---|
static SegmentMeasureList |
SegmentMeasureList.parse(String string) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.