public class Span extends Object implements AppChildConstraint
| Constructor and Description |
|---|
Span(int colSpan,
int rowSpan) |
| Modifier and Type | Method and Description |
|---|---|
static Span |
col(int colSpan) |
boolean |
equals(Object o) |
int |
getColSpan() |
int |
getRowSpan() |
int |
hashCode() |
static Span |
of(int colSpan,
int rowSpan) |
static Span |
row(int rowSpan) |
Copyright © 2021 vpc open source initiative. All rights reserved.