|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISimpleTableObject
Simple Table Interface
| Field Summary | |
|---|---|
static String |
DEFAULT_WIDTH
|
| Method Summary | |
|---|---|
String[] |
getHeaders()
returns the headers |
List |
getRows()
Note: We need to make it a general list instead of generic list here in order to avoid type conflict. |
String |
getWidth()
returns the width |
| Field Detail |
|---|
static final String DEFAULT_WIDTH
| Method Detail |
|---|
String[] getHeaders()
List getRows()
String getWidth()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||