FfButtonListener
|
+--FfClearButtonListener
public class FfClearButtonListener
extends FfButtonListener
| Method Summary | |
|---|---|
| void | A callback method used to implement the clear button operation. |
| Methods inherited from FORMfields.fields.FfButtonListener | |
|---|---|
| onClick | |
public void onClick(FfForm ffForm)
A callback method used to implement the clear button operation. By default, this operation is to clear all the data in the form.
A callback class used to implement the clear button operation. By default, this operation is to clear all the data in the form.