com.tssap.util.ui.glpc.form
Interface IForm

All Superinterfaces:
IEditable, IGridLayoutPaneContainer, ITitledGridLayoutPaneContainer
All Known Subinterfaces:
ISectionForm, ISimpleForm
All Known Implementing Classes:
AbstractForm

public interface IForm
extends ITitledGridLayoutPaneContainer

Interface that must be implemented by all forms.


Method Summary
 void initForm(IGridLayoutPane glp)
          Initialization hook for the form UI.
 
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

initForm

public void initForm(IGridLayoutPane glp)
Initialization hook for the form UI.
Parameters:
glp - The GridBagLayout to be filled within the form.


Copyright © 2005 SAP AG. All Rights Reserved.