org.makumba.forms.html
Class realEditor

java.lang.Object
  extended by org.makumba.commons.formatters.FieldFormatter
      extended by org.makumba.forms.html.FieldEditor
          extended by org.makumba.forms.html.charEditor
              extended by org.makumba.forms.html.intEditor
                  extended by org.makumba.forms.html.realEditor

public class realEditor
extends intEditor


Field Summary
(package private) static String[][] __paramValues
           
 
Fields inherited from class org.makumba.forms.html.intEditor
__params
 
Fields inherited from class org.makumba.forms.html.charEditor
_params, _paramValues
 
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[][] getAcceptedValue()
           
static FieldFormatter getInstance()
           
 Object readFrom(RecordFormatter rf, int fieldIndex, HttpParameters par, String suffix)
          Reads, converts and validates the value present in the HttpParameters, for the FieldEditor indicated by the given index.
 
Methods inherited from class org.makumba.forms.html.intEditor
formatNotNull, formatValue, getAcceptedParams, getWidth
 
Methods inherited from class org.makumba.forms.html.charEditor
formatNull, getInputType, getParams
 
Methods inherited from class org.makumba.forms.html.FieldEditor
checkParam, format, formatHidden, formatHiddenValue, formatShow, getExtraFormatting, getInputID, getInputName, getInputName, getSuffix, onStartup, readFrom, setExtraFormatting, setFormName, setSuffix, toInt, toReal
 
Methods inherited from class org.makumba.commons.formatters.FieldFormatter
checkParams, equals, 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
 

Field Detail

__paramValues

static String[][] __paramValues
Method Detail

getAcceptedValue

public String[][] getAcceptedValue()
Overrides:
getAcceptedValue in class intEditor

getInstance

public static FieldFormatter getInstance()

readFrom

public Object readFrom(RecordFormatter rf,
                       int fieldIndex,
                       HttpParameters par,
                       String suffix)
Description copied from class: FieldEditor
Reads, converts and validates the value present in the HttpParameters, for the FieldEditor indicated by the given index.

Overrides:
readFrom in class intEditor