com.bea.alsb.presentation
Class SimpleTableObject
java.lang.Object
com.bea.alsb.presentation.SimpleTableObject
- All Implemented Interfaces:
- Constants, ISimpleTableObject, UIObject
public class SimpleTableObject
- extends Object
- implements UIObject, Constants, ISimpleTableObject
Fields inherited from interface com.bea.alsb.presentation.Constants |
TYPE_BROWSER_TEXTBOX, TYPE_CHECKBOX, TYPE_CONFIRM, TYPE_DYN_TABLE, TYPE_EXPAND_TABLE, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX |
SimpleTableObject
public SimpleTableObject(String[] headers,
List<SimpleRowObject> rows,
String width)
- Constructor
getType
public int getType()
- returns the type
- Specified by:
getType
in interface UIObject
getHeaders
public String[] getHeaders()
- returns the headers
- Specified by:
getHeaders
in interface ISimpleTableObject
getRows
public List<SimpleRowObject> getRows()
- returns the rows
- Specified by:
getRows
in interface ISimpleTableObject
getWidth
public String getWidth()
- returns the width
- Specified by:
getWidth
in interface ISimpleTableObject