Uses of Interface
de.mguennewig.pobjform.RecordElement

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

Subinterfaces of RecordElement in de.mguennewig.pobjform
 interface RadioElement
          Class description goes here.
 

Classes in de.mguennewig.pobjform that implement RecordElement
 class AbstractRecordElement
          Abstract implementation of an record element.
 

Uses of RecordElement in de.mguennewig.pobjform.html
 

Classes in de.mguennewig.pobjform.html that implement RecordElement
 class HtmlRadioElement
          Class description goes here.
 class HtmlRecordElement
          Class description goes here.
 

Uses of RecordElement in de.mguennewig.pobjform.swing
 

Classes in de.mguennewig.pobjform.swing that implement RecordElement
 class SwingRecordElement
          A Swing implementation of an RecordElement.
 

Uses of RecordElement in de.mguennewig.pobjsearch
 

Subinterfaces of RecordElement in de.mguennewig.pobjsearch
static interface PClassSearchForm.Column
           
static interface PClassSearchForm.Condition
           
 

Classes in de.mguennewig.pobjsearch that implement RecordElement
static class PClassHtmlSearchForm.HtmlColumn
           
static class PClassHtmlSearchForm.HtmlCondition
           
static class PClassSwingSearchForm.SwingColumn
           
static class PClassSwingSearchForm.SwingCondition