| dinamica.IRowEvent
All known Subclasses: dinamica.GenericOutput,
IRowEvent | public interface IRowEvent (Code) | | This interface may be implemented by classes
that need to make very custom modifications the the
generated rows when producing a table with the TemplateEngine
class. This way can be produced special effects like
alternate row colors.
Creation date: 29/10/2003
Last Update: 29/10/2003
(c) 2003 Martin Cordova
This code is released under the LGPL license
author: Martin Cordova |
onNewRow | public String onNewRow(Recordset rs, String rowTemplate) throws Throwable(Code) | | This method is called before appending the
row template to the table template
Parameters: rs - Recordset used to fill the table, the recordposition will the the current record Parameters: rowTemplate - Row buffer Modified row template throws: Throwable - |
|
|