Package org.xhtmlrenderer.simple.xhtml
Class FormControlAdapter
java.lang.Object
org.xhtmlrenderer.simple.xhtml.FormControlAdapter
- All Implemented Interfaces:
FormControlListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
changed
(FormControl control) Called when the current value has changed.void
enabled
(FormControl control) Called when the control has been enabled/disabled.void
successful
(FormControl control) Called when the successful state has changed.
-
Constructor Details
-
FormControlAdapter
public FormControlAdapter()
-
-
Method Details
-
changed
Description copied from interface:FormControlListener
Called when the current value has changed.- Specified by:
changed
in interfaceFormControlListener
-
enabled
Description copied from interface:FormControlListener
Called when the control has been enabled/disabled.- Specified by:
enabled
in interfaceFormControlListener
-
successful
Description copied from interface:FormControlListener
Called when the successful state has changed.- Specified by:
successful
in interfaceFormControlListener
-