org.apache.pivot.wtk
Class FormAttributeListener.Adapter
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormAttributeListener.Adapter
public FormAttributeListener.Adapter()
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