public class RowElement extends Element
| 构造器和说明 |
|---|
RowElement() |
RowElement(boolean header) |
| 限定符和类型 | 方法和说明 |
|---|---|
RowElement |
add(Element... cols) |
RowElement |
add(String... cols) |
Element |
getCol(int index) |
int |
getSize() |
com.taobao.text.ui.RowLineRenderer |
renderer() |
RowElement |
style(Style.Composite style) |
public int getSize()
public Element getCol(int index)
public RowElement add(Element... cols)
public RowElement add(String... cols)
public RowElement style(Style.Composite style)
Copyright © 2018. All rights reserved.