Package com.openhtmltopdf.simple.xhtml
Class FormControlAdapter
java.lang.Object
com.openhtmltopdf.simple.xhtml.FormControlAdapter
- All Implemented Interfaces:
FormControlListener
public abstract class FormControlAdapter extends Object implements FormControlListener
-
Constructor Summary
Constructors Constructor Description FormControlAdapter() -
Method Summary
Modifier and Type Method Description voidchanged(FormControl control)Called when the current value has changed.voidenabled(FormControl control)Called when the control has been enabled/disabled.voidsuccessful(FormControl control)Called when the successful state has changed.
-
Constructor Details
-
FormControlAdapter
public FormControlAdapter()
-
-
Method Details
-
changed
Description copied from interface:FormControlListenerCalled when the current value has changed.- Specified by:
changedin interfaceFormControlListener
-
enabled
Description copied from interface:FormControlListenerCalled when the control has been enabled/disabled.- Specified by:
enabledin interfaceFormControlListener
-
successful
Description copied from interface:FormControlListenerCalled when the successful state has changed.- Specified by:
successfulin interfaceFormControlListener
-