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

Packages that use Form.Section
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.Section in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return Form.Section
 Form.Section Form.SectionSequence.get(int index)
           
static Form.Section Form.getEnclosingSection(Component component)
          Finds the Form.Section that the given component belongs to.
static Form.Section Form.getSection(Component component)
          Finds the Form.Section that the given component belongs to.
 Form.Section Form.SectionSequence.update(int index, Form.Section section)
           
 

Methods in org.apache.pivot.wtk that return types with arguments of type Form.Section
 Iterator<Form.Section> Form.SectionSequence.iterator()
           
 Sequence<Form.Section> Form.SectionSequence.remove(int index, int count)
           
 

Methods in org.apache.pivot.wtk with parameters of type Form.Section
 int Form.SectionSequence.add(Form.Section section)
           
 void FormListener.fieldInserted(Form.Section section, int index)
          Called when a form field has been inserted.
 void FormListener.Adapter.fieldInserted(Form.Section section, int index)
           
 void FormListener.fieldsRemoved(Form.Section section, int index, Sequence<Component> fields)
          Called when forms fields items have been removed.
 void FormListener.Adapter.fieldsRemoved(Form.Section section, int index, Sequence<Component> fields)
           
 int Form.SectionSequence.indexOf(Form.Section item)
           
 void Form.SectionSequence.insert(Form.Section section, int index)
           
 int Form.SectionSequence.remove(Form.Section section)
           
 void FormListener.sectionHeadingChanged(Form.Section section)
          Called when a form section's heading has changed.
 void FormListener.Adapter.sectionHeadingChanged(Form.Section section)
           
 Form.Section Form.SectionSequence.update(int index, Form.Section section)
           
 

Method parameters in org.apache.pivot.wtk with type arguments of type Form.Section
 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.Section in org.apache.pivot.wtk.skin.terra
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type Form.Section
 void TerraFormSkin.fieldInserted(Form.Section section, int index)
           
 void TerraFormSkin.fieldsRemoved(Form.Section section, int index, Sequence<Component> fields)
           
 void TerraFormSkin.sectionHeadingChanged(Form.Section section)
           
 

Method parameters in org.apache.pivot.wtk.skin.terra with type arguments of type Form.Section
 void TerraFormSkin.sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)