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.


Method Summary
 void addSection(ISection section)
          Adds a section to the section management.
 void initSectionForm(IGridLayoutPane glp)
          Initialization hook for the section form UI.
 
Methods inherited from interface com.tssap.util.ui.glpc.form.IForm
initForm
 
Methods inherited from interface com.tssap.util.ui.glpc.ITitledGridLayoutPaneContainer
getDescription, getTitle, setDescription, setTitle
 
Methods inherited from interface com.tssap.util.ui.glpc.IGridLayoutPaneContainer
getUserGridNumOfColumns, initContainer, isUserGridEqualColSize
 
Methods inherited from interface com.tssap.util.ui.IEditable
isEditable, setEditable
 

Method Detail

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.