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.Section
Form.SectionSequence. get(int index)
static Form.Section
Form. getEnclosingSection(Component component)
Finds theForm.Section
that the given component belongs to.static Form.Section
Form. getSection(Component component)
Finds theForm.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 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 int
Form.SectionSequence. add(Form.Section section)
void
FormListener.Adapter. fieldInserted(Form.Section section, int index)
Deprecated.default void
FormListener. fieldInserted(Form.Section section, int index)
Called when a form field has been inserted.void
FormListener.Listeners. fieldInserted(Form.Section section, int index)
void
FormListener.Adapter. fieldsRemoved(Form.Section section, int index, Sequence<Component> fields)
Deprecated.default void
FormListener. fieldsRemoved(Form.Section section, int index, Sequence<Component> fields)
Called when form fields have been removed.void
FormListener.Listeners. 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.Adapter. sectionHeadingChanged(Form.Section section)
Deprecated.void
FormListener.Listeners. sectionHeadingChanged(Form.Section section)
default void
FormListener. sectionHeadingChanged(Form.Section section)
Called when a form section's heading has changed.Form.Section
Form.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 void
FormListener.Adapter. sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)
Deprecated.void
FormListener.Listeners. sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)
default void
FormListener. 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 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 Modifier and Type Method Description void
TerraFormSkin. sectionsRemoved(Form form, int index, Sequence<Form.Section> removed)
-