public static class TransportUIFactory.DynamicTableObject extends Object implements TransportUIFactory.TransportUIObject, IDynamicTableObject, Serializable
Constructor and Description |
---|
DynamicTableObject(String[] headers, UIObject[] uiobjects, List<String[]> rows)
constructor
|
Modifier and Type | Method and Description |
---|---|
String[] |
getHeaders()
returns the headers
|
UIObject[] |
getObjects()
returns the UI Objets
|
List<String[]> |
getRows()
returns the list of rows (can be modified)
|
int |
getType()
returns the type
|
public int getType()
public String[] getHeaders()
public UIObject[] getObjects()
getObjects
in interface IDynamicTableObject