|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jurvis.swing.form.JvFormUtilities
public final class JvFormUtilities
Various utilities in support of Forms.
| Constructor Summary | |
|---|---|
JvFormUtilities()
|
|
| Method Summary | |
|---|---|
static void |
clearFields(JvForm form)
Clear the fields within the form. |
static void |
initializeFormChildren(JvForm form)
Add modification and focus listeners to each child of the specified form as is appropriate to the child. |
static void |
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 |
populateFields(JvForm form,
Object bean)
Populate the fields within the form with values from the given JavaBean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JvFormUtilities()
| Method Detail |
|---|
public static void initializeFormChildren(JvForm form)
form - the form being initialized
public static void initializeFormChildren(JvForm form,
Component comp)
form - the form being initializedcomp - the root GUI component of the form's childrenpublic static void clearFields(JvForm form)
form - the form being initialized
public static void populateFields(JvForm form,
Object bean)
form - the form being initializedbean - the JavaBean to get property values from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||