public interface ISimpleTableObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_WIDTH |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getHeaders()
returns the headers
|
java.util.List |
getRows()
Note: We need to make it a general list instead of generic list here in order to avoid type conflict.
|
java.lang.String |
getWidth()
returns the width
|
static final java.lang.String DEFAULT_WIDTH