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

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

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

Simple Table Object


Field Summary
static String DEFAULT_WIDTH
           
 
Method Summary
 String[] getHeaders()
          returns the headers
 List<TransportUIFactory.SimpleRowObject> getRows()
          returns the rows
 int getType()
          returns the type
 String getWidth()
          returns the width
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_WIDTH

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

getType

public int getType()
returns the type

Specified by:
getType in interface TransportUIFactory.TransportUIObject

getHeaders

public String[] getHeaders()
returns the headers


getRows

public List<TransportUIFactory.SimpleRowObject> getRows()
returns the rows


getWidth

public String getWidth()
returns the width