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 |
---|---|
ColumnPartition |
UISegmentLayout.getExtraSmall()
The semicolon-separated definition of the columns for extra small devices.
|
ColumnPartition |
UISegmentLayout.getLarge()
The semicolon-separated definition of the columns for large devices.
|
ColumnPartition |
UISegmentLayout.getMedium()
The semicolon-separated definition of the columns for medium devices.
|
ColumnPartition |
UISegmentLayout.getSmall()
The semicolon-separated definition of the columns for small devices.
|
Modifier and Type | Method and Description |
---|---|
void |
UISegmentLayout.setExtraSmall(ColumnPartition extraSmall) |
void |
UISegmentLayout.setLarge(ColumnPartition large) |
void |
UISegmentLayout.setMedium(ColumnPartition medium) |
void |
UISegmentLayout.setSmall(ColumnPartition small) |
Modifier and Type | Method and Description |
---|---|
abstract ColumnPartition |
AbstractUISegmentLayout.getExtraSmall() |
abstract ColumnPartition |
AbstractUISegmentLayout.getLarge() |
abstract ColumnPartition |
AbstractUISegmentLayout.getMedium() |
abstract ColumnPartition |
AbstractUISegmentLayout.getSmall() |
Modifier and Type | Field and Description |
---|---|
static ColumnPartition |
ColumnPartition.PARTITION_12 |
Modifier and Type | Method and Description |
---|---|
static ColumnPartition |
ColumnPartition.valueOf(Object object) |
static ColumnPartition |
ColumnPartition.valueOf(String string) |
Constructor and Description |
---|
Generator(ColumnPartition extraSmall,
ColumnPartition small,
ColumnPartition medium,
ColumnPartition large) |
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.