public class FilesDataHandler
extends java.lang.Object
implements com.technia.tvc.core.db.table.evaluator.DataHandler
| Constructor and Description |
|---|
FilesDataHandler() |
| Modifier and Type | Method and Description |
|---|---|
com.technia.tvc.core.gui.table.Cell |
createCell(com.technia.tvc.core.gui.table.Column column,
com.technia.tvc.core.db.table.evaluator.EvaluatedData data) |
protected java.lang.String |
getCellShowableExpressionStatement(com.technia.tvc.core.gui.table.Column column) |
void |
populateCell(com.technia.tvc.core.gui.table.Cell cell,
com.technia.tvc.core.db.table.evaluator.EvaluatedData data) |
void |
prepareEvaluation(com.technia.tvc.core.gui.table.Column column,
com.technia.tvc.core.db.table.evaluator.EvaluationInput input) |
public void prepareEvaluation(com.technia.tvc.core.gui.table.Column column,
com.technia.tvc.core.db.table.evaluator.EvaluationInput input)
prepareEvaluation in interface com.technia.tvc.core.db.table.evaluator.DataHandlerpublic com.technia.tvc.core.gui.table.Cell createCell(com.technia.tvc.core.gui.table.Column column,
com.technia.tvc.core.db.table.evaluator.EvaluatedData data)
createCell in interface com.technia.tvc.core.db.table.evaluator.DataHandlerpublic void populateCell(com.technia.tvc.core.gui.table.Cell cell,
com.technia.tvc.core.db.table.evaluator.EvaluatedData data)
populateCell in interface com.technia.tvc.core.db.table.evaluator.DataHandlerprotected java.lang.String getCellShowableExpressionStatement(com.technia.tvc.core.gui.table.Column column)