com.bea.wli.sb.transports.ui
Class TransportUIFactory.DynamicTableObject

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportUIFactory.DynamicTableObject
All Implemented Interfaces:
TransportUIFactory.TransportUIObject
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.DynamicTableObject
extends Object
implements TransportUIFactory.TransportUIObject

Dynamic table object


Constructor Summary
TransportUIFactory.DynamicTableObject(String[] headers, TransportUIFactory.TextBoxObject[] uiobjects, List<String[]> rows)
          constructor
 
Method Summary
 String[] getHeaders()
          returns the headers
 TransportUIFactory.TextBoxObject[] getObjects()
          returns the UI Objets
 List<String[]> getRows()
          returns the list of rows (can be modified)
 int getType()
          returns the type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportUIFactory.DynamicTableObject

public TransportUIFactory.DynamicTableObject(String[] headers,
                                             TransportUIFactory.TextBoxObject[] uiobjects,
                                             List<String[]> rows)
constructor

Method Detail

getType

public int getType()
returns the type

Specified by:
getType in interface TransportUIFactory.TransportUIObject

getHeaders

public String[] getHeaders()
returns the headers


getObjects

public TransportUIFactory.TextBoxObject[] getObjects()
returns the UI Objets


getRows

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