|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.alsb.presentation.SimpleTableObject
public class SimpleTableObject
Simple Table Object
| Field Summary |
|---|
| Fields inherited from interface com.bea.alsb.presentation.Constants |
|---|
TYPE_BROWSER_TEXTBOX, TYPE_CHECKBOX, TYPE_CONFIRM, TYPE_DYN_TABLE, TYPE_EXPAND_TABLE, TYPE_FILE_BROWSER, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX |
| Fields inherited from interface com.bea.alsb.presentation.ISimpleTableObject |
|---|
DEFAULT_WIDTH |
| Constructor Summary | |
|---|---|
SimpleTableObject(java.lang.String[] headers,
java.util.List<SimpleRowObject> rows,
java.lang.String width)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getHeaders()
returns the headers |
java.util.List<SimpleRowObject> |
getRows()
returns the rows |
int |
getType()
returns the type |
java.lang.String |
getWidth()
returns the width |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleTableObject(java.lang.String[] headers,
java.util.List<SimpleRowObject> rows,
java.lang.String width)
| Method Detail |
|---|
public int getType()
getType in interface UIObjectpublic java.lang.String[] getHeaders()
getHeaders in interface ISimpleTableObjectpublic java.util.List<SimpleRowObject> getRows()
getRows in interface ISimpleTableObjectpublic java.lang.String getWidth()
getWidth in interface ISimpleTableObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||