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