Uses of Class
de.mguennewig.pobjects.metadata.RecordEntry

Packages that use RecordEntry
de.mguennewig.pobjects.metadata This package contains the metadata classes used by the PObject library. 
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 RecordEntry in de.mguennewig.pobjects.metadata
 

Subclasses of RecordEntry in de.mguennewig.pobjects.metadata
 class RadioEntry
          A special kind of form entry, which adds a radio button to a fixed set of form entries.
 

Uses of RecordEntry in de.mguennewig.pobjform
 

Constructors in de.mguennewig.pobjform with parameters of type RecordEntry
AbstractRecordElement(PObjForm form, RecordEntry entry)
          Creates a new AbstractRecordElement.
 

Uses of RecordEntry in de.mguennewig.pobjform.html
 

Constructors in de.mguennewig.pobjform.html with parameters of type RecordEntry
HtmlRecordElement(PObjHtmlForm form, RecordEntry entry)
          Creates a new HtmlRecordElement.
 

Uses of RecordEntry in de.mguennewig.pobjform.swing
 

Constructors in de.mguennewig.pobjform.swing with parameters of type RecordEntry
SwingRecordElement(PObjSwingForm form, RecordEntry entry)
          Creates a new SwingRecordElement.
 

Uses of RecordEntry in de.mguennewig.pobjsearch
 

Fields in de.mguennewig.pobjsearch declared as RecordEntry
static RecordEntry PClassSearchForm.entryColumn
          Contains the definition for column.
static RecordEntry PClassSearchForm.entryCondition
          Contains the definition for condition.
 

Constructors in de.mguennewig.pobjsearch with parameters of type RecordEntry
PClassHtmlSearchForm.HtmlColumn(PObjHtmlForm form, RecordEntry entry)
           
PClassHtmlSearchForm.HtmlCondition(PObjHtmlForm form, RecordEntry entry)
           
PClassSwingSearchForm.SwingColumn(PObjSwingForm form, RecordEntry entry)
           
PClassSwingSearchForm.SwingCondition(PObjSwingForm form, RecordEntry entry)