org.makumba.list.html
Class RecordViewer

java.lang.Object
  extended by org.makumba.commons.formatters.RecordFormatter
      extended by org.makumba.list.html.RecordViewer
All Implemented Interfaces:
Serializable

public class RecordViewer
extends RecordFormatter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.makumba.commons.formatters.RecordFormatter
dd, expr, formatterArray, isSearchForm
 
Constructor Summary
RecordViewer(ComposedQuery q)
           
RecordViewer(DataDefinition ri, Hashtable<String,String> h)
           
 
Method Summary
protected  String applyParameters(FieldFormatter ff, Dictionary<String,Object> formatParams, String s)
           
protected  void initFormatters()
           
 
Methods inherited from class org.makumba.commons.formatters.RecordFormatter
format, getFormIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordViewer

public RecordViewer(ComposedQuery q)

RecordViewer

public RecordViewer(DataDefinition ri,
                    Hashtable<String,String> h)
Method Detail

applyParameters

protected String applyParameters(FieldFormatter ff,
                                 Dictionary<String,Object> formatParams,
                                 String s)
Overrides:
applyParameters in class RecordFormatter

initFormatters

protected void initFormatters()
Overrides:
initFormatters in class RecordFormatter