@Deprecated public class DataTable extends Object
Constructor and Description |
---|
DataTable()
Deprecated.
|
DataTable(List<TableRow> rows)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addColumn(String colName)
Deprecated.
|
void |
addColumns(Collection<String> colNames)
Deprecated.
|
void |
addRow(TableRow row)
Deprecated.
|
void |
addRows(Collection<TableRow> rows)
Deprecated.
|
String |
getHtmlTable()
Deprecated.
|
int |
getRowCount()
Deprecated.
|
ArrayList<TableRow> |
getRows()
Deprecated.
|
void |
sortByColumn(String colName)
Deprecated.
|
Map<String,DataTable> |
split(TableRowClassifier trc)
Deprecated.
|
String |
toString()
Deprecated.
|
public void addColumn(String colName)
public void addColumns(Collection<String> colNames)
public int getRowCount()
public void addRow(TableRow row)
public void addRows(Collection<TableRow> rows)
public void sortByColumn(String colName)
public Map<String,DataTable> split(TableRowClassifier trc)
public String getHtmlTable()
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.