Uses of Interface
de.mguennewig.pobjform.html.HtmlFormElement

Packages that use HtmlFormElement
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 HtmlFormElement in de.mguennewig.pobjform.html
 

Classes in de.mguennewig.pobjform.html that implement HtmlFormElement
 class HtmlArrayElement
          An HTML implementation of an array element.
 class HtmlButtonElement
          HTML button form element.
 class HtmlCheckboxElement
          Class description goes here.
 class HtmlInputElement
          Class description goes here.
 class HtmlLinkElement
          Represents a link element by using an HTML anchor.
 class HtmlRadioElement
          Class description goes here.
 class HtmlRecordElement
          Class description goes here.
 class HtmlReferenceElement
          An HTML implementation of a ReferenceElement.
 class HtmlSpacerElement
          Class description goes here.
 class HtmlStringElement
          Class description goes here.
 class HtmlTextAreaElement
          Class description goes here.
 class HtmlTextElement
          Class description goes here.
 

Methods in de.mguennewig.pobjform.html that return HtmlFormElement
 HtmlFormElement PObjHtmlForm.narrowFormElement(HtmlFormElement fe)
           
 

Methods in de.mguennewig.pobjform.html with parameters of type HtmlFormElement
 HtmlFormElement PObjHtmlForm.narrowFormElement(HtmlFormElement fe)
           
 

Method parameters in de.mguennewig.pobjform.html with type arguments of type HtmlFormElement
 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.
 

Uses of HtmlFormElement in de.mguennewig.pobjsearch
 

Classes in de.mguennewig.pobjsearch that implement HtmlFormElement
static class PClassHtmlSearchForm.HtmlColumn
           
static class PClassHtmlSearchForm.HtmlCondition
           
static class PClassHtmlSearchForm.HtmlRestrict
           
static class PClassHtmlSearchForm.HtmlSort