Uses of Class
org.apache.pivot.wtk.Form.Section
-
Packages that use Form.Section Package Description 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 Modifier and Type Method Description Form.SectionForm.SectionSequence. get(int index)static Form.SectionForm. getEnclosingSection(Component component)Finds theForm.Sectionthat the given component belongs to.static Form.SectionForm. getSection(Component component)Finds theForm.Sectionthat the given component belongs to.Form.SectionForm.SectionSequence. update(int index, Form.Section section)Methods in org.apache.pivot.wtk that return types with arguments of type Form.Section Modifier and Type Method Description java.util.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 Modifier and Type Method Description intForm.SectionSequence. add(Form.Section section)voidFormListener.Adapter. fieldInserted(Form.Section section, int index)Deprecated.default voidFormListener. fieldInserted(Form.Section section, int index)Called when a form field has been inserted.voidFormListener.Listeners. fieldInserted(Form.Section section, int index)voidFormListener.Adapter. fieldsRemoved(Form.Section section, int index, Sequence<Component> fields)Deprecated.default voidFormListener. fieldsRemoved(Form.Section section, int index, Sequence<Component> fields)Called when form fields have been removed.voidFormListener.Listeners. fieldsRemoved(Form.Section section, int index, Sequence<Component> fields)intForm.SectionSequence. indexOf(Form.Section item)voidForm.SectionSequence. insert(Form.Section section, int index)intForm.SectionSequence. remove(Form.Section section)voidFormListener.Adapter. sectionHeadingChanged(Form.Section section)Deprecated.voidFormListener.Listeners. sectionHeadingChanged(Form.Section section)default voidFormListener. sectionHeadingChanged(Form.Section section)Called when a form section's heading has changed.Form.SectionForm.SectionSequence. update(int index, Form.Section section)Method parameters in org.apache.pivot.wtk with type arguments of type Form.Section Modifier and Type Method Description voidFormListener.Adapter. sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)Deprecated.voidFormListener.Listeners. sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)default voidFormListener. sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)Called when form sections have been 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 Modifier and Type Method Description voidTerraFormSkin. fieldInserted(Form.Section section, int index)voidTerraFormSkin. fieldsRemoved(Form.Section section, int index, Sequence<Component> fields)voidTerraFormSkin. sectionHeadingChanged(Form.Section section)Method parameters in org.apache.pivot.wtk.skin.terra with type arguments of type Form.Section Modifier and Type Method Description voidTerraFormSkin. sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)
-