com.bea.alsb.presentation
Interface IExpandableTableObject

All Known Implementing Classes:
ExpandableTableObject, TransportUIFactory.ExpandableTableObject

public interface IExpandableTableObject


Method Summary
 String getCheckboxDescription()
          returns the checkbox description
 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

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

String getCheckboxDescription()
returns the checkbox description