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 |
SupportsSegmentLayout.getExtra2Large() |
MeasureList |
SupportsSegmentLayout.getExtraLarge() |
MeasureList |
SupportsSegmentLayout.getExtraSmall() |
MeasureList |
SupportsSegmentLayout.getLarge() |
MeasureList |
SupportsSegmentLayout.getMedium() |
MeasureList |
UISplitLayout.getRows()
This value defines the layout constraints for row layout.
|
MeasureList |
UIFlexLayout.getRows()
This value defines the layout constraints for row layout.
|
MeasureList |
SupportsSegmentLayout.getSmall() |
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 |
AbstractUIFlexLayout.getRows() |
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 String |
JsonUtils.encode(MeasureList measures,
String name) |
Modifier and Type | Class and Description |
---|---|
class |
SegmentMeasureList |
Modifier and Type | Method and Description |
---|---|
static MeasureList |
MeasureList.parse(String string) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.