FORMfields


FORMfields.FfFormListener

Class FfFormListener

FfFormListener

public class FfFormListener

A callback class that processes certain form actions.

Since:
FORMfields v3.0

Method Summary
void

onNoClicks(FfForm ffForm)

A callback routine that is called when there were no button clicks on the form.

Method Detail

onNoClicks

public void onNoClicks(FfForm ffForm)

A callback routine that is called when there were no button clicks on the form. This method is often used to populate the default values of a form from a database or from hard coding.

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

FORMfields