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:
IDynamicTableObject, UIObject, TransportUIFactory.TransportUIObject
Enclosing class:
TransportUIFactory

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

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 UIObject

getHeaders

public String[] getHeaders()
returns the headers

Specified by:
getHeaders in interface IDynamicTableObject

getObjects

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

Specified by:
getObjects in interface IDynamicTableObject

getRows

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

Specified by:
getRows in interface IDynamicTableObject