java.lang.Object
org.xhtmlrenderer.simple.xhtml.FormControlAdapter
- All Implemented Interfaces:
FormControlListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchanged(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
-