public class DataTableBuilder extends Object implements TableBuilder
| Modifier and Type | Field and Description |
|---|---|
protected ClassLoader |
classLoader |
protected DataTable |
dataTable |
| Constructor and Description |
|---|
DataTableBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(DataColumn col) |
void |
begin() |
void |
beginColumns() |
void |
changedRow(DataRow row) |
void |
deletedRow(DataRow row) |
void |
end() |
void |
endColumns() |
ClassLoader |
getClassLoader() |
DataTable |
getDataTable() |
void |
insertedRow(DataRow row) |
void |
setClassLoader(ClassLoader cl) |
void |
setDataTable(DataTable mt) |
void |
unchangedRow(DataRow row) |
protected ClassLoader classLoader
protected DataTable dataTable
public ClassLoader getClassLoader()
getClassLoader in interface TableBuilderpublic void setClassLoader(ClassLoader cl)
public DataTable getDataTable()
getDataTable in interface TableBuilderpublic void setDataTable(DataTable mt)
public void begin()
begin in interface TableBuilderpublic void beginColumns()
beginColumns in interface TableBuilderpublic void addColumn(DataColumn col)
addColumn in interface TableBuilderpublic void endColumns()
endColumns in interface TableBuilderpublic void unchangedRow(DataRow row)
unchangedRow in interface TableBuilderpublic void changedRow(DataRow row)
changedRow in interface TableBuilderpublic void insertedRow(DataRow row)
insertedRow in interface TableBuilderpublic void deletedRow(DataRow row)
deletedRow in interface TableBuilderpublic void end()
end in interface TableBuilderCopyright © 2018. All rights reserved.