|
|||||||||
| 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 java.lang.String |
DEFAULT_WIDTH
|
| Method Summary | |
|---|---|
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 |
| Field Detail |
|---|
static final java.lang.String DEFAULT_WIDTH
| Method Detail |
|---|
java.lang.String[] getHeaders()
java.util.List getRows()
java.lang.String getWidth()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||