static ICell |
ICellCtrl.from(Cell instance) |
|
static <I extends IAnyGroup> ICell<I> |
ICell.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> ICell<I> |
ICell.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> ICell<I> |
ICell.ofId(java.lang.String id) |
Returns the instance with the given id.
|
ICell<I> |
ICell.withAlign(java.lang.String align) |
Returns a copy of this immutable component with the specified
align .
|
ICell<I> |
ICell.withColspan(int colspan) |
Returns a copy of this immutable component with the specified
colspan .
|
ICell<I> |
ICell.withRowspan(int rowspan) |
Returns a copy of this immutable component with the specified
rowspan .
|
ICell<I> |
ICell.withValign(java.lang.String valign) |
Returns a copy of this immutable component with the specified
valign .
|