public interface IExpandableTableObject
Modifier and Type | Method and Description |
---|---|
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.
|