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

Packages that use InputEntry
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 InputEntry in de.mguennewig.pobjects.metadata
 

Subclasses of InputEntry in de.mguennewig.pobjects.metadata
 class FileEntry
          A file selection entry within a form.
 class TextAreaEntry
          A special form entry that describes a text-area.
 

Uses of InputEntry in de.mguennewig.pobjform
 

Methods in de.mguennewig.pobjform that return InputEntry
 InputEntry InputElement.getInputEntry()
           
 InputEntry AbstractInputElement.getInputEntry()
          
 

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

Uses of InputEntry in de.mguennewig.pobjform.html
 

Constructors in de.mguennewig.pobjform.html with parameters of type InputEntry
HtmlCheckboxElement(PObjHtmlForm form, InputEntry entry)
          Creates a new HtmlCheckboxElement.
HtmlInputElement(PObjHtmlForm form, InputEntry entry)
          Creates a new HtmlInputElement.
HtmlReferenceElement(PObjHtmlForm form, InputEntry entry)
          Creates a new HtmlReferenceElement.
HtmlStringElement(PObjHtmlForm form, InputEntry entry)
          Creates a new HtmlStringElement.
 

Uses of InputEntry in de.mguennewig.pobjform.swing
 

Constructors in de.mguennewig.pobjform.swing with parameters of type InputEntry
SwingCheckboxElement(PObjSwingForm form, InputEntry entry)
          Creates a new Swing checkbox element.
SwingInputElement(PObjSwingForm form, InputEntry entry)
          Creates a new SwingInputElement.
SwingReferenceElement(PObjSwingForm form, InputEntry entry)
          Creates a new SwingReferenceElement.
SwingStringElement(PObjSwingForm form, InputEntry entry)
          Creates a new SwingStringElement.
 

Uses of InputEntry in de.mguennewig.pobjsearch
 

Fields in de.mguennewig.pobjsearch declared as InputEntry
static InputEntry PClassSearchForm.entryDirection
          Contains the definition for direction.
static InputEntry PClassSearchForm.entryFilter
          Contains the definition for filter.
static InputEntry PClassSearchForm.entryFilterMode
          Contains the definition for filterMode.
static InputEntry PClassSearchForm.entryFilterName
          Contains the definition for filterName.
static InputEntry PClassSearchForm.entryFilterPattern
          Contains the definition for filterPattern.
static InputEntry PClassSearchForm.entryJumpToPage
          Contains the definition for jumpToPage.
static InputEntry PClassSearchForm.entryMode
          Contains the definition for mode.
static InputEntry PClassSearchForm.entryNr
          Contains the definition for nr.
static InputEntry PClassSearchForm.entryPage
          Contains the definition for page.
static InputEntry PClassSearchForm.entryPattern
          Contains the definition for pattern.
static InputEntry PClassSearchForm.entryRows
          Contains the definition for rows.