com.bea.alsb.presentation
Interface IDynamicTableObject

All Known Implementing Classes:
DynamicTableObject, TransportUIFactory.DynamicTableObject

public interface IDynamicTableObject

Dynamic Table Interface


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

Method Detail

getHeaders

java.lang.String[] getHeaders()
returns the headers


getObjects

TextBoxObject[] getObjects()
returns the UI Objets


getRows

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