|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HtmlFormElement
Class description goes here.
| Method Summary | |
|---|---|
void |
read(javax.servlet.http.HttpServletRequest request)
Reads the internal state from the HTTP request. |
void |
write(Layout w)
Writes the form element into the HTML stream without any postponing. |
void |
write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
Writes the form element into the HTML stream. |
void |
writeErrors(Layout w)
Writes any error messages concerning this form element into the HTML stream. |
| Methods inherited from interface de.mguennewig.pobjform.FormElement |
|---|
appendToList, getContainer, getEntry, getForm, getLabel, getProperty, getPullInPrefix, hasChanged, isMandatory, isPulledIn, isVisible, omitRowHeader, setLabel, setProperty, setPullInPrefix, setVisible, startsNewCell, validate |
| Method Detail |
|---|
void read(javax.servlet.http.HttpServletRequest request)
void write(Layout w)
This is short for this.write(w, null).
write(Layout,Collection)
void write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
void writeErrors(Layout w)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||