Package | Description |
---|---|
org.crsh.text.ui |
Modifier and Type | Class and Description |
---|---|
static class |
Layout.Weighted |
Modifier and Type | Field and Description |
---|---|
protected Layout |
TableElement.columnLayout
The column layout.
|
(package private) Layout |
TableLineRenderer.columnLayout
.
|
protected Layout |
TableElement.rowLayout
The optional row row layout.
|
(package private) Layout |
TableLineRenderer.rowLayout
.
|
private static Layout |
Layout.RTL |
Modifier and Type | Method and Description |
---|---|
static Layout |
Layout.flow() |
Layout |
TableElement.getColumnLayout() |
Layout |
TableElement.getRowLayout() |
static Layout |
Layout.weighted(int... weights) |
Modifier and Type | Method and Description |
---|---|
void |
TableElement.setColumnLayout(Layout columnLayout) |
void |
TableElement.setRowLayout(Layout rowLayout) |
TableElement |
TableElement.withColumnLayout(Layout columnLayout) |
TableElement |
TableElement.withRowLayout(Layout rowLayout) |
Constructor and Description |
---|
TableElement(Layout rowLayout,
Layout columnLayout) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.