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.
-
-
-
Method Detail
-
changed
public void changed(FormControl control)
Description copied from interface:FormControlListenerCalled when the current value has changed.- Specified by:
changedin interfaceFormControlListener
-
enabled
public void enabled(FormControl control)
Description copied from interface:FormControlListenerCalled when the control has been enabled/disabled.- Specified by:
enabledin interfaceFormControlListener
-
successful
public void successful(FormControl control)
Description copied from interface:FormControlListenerCalled when the successful state has changed.- Specified by:
successfulin interfaceFormControlListener
-
-