Skip navigation links

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

E15033-03


com.bea.alsb.presentation
Interface IExpandableTableObject

All Known Implementing Classes:
ExpandableTableObject, TransportUIFactory.ExpandableTableObject

public interface IExpandableTableObject

Expandable Table Interface


Method Summary
 java.lang.String getCheckboxDescription()
          returns the checkbox description
 java.util.List getRows()
          Note: We need to make it a general list instead of generic list here in order to avoid type conflict.

 

Method Detail

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 row objects

getCheckboxDescription

java.lang.String getCheckboxDescription()
returns the checkbox description

Skip navigation links

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

E15033-03


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