com.bea.alsb.presentation
Interface IDynamicTableObject

All Known Implementing Classes:
DynamicTableObject, TransportUIFactory.DynamicTableObject

public interface IDynamicTableObject

Dynamic Table Interface


Method Summary
 String[] getHeaders()
          returns the headers
 TextBoxObject[] getObjects()
          returns the UI Objets
 List<String[]> getRows()
          returns the list of rows (can be modified)
 

Method Detail

getHeaders

String[] getHeaders()
returns the headers


getObjects

TextBoxObject[] getObjects()
returns the UI Objets


getRows

List<String[]> getRows()
returns the list of rows (can be modified)