Uses of Class
org.apache.pivot.wtk.Form

Packages that use Form
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of Form in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return Form
 Form Form.Section.getForm()
           
 

Methods in org.apache.pivot.wtk with parameters of type Form
 void FormAttributeListener.flagChanged(Form form, Component field, Form.Flag previousFlag)
          Called when a field's flag attribute has changed.
 void FormAttributeListener.Adapter.flagChanged(Form form, Component field, Form.Flag previousFlag)
           
 void FormAttributeListener.labelChanged(Form form, Component field, String previousLabel)
          Called when a fields's label attribute has changed.
 void FormAttributeListener.Adapter.labelChanged(Form form, Component field, String previousLabel)
           
 void FormAttributeListener.requiredChanged(Form form, Component field)
          Called when a fields's required attribute has changed.
 void FormAttributeListener.Adapter.requiredChanged(Form form, Component field)
           
 void FormListener.sectionInserted(Form form, int index)
          Called when a form section has been inserted.
 void FormListener.Adapter.sectionInserted(Form form, int index)
           
 void FormListener.sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)
          Called when form sections have been removed.
 void FormListener.Adapter.sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)
           
 

Uses of Form in org.apache.pivot.wtk.skin.terra
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type Form
 void TerraFormSkin.flagChanged(Form form, Component field, Form.Flag previousFlag)
           
 void TerraFormSkin.labelChanged(Form form, Component field, String previousLabel)
           
 void TerraFormSkin.requiredChanged(Form form, Component field)
           
 void TerraFormSkin.sectionInserted(Form form, int index)
           
 void TerraFormSkin.sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)