public class SimpleTableObject extends Object implements UIObject, Constants, ISimpleTableObject
| Constructor and Description |
|---|
SimpleTableObject(String[] headers, List<SimpleRowObject> rows, String width)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getHeaders()
returns the headers
|
List<SimpleRowObject> |
getRows()
returns the rows
|
int |
getType()
returns the type
|
String |
getWidth()
returns the width
|
public SimpleTableObject(String[] headers, List<SimpleRowObject> rows, String width)
public int getType()
public String[] getHeaders()
public List<SimpleRowObject> getRows()
public String getWidth()