Modifier and Type | Method and Description |
---|---|
MeasureList |
UISplitLayout.getColumns()
This value defines the layout constraints for column layout.
|
MeasureList |
UIFlexLayout.getColumns()
This value defines the layout constraints for column layout.
|
MeasureList |
UISplitLayout.getRows()
This value defines the layout constraints for row layout.
|
MeasureList |
UIFlexLayout.getRows()
This value defines the layout constraints for row layout.
|
Modifier and Type | Method and Description |
---|---|
void |
UISplitLayout.setColumns(MeasureList columns) |
void |
UIFlexLayout.setColumns(MeasureList columns) |
void |
UISplitLayout.setRows(MeasureList rows) |
void |
UIFlexLayout.setRows(MeasureList rows) |
Modifier and Type | Method and Description |
---|---|
MeasureList |
AbstractUISheet.getColumnLayout() |
abstract MeasureList |
AbstractUIFlexLayout.getColumns() |
abstract MeasureList |
AbstractUISegmentLayout.getExtraLarge() |
abstract MeasureList |
AbstractUISegmentLayout.getExtraSmall() |
abstract MeasureList |
AbstractUISegmentLayout.getLarge() |
abstract MeasureList |
AbstractUISegmentLayout.getMedium() |
abstract MeasureList |
AbstractUIFlexLayout.getRows() |
abstract MeasureList |
AbstractUISegmentLayout.getSmall() |
Modifier and Type | Method and Description |
---|---|
protected MeasureList |
Grid.getColumns()
Deprecated.
|
protected MeasureList |
Grid.getRows()
Deprecated.
|
Constructor and Description |
---|
Grid(MeasureList columns,
MeasureList rows)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
JsonUtils.encode(MeasureList layout,
StringBuilder builder) |
Modifier and Type | Class and Description |
---|---|
class |
SegmentMeasureList |
Modifier and Type | Method and Description |
---|---|
static MeasureList |
MeasureList.parse(String string) |
Constructor and Description |
---|
Generator(MeasureList extraSmall,
MeasureList small,
MeasureList medium,
MeasureList large,
MeasureList extraLarge,
MarginTokens marginExtraSmall,
MarginTokens marginSmall,
MarginTokens marginMedium,
MarginTokens marginLarge,
MarginTokens marginExtraLarge) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.