org.makumba.forms.html
Class errorEditor

java.lang.Object
  extended by org.makumba.commons.formatters.FieldFormatter
      extended by org.makumba.forms.html.FieldEditor
          extended by org.makumba.forms.html.errorEditor

public class errorEditor
extends FieldEditor


Field Summary
 
Fields inherited from class org.makumba.forms.html.FieldEditor
ERROR_NO_BOOLEAN, ERROR_NO_INT, ERROR_NO_REAL, extraFormattingParam, formName, params, paramValues, suffixName
 
Method Summary
 String formatShow(RecordFormatter rf, int fieldIndex, Object o, Dictionary<String,Object> formatParam)
           
static FieldFormatter getInstance()
           
 
Methods inherited from class org.makumba.forms.html.FieldEditor
checkParam, format, formatHidden, formatHiddenValue, formatValue, getAcceptedParams, getAcceptedValue, getExtraFormatting, getInputID, getInputName, getInputName, getSuffix, onStartup, readFrom, readFrom, setExtraFormatting, setFormName, setSuffix, toInt, toReal
 
Methods inherited from class org.makumba.commons.formatters.FieldFormatter
checkParams, equals, formatNotNull, formatNull, getDefaultValueFormat, getEmptyValueFormat, getExpr, getIntParam, getIntParamString, initExpr, resetValueFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FieldFormatter getInstance()

formatShow

public String formatShow(RecordFormatter rf,
                         int fieldIndex,
                         Object o,
                         Dictionary<String,Object> formatParam)
Overrides:
formatShow in class FieldEditor