com.bea.alsb.presentation
Interface ISimpleTableObject

All Known Implementing Classes:
SimpleTableObject, TransportUIFactory.SimpleTableObject

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

DEFAULT_WIDTH

static final String DEFAULT_WIDTH
See Also:
Constant Field Values
Method Detail

getHeaders

String[] getHeaders()
returns the headers


getRows

List getRows()
Note: We need to make it a general list instead of generic list here in order to avoid type conflict. returns the rows


getWidth

String getWidth()
returns the width