FORMfields


FORMfields.fields.FfClearButtonListener

Class FfClearButtonListener

FfButtonListener
|
+--FfClearButtonListener

public class FfClearButtonListener
extends FfButtonListener

A callback class used to implement the clear button operation. By default, this operation is to clear all the data in the form.

Since:
FORMfields v3.0

Method Summary
void

onClick(FfForm ffForm)

A callback method used to implement the clear button operation.

Methods inherited from FORMfields.fields.FfButtonListener
onClick

Method Detail

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.

Since:
FORMfields v3.0
Parameters:
ffForm - the form to listen on and process

FORMfields