| Methods in org.makumba.forms.html with parameters of type HttpParameters |
Object |
intEnumEditor.readFrom(RecordFormatter rf,
int fieldIndex,
HttpParameters par,
String suffix)
|
Object |
booleanEditor.readFrom(RecordFormatter rf,
int fieldIndex,
HttpParameters par,
String suffix)
|
Object |
ptrEditor.readFrom(RecordFormatter rf,
int fieldIndex,
HttpParameters p,
String suffix)
|
Object |
realEditor.readFrom(RecordFormatter rf,
int fieldIndex,
HttpParameters par,
String suffix)
|
Object |
intEditor.readFrom(RecordFormatter rf,
int fieldIndex,
HttpParameters par,
String suffix)
|
Object |
setEditor.readFrom(RecordFormatter rf,
int fieldIndex,
HttpParameters p,
String suffix)
|
Object |
dateEditor.readFrom(RecordFormatter rf,
int fieldIndex,
HttpParameters pr,
String suffix)
|
Object |
FieldEditor.readFrom(RecordFormatter rf,
int fieldIndex,
HttpParameters p,
String suffix)
|
Object |
setintEnumEditor.readFrom(RecordFormatter rf,
int fieldIndex,
HttpParameters par,
String suffix)
|
static Object |
dateEditor.readFrom(String name,
HttpParameters pr)
This method is used to get the date field in case of a form reload due to validation errors, and is used from
BasicValueTag#doMakumbaEndTag(org.makumba.commons.formatters.jsptaglib.PageCache). |