getSelectedRowProperties(TableRowGroup aGroup) Returns a list of names and types for the selected rows.
Parameters: aGroup - TableRowGroup the table data with some rows selected.
public static List getSelectedRowProperties(TableRowGroup aGroup)(Code)
Returns a list of names and types for the selected rows.
Parameters: aGroup - TableRowGroup the table data with some rows selected. List of Properties objects
Each properties object has 'name' and 'type' keys and values.