public final class CellProps extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CellProps.Builder
builder class for CellProps
|
Modifier and Type | Field and Description |
---|---|
static String |
WHITESPACE
the whitespace as a string
|
Modifier and Type | Method and Description |
---|---|
static CellProps |
buildEmptyCell() |
boolean |
equals(Object another)
equals
|
int |
getColspan()
column span
|
HorizAlign |
getHorizAlign()
the horizontal align
|
int |
getRowNumber() |
Object |
getValue()
the value to be displayed
|
VertAlign |
getVertAlign() |
int |
hashCode()
hashCode
|
String |
toString()
toString
|
public static final String WHITESPACE
public int getColspan()
public Object getValue()
public HorizAlign getHorizAlign()
public VertAlign getVertAlign()
public int getRowNumber()
public static CellProps buildEmptyCell()
Copyright © 2006–2015. All rights reserved.