org.apache.pivot.wtk
Class FormAttributeListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.FormAttributeListener.Adapter
All Implemented Interfaces:
FormAttributeListener
Enclosing interface:
FormAttributeListener

public static class FormAttributeListener.Adapter
extends Object
implements FormAttributeListener

Form attribute listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.FormAttributeListener
FormAttributeListener.Adapter
 
Constructor Summary
FormAttributeListener.Adapter()
           
 
Method Summary
 void flagChanged(Form form, Component field, Form.Flag previousFlag)
          Called when a field's flag attribute has changed.
 void labelChanged(Form form, Component field, String previousLabel)
          Called when a fields's label attribute has changed.
 void requiredChanged(Form form, Component field)
          Called when a fields's required attribute has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormAttributeListener.Adapter

public FormAttributeListener.Adapter()
Method Detail

labelChanged

public void labelChanged(Form form,
                         Component field,
                         String previousLabel)
Description copied from interface: FormAttributeListener
Called when a fields's label attribute has changed.

Specified by:
labelChanged in interface FormAttributeListener

requiredChanged

public void requiredChanged(Form form,
                            Component field)
Description copied from interface: FormAttributeListener
Called when a fields's required attribute has changed.

Specified by:
requiredChanged in interface FormAttributeListener

flagChanged

public void flagChanged(Form form,
                        Component field,
                        Form.Flag previousFlag)
Description copied from interface: FormAttributeListener
Called when a field's flag attribute has changed.

Specified by:
flagChanged in interface FormAttributeListener