|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FormDecl | |
|---|---|
| de.mguennewig.pobjects | The package de.mguennewig.pobjects provides an abstraction
layer on top of a set of database tables by which table rows can be
accessed transparently as Java objects. |
| 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.pobjsearch | This package contains the PObjSearch framework that is based on the PObjForm library. |
| Uses of FormDecl in de.mguennewig.pobjects |
|---|
| Constructors in de.mguennewig.pobjects with parameters of type FormDecl | |
|---|---|
DynamicSelectExpr(FormDecl form,
Parameter[] output,
boolean singleRow,
java.lang.Object[] sql)
|
|
| Uses of FormDecl in de.mguennewig.pobjects.metadata |
|---|
| Methods in de.mguennewig.pobjects.metadata that return FormDecl | |
|---|---|
FormDecl |
FormDecl.getBaseForm()
|
FormDecl |
Module.getForm(int idx)
Returns the form declaration at index idx. |
FormDecl |
SelectExpr.getFormDecl()
Returns the form declaration that specifies the input parameters. |
FormDecl |
CommandDecl.getFormDecl()
|
| Constructors in de.mguennewig.pobjects.metadata with parameters of type FormDecl | |
|---|---|
CommandDecl(java.lang.String name,
FormDecl input,
java.lang.Object[] sql)
Creates a new Command declaration. |
|
FormDecl(java.lang.String name,
FormDecl baseForm,
FormEntry[] entries)
Creates a new form declaration for all supported interfaces. |
|
FormDecl(java.lang.String name,
int formInterface,
FormDecl baseForm,
FormEntry[] entries)
Creates a new form declaration. |
|
Module(java.lang.String name,
java.lang.String javaPackage,
TypeDecl[] types,
TableExpr[] tableExprs,
Workflow[] workflows,
FormDecl[] forms,
CommandDecl[] commands)
Creates a new Module. |
|
SelectExpr(java.lang.String name,
FormDecl form,
Parameter[] output,
boolean singleRow,
java.lang.Object[] sql)
Creates a new Select expression. |
|
| Uses of FormDecl in de.mguennewig.pobjform |
|---|
| Methods in de.mguennewig.pobjform that return FormDecl | |
|---|---|
FormDecl |
PObjForm.getFormDecl()
Returns the form declaration that this form is based on. |
| Uses of FormDecl in de.mguennewig.pobjsearch |
|---|
| Fields in de.mguennewig.pobjsearch declared as FormDecl | |
|---|---|
static FormDecl |
PClassSearchForm.formSearchForm
Contains the metadata used to create this class. |
| Methods in de.mguennewig.pobjsearch that return FormDecl | |
|---|---|
FormDecl |
PClassSwingSearchForm.getFormDecl()
Returns the metadata used to create this class. |
FormDecl |
PClassHtmlSearchForm.getFormDecl()
Returns the metadata used to create this class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||