Skip navigation links

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

E15033-09


com.bea.alsb.presentation
Interface ISimpleTableObject

All Known Implementing Classes:
SimpleTableObject, TransportUIFactory.SimpleTableObject

public interface ISimpleTableObject

Simple Table Interface


Field Summary
static java.lang.String DEFAULT_WIDTH
           

 

Method Summary
 java.lang.String[] getHeaders()
          returns the headers
 java.util.List getRows()
          Note: We need to make it a general list instead of generic list here in order to avoid type conflict.
 java.lang.String getWidth()
          returns the width

 

Field Detail

DEFAULT_WIDTH

static final java.lang.String DEFAULT_WIDTH
See Also:
Constant Field Values

Method Detail

getHeaders

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

getRows

java.util.List getRows()
Note: We need to make it a general list instead of generic list here in order to avoid type conflict. returns the rows

getWidth

java.lang.String getWidth()
returns the width

Skip navigation links

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

E15033-09


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