|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.mguennewig.pobjform.AbstractFormElement
de.mguennewig.pobjform.AbstractSpacerElement
de.mguennewig.pobjform.html.HtmlSpacerElement
public class HtmlSpacerElement
Class description goes here.
| Constructor Summary | |
|---|---|
HtmlSpacerElement(PObjHtmlForm form,
SpacerEntry entry)
Creates a new HtmlSpacerElement. |
|
| 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 class de.mguennewig.pobjform.AbstractSpacerElement |
|---|
getRenderAs, hasChanged, isMandatory, isVisible, setVisible, validate |
| Methods inherited from class de.mguennewig.pobjform.AbstractFormElement |
|---|
appendToList, getContainer, getEntry, getForm, getLabel, getProperty, getPullInPrefix, isPulledIn, omitRowHeader, setLabel, setProperty, setPullInPrefix, startsNewCell |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public HtmlSpacerElement(PObjHtmlForm form,
SpacerEntry entry)
| Method Detail |
|---|
public final void read(javax.servlet.http.HttpServletRequest request)
HtmlFormElement
read in interface HtmlFormElementpublic final void write(Layout w)
HtmlFormElementThis is short for this.write(w, null).
write in interface HtmlFormElementHtmlFormElement.write(Layout,Collection)
public void write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
HtmlFormElement
write in interface HtmlFormElementpublic final void writeErrors(Layout w)
HtmlFormElement
writeErrors in interface HtmlFormElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||