com.tssap.util.ui.glpc.form
Interface ISectionForm
- All Superinterfaces:
- IEditable, IForm, IGridLayoutPaneContainer, ITitledGridLayoutPaneContainer
- All Known Implementing Classes:
- SectionForm
- public interface ISectionForm
- extends IForm
Interface for SectionForm.
| Methods inherited from interface com.tssap.util.ui.glpc.form.IForm |
initForm |
addSection
public void addSection(ISection section)
- Adds a section to the section management.
- Parameters:
section - The section to add.
initSectionForm
public void initSectionForm(IGridLayoutPane glp)
- Initialization hook for the section form UI.
- Parameters:
glp - The GridBagLayout to be filled within the form.
Copyright © 2005 SAP AG. All Rights Reserved.