| java.lang.Object org.directwebremoting.proxy.io.Context jsx3.lang.Object jsx3.gui.matrix.ColumnFormat
ColumnFormat | public class ColumnFormat extends jsx3.lang.Object (Code) | | A class that defines the methods required for an object to be used by Matrix.Column instances to
format cells of data.
author: Joe Walker [joe at getahead dot org] author: DRAPGEN - Dwr Reverse Ajax Proxy GENerator |
ColumnFormat | public ColumnFormat(Context context, String extension, ScriptProxy scriptProxy)(Code) | | All reverse ajax proxies need context to work from
Parameters: scriptProxy - The place we are writing scripts to Parameters: context - The script that got us to where we are now |
format | public void format(String objDiv, String strCDFKey, jsx3.gui.Matrix objMatrix, jsx3.gui.matrix.Column objMatrixColumn, int intRowNumber, jsx3.app.Server objServer)(Code) | | Formats the Matrix cell, a native DIV element.
Parameters: objDiv - on-screen DIV element to be formatted. Note that this DIV is contained within a TD Parameters: strCDFKey - CDF record id for the record in the data model bound to the affected on-screen row Parameters: objMatrix - matrix instance Parameters: objMatrixColumn - matrix column instance Parameters: intRowNumber - row number for row containing this cell (1-based) Parameters: objServer - server instance. Useful for querying locale (for localized output) |
validate | public void validate(org.directwebremoting.proxy.Callback<Boolean> callback)(Code) | | Classes that implement this interface must provide this method to allow for browser-specific or similar type 'switch'. If
false is returned, the formatter will not even attempt to iterate
Parameters: callback - true if the formatter should be called to iterate and format |
Methods inherited from jsx3.lang.Object | public void ignoreReturn()(Code)(Java Doc)
|
|
|