public interface Loader
| Modifier and Type | Method and Description |
|---|---|
void |
loadInto(GridBrowser grid,
AbstractTableBean<? extends TableData> table,
java.util.Map<java.lang.String,java.lang.String> args,
com.technia.tvc.gridbrowser.model.Format format)
Loads the data into the specified
table. |
void loadInto(GridBrowser grid, AbstractTableBean<? extends TableData> table, java.util.Map<java.lang.String,java.lang.String> args, com.technia.tvc.gridbrowser.model.Format format) throws TVCException
table.grid - The grid browser instance.table - The table into where the data should loadedargs - A map with argumentsformat - The formatTVCException - Upon problems.Copyright ? Technia AB. All Rights Reserved.