|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jurvis.swing.form.JvFieldUtilities
public final class JvFieldUtilities
Various utilities in support of Fields.
| Constructor Summary | |
|---|---|
JvFieldUtilities()
|
|
| Method Summary | |
|---|---|
static void |
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 |
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 |
addModificationListener(Component comp,
JvFieldModificationListener listener)
Add a modification listener to a field's component. |
static void |
addModificationListener(JvField field,
JvFieldModificationListener listener)
Add a modification listener to a field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JvFieldUtilities()
| Method Detail |
|---|
public static void addModificationListener(JvField field,
JvFieldModificationListener listener)
field - the field being listened tolistener - the field modification listener
public static void addModificationListener(Component comp,
JvFieldModificationListener listener)
comp - the field's componentlistener - the field modification listener
public static void addAutoCommitter(JvForm form,
JvField field)
form - the form whose model is being editedfield - a field within the form whose changes are to be auto committed
public static void addAutoCommitter(JvForm form,
JvField field,
String propertyName)
form - the form whose model is being editedfield - a field within the form whose changes are to be auto committedpropertyName - the name of the property whose data is being edited by
field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||