org.xhtmlrenderer.simple.xhtml
Class FormControlAdapter

java.lang.Object
  extended by org.xhtmlrenderer.simple.xhtml.FormControlAdapter
All Implemented Interfaces:
FormControlListener

public abstract class FormControlAdapter
extends Object
implements FormControlListener


Constructor Summary
FormControlAdapter()
           
 
Method Summary
 void 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormControlAdapter

public FormControlAdapter()
Method Detail

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.