|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JvForm | |
|---|---|
| org.jurvis.swing.form | An input form and view framework. |
| Uses of JvForm in org.jurvis.swing.form |
|---|
| Subinterfaces of JvForm in org.jurvis.swing.form | |
|---|---|
interface |
JvView
Formalization of the View component of the Model-View-Controller paradigm. |
| Classes in org.jurvis.swing.form that implement JvForm | |
|---|---|
class |
JvAbstractForm
Abstract form containing input fields displaying data from a model. |
class |
JvAbstractView
Abstract formalization of the View component of the Model-View-Controller paradigm. |
| Fields in org.jurvis.swing.form declared as JvForm | |
|---|---|
protected JvForm |
JvFormModificationListener.form
The form that will be marked as modified. |
| Methods in org.jurvis.swing.form with parameters of type JvForm | |
|---|---|
static void |
JvFieldUtilities.addAutoCommitter(JvForm form,
JvField field)
Add a modification listener to a field's component that will auto-commit any change to a form's model. |
static void |
JvFieldUtilities.addAutoCommitter(JvForm form,
JvField field,
String propertyName)
Add a modification listener to a field's component that will auto-commit any change to a form's model. |
static void |
JvFormUtilities.clearFields(JvForm form)
Clear the fields within the form. |
static void |
JvFormUtilities.initializeFormChildren(JvForm form)
Add modification and focus listeners to each child of the specified form as is appropriate to the child. |
static void |
JvFormUtilities.initializeFormChildren(JvForm form,
Component comp)
Add modification and focus listeners to each child of the specified form as is appropriate to the child. |
static void |
JvFormUtilities.populateFields(JvForm form,
Object bean)
Populate the fields within the form with values from the given JavaBean. |
void |
JvAbstractForm.registerFields(JvForm form)
Register all fields within this form to the specified enclosing form. |
| Constructors in org.jurvis.swing.form with parameters of type JvForm | |
|---|---|
JvFormModificationListener(JvForm form)
Construct a new JvFormModificationListener for the specified
form. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||