Uses of Interface
de.mguennewig.pobjform.ValueElement

Packages that use ValueElement
de.mguennewig.pobjform This package contains the PObjForm library, which support Swing dialogs and HTML forms that use the metadata of the PObjects library. 
de.mguennewig.pobjform.html This package contains the HTML form interface of the PObjForm library. 
de.mguennewig.pobjform.swing This package contains the Swing dialog interface of the PObjForm library. 
de.mguennewig.pobjsearch This package contains the PObjSearch framework that is based on the PObjForm library. 
 

Uses of ValueElement in de.mguennewig.pobjform
 

Subinterfaces of ValueElement in de.mguennewig.pobjform
 interface ArrayElement
          Class description goes here.
 interface CheckboxElement
          Class description goes here.
 interface InputElement
          Class description goes here.
 interface RadioElement
          Class description goes here.
 interface RecordElement
          Interface for form elements that group different form elements together.
 interface ReferenceElement
          An input element to select one entry from possible entries of a referenced table.
 interface StringElement
          Class description goes here.
 interface TextAreaElement
          Class description goes here.
 

Classes in de.mguennewig.pobjform that implement ValueElement
 class AbstractArrayElement
          Abstract array element.
 class AbstractInputElement
          Abstract implementation of an input element.
 class AbstractRecordElement
          Abstract implementation of an record element.
 class AbstractValueElement
          Abstract implementation of an value element.
 

Uses of ValueElement in de.mguennewig.pobjform.html
 

Classes in de.mguennewig.pobjform.html that implement ValueElement
 class HtmlArrayElement
          An HTML implementation of an array element.
 class HtmlCheckboxElement
          Class description goes here.
 class HtmlInputElement
          Class description goes here.
 class HtmlRadioElement
          Class description goes here.
 class HtmlRecordElement
          Class description goes here.
 class HtmlReferenceElement
          An HTML implementation of a ReferenceElement.
 class HtmlStringElement
          Class description goes here.
 class HtmlTextAreaElement
          Class description goes here.
 

Uses of ValueElement in de.mguennewig.pobjform.swing
 

Classes in de.mguennewig.pobjform.swing that implement ValueElement
 class SwingArrayElement
          A Swing implementation of an array element.
 class SwingCheckboxElement
          Class description goes here.
 class SwingInputElement
          Class description goes here.
 class SwingRecordElement
          A Swing implementation of an RecordElement.
 class SwingReferenceElement
          A Swing implementation of a ReferenceElement.
 class SwingStringElement
          Class description goes here.
 class SwingTextAreaElement
          Class description goes here.
 

Uses of ValueElement in de.mguennewig.pobjsearch
 

Subinterfaces of ValueElement in de.mguennewig.pobjsearch
static interface PClassSearchForm.Column
           
static interface PClassSearchForm.Condition
           
static interface PClassSearchForm.Restrict
           
static interface PClassSearchForm.Sort
           
 

Classes in de.mguennewig.pobjsearch that implement ValueElement
static class PClassHtmlSearchForm.HtmlColumn
           
static class PClassHtmlSearchForm.HtmlCondition
           
static class PClassHtmlSearchForm.HtmlRestrict
           
static class PClassHtmlSearchForm.HtmlSort
           
static class PClassSwingSearchForm.SwingColumn
           
static class PClassSwingSearchForm.SwingCondition
           
static class PClassSwingSearchForm.SwingRestrict
           
static class PClassSwingSearchForm.SwingSort