Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


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:
ISimpleTableObject, UIObject, TransportUIFactory.TransportUIObject, java.io.Serializable
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.SimpleTableObject
extends java.lang.Object
implements TransportUIFactory.TransportUIObject, ISimpleTableObject, java.io.Serializable

Simple Table Object

See Also:
Serialized Form

Field Summary

 

Fields inherited from interface com.bea.alsb.presentation.ISimpleTableObject
DEFAULT_WIDTH

 

Constructor Summary
TransportUIFactory.SimpleTableObject(java.lang.String[] headers, java.util.List<TransportUIFactory.SimpleRowObject> rows, java.lang.String width)
          Constructor

 

Method Summary
 java.lang.String[] getHeaders()
          returns the headers
 java.util.List<TransportUIFactory.SimpleRowObject> getRows()
          returns the rows
 int getType()
          returns the type
 java.lang.String getWidth()
          returns the width

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TransportUIFactory.SimpleTableObject

public TransportUIFactory.SimpleTableObject(java.lang.String[] headers,
                                            java.util.List<TransportUIFactory.SimpleRowObject> rows,
                                            java.lang.String width)
Constructor

Method Detail

getType

public int getType()
returns the type
Specified by:
getType in interface UIObject

getHeaders

public java.lang.String[] getHeaders()
returns the headers
Specified by:
getHeaders in interface ISimpleTableObject

getRows

public java.util.List<TransportUIFactory.SimpleRowObject> getRows()
returns the rows
Specified by:
getRows in interface ISimpleTableObject

getWidth

public java.lang.String getWidth()
returns the width
Specified by:
getWidth in interface ISimpleTableObject

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


Copyright © 2008, 2010, Oracle. All rights reserved.