public class ExpandableTableObject extends Object implements UIObject, Constants, IExpandableTableObject
| Constructor and Description |
|---|
ExpandableTableObject(List<ExpandableRowObject> rows, String checkboxDescription)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckboxDescription()
returns the checkbox description
|
List<ExpandableRowObject> |
getRows()
returns the row objects
|
int |
getType()
returns the type
|
public ExpandableTableObject(List<ExpandableRowObject> rows, String checkboxDescription)
public int getType()
public List<ExpandableRowObject> getRows()
public String getCheckboxDescription()