|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.makumba.commons.formatters.FieldFormatter
org.makumba.forms.html.FieldEditor
org.makumba.forms.html.charEditor
org.makumba.forms.html.intEditor
org.makumba.forms.html.realEditor
public class realEditor
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 |
---|
static String[][] __paramValues
Method Detail |
---|
public String[][] getAcceptedValue()
getAcceptedValue
in class intEditor
public static FieldFormatter getInstance()
public Object readFrom(RecordFormatter rf, int fieldIndex, HttpParameters par, String suffix)
FieldEditor
HttpParameters
, for the FieldEditor
indicated by the given index.
readFrom
in class intEditor
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |