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

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

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

Uses of ButtonEntry in de.mguennewig.pobjform.html
 

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

Uses of ButtonEntry in de.mguennewig.pobjform.swing
 

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

Uses of ButtonEntry in de.mguennewig.pobjsearch
 

Fields in de.mguennewig.pobjsearch declared as ButtonEntry
static ButtonEntry PClassSearchForm.entryAddFilter
          Contains the definition for addFilter.
static ButtonEntry PClassSearchForm.entryGo
          Contains the definition for go.
static ButtonEntry PClassSearchForm.entryResetFilters
          Contains the definition for resetFilters.
static ButtonEntry PClassSearchForm.entrySetFilter
          Contains the definition for setFilter.