org.xhtmlrenderer.simple.xhtml
Class FormControlAdapter
java.lang.Object
org.xhtmlrenderer.simple.xhtml.FormControlAdapter
- All Implemented Interfaces:
- FormControlListener
public abstract class FormControlAdapter
- extends Object
- implements FormControlListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormControlAdapter
public FormControlAdapter()
changed
public void changed(FormControl control)
- Description copied from interface:
FormControlListener
- Called when the current value has changed.
- Specified by:
changed in interface FormControlListener
enabled
public void enabled(FormControl control)
- Description copied from interface:
FormControlListener
- Called when the control has been enabled/disabled.
- Specified by:
enabled in interface FormControlListener
successful
public void successful(FormControl control)
- Description copied from interface:
FormControlListener
- Called when the successful state has changed.
- Specified by:
successful in interface FormControlListener
Copyright © 2013. All Rights Reserved.