public abstract class FormControlAdapter extends Object implements FormControlListener
| Constructor and Description |
|---|
FormControlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
changed(FormControl control)
Called when the current value has changed.
|
void |
enabled(FormControl control)
Called when the control has been enabled/disabled.
|
void |
successful(FormControl control)
Called when the successful state has changed.
|
public void changed(FormControl control)
FormControlListenerchanged in interface FormControlListenerpublic void enabled(FormControl control)
FormControlListenerenabled in interface FormControlListenerpublic void successful(FormControl control)
FormControlListenersuccessful in interface FormControlListenerCopyright © 2016. All rights reserved.