|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Layout | |
|---|---|
| de.mguennewig.pobjform.html | This package contains the HTML form interface of the PObjForm library. |
| de.mguennewig.pobjsearch | This package contains the PObjSearch framework that is based on the PObjForm library. |
| Uses of Layout in de.mguennewig.pobjform.html |
|---|
| Methods in de.mguennewig.pobjform.html with parameters of type Layout | |
|---|---|
void |
PObjHtmlForm.write(Layout w)
Writes the form into the HTML stream. |
void |
HtmlTextElement.write(Layout w)
|
void |
HtmlSpacerElement.write(Layout w)
|
void |
HtmlRecordElement.write(Layout w)
|
void |
HtmlLinkElement.write(Layout w)
Writes the form element into the HTML stream without any postponing. |
void |
HtmlInputElement.write(Layout w)
|
void |
HtmlFormElement.write(Layout w)
Writes the form element into the HTML stream without any postponing. |
void |
HtmlButtonElement.write(Layout w)
|
void |
HtmlArrayElement.write(Layout w)
Writes the form element into the HTML stream without any postponing. |
void |
HtmlTextElement.write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
|
void |
HtmlSpacerElement.write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
|
void |
HtmlRecordElement.write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
|
void |
HtmlRadioElement.write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
Writes the form element into the HTML stream. |
void |
HtmlLinkElement.write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
Writes the form element into the HTML stream. |
void |
HtmlInputElement.write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
|
void |
HtmlFormElement.write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
Writes the form element into the HTML stream. |
void |
HtmlButtonElement.write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
|
void |
HtmlArrayElement.write(Layout w,
java.util.Collection<HtmlFormElement> postponedElements)
Writes the form element into the HTML stream. |
void |
PObjHtmlForm.write(Layout w,
FormEntry entry)
Writes the form entry into the HTML stream. |
void |
PObjHtmlForm.write(Layout w,
FormEntry[] entries)
Writes the form entries into the HTML stream. |
void |
PObjHtmlForm.writeElement(Layout w,
FormEntry entry,
boolean hidden)
Writes the form elements of the given entry directly to the layout. |
void |
HtmlTextElement.writeErrors(Layout w)
|
void |
HtmlSpacerElement.writeErrors(Layout w)
|
void |
HtmlRecordElement.writeErrors(Layout w)
|
void |
HtmlRadioElement.writeErrors(Layout w)
Writes any error messages concerning this form element into the HTML stream. |
void |
HtmlLinkElement.writeErrors(Layout w)
Writes any error messages concerning this form element into the HTML stream. |
void |
HtmlInputElement.writeErrors(Layout w)
|
void |
HtmlFormElement.writeErrors(Layout w)
Writes any error messages concerning this form element into the HTML stream. |
void |
HtmlButtonElement.writeErrors(Layout w)
|
void |
HtmlArrayElement.writeErrors(Layout w)
Writes any error messages concerning this form element into the HTML stream. |
| Uses of Layout in de.mguennewig.pobjsearch |
|---|
| Methods in de.mguennewig.pobjsearch with parameters of type Layout | |
|---|---|
void |
HtmlSearchPanel.write(Layout w)
Writes the search panel to the HTML stream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||