| 程序包 | 说明 |
|---|---|
| com.taobao.text.ui |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Layout.Weighted |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Layout |
TableElement.columnLayout
The column layout.
|
protected Layout |
TableElement.rowLayout
The optional row row layout.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Layout |
Layout.flow() |
Layout |
TableElement.getColumnLayout() |
Layout |
TableElement.getRowLayout() |
static Layout |
Layout.weighted(int... weights) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TableElement.setColumnLayout(Layout columnLayout) |
void |
TableElement.setRowLayout(Layout rowLayout) |
TableElement |
TableElement.withColumnLayout(Layout columnLayout) |
TableElement |
TableElement.withRowLayout(Layout rowLayout) |
Copyright © 2018. All rights reserved.