public abstract class FormControlAdapter extends Object implements FormControlListener
| 构造器和说明 |
|---|
FormControlAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 FormControlListenerpublic void enabled(FormControl control)
FormControlListenerenabled 在接口中 FormControlListenerpublic void successful(FormControl control)
FormControlListenersuccessful 在接口中 FormControlListenerCopyright © 2019. All Rights Reserved.