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)
FormControlListener
changed
in interface FormControlListener
public void enabled(FormControl control)
FormControlListener
enabled
in interface FormControlListener
public void successful(FormControl control)
FormControlListener
successful
in interface FormControlListener
Copyright © 2017. All rights reserved.