public class Rows extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Rows.RowBuilder |
| 限定符和类型 | 方法和说明 |
|---|---|
static RowRenderData |
create(CellRenderData... cell) |
static RowRenderData |
create(String... cell) |
static Rows.RowBuilder |
of() |
static Rows.RowBuilder |
of(CellRenderData... cell) |
static Rows.RowBuilder |
of(String... cell) |
static Rows.RowBuilder |
of(TextRenderData... cell) |
public static Rows.RowBuilder of()
public static Rows.RowBuilder of(CellRenderData... cell)
public static Rows.RowBuilder of(String... cell)
public static Rows.RowBuilder of(TextRenderData... cell)
public static RowRenderData create(String... cell)
public static RowRenderData create(CellRenderData... cell)
Copyright © 2021. All rights reserved.