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

All Superinterfaces:
IEditable, IForm, IGridLayoutPaneContainer, ITitledGridLayoutPaneContainer
All Known Implementing Classes:
SimpleForm

public interface ISimpleForm
extends IForm

Interface for SimpleForm.


Method Summary
 IGridLayoutPane getClientArea()
          Getter method for the client area that can be filled with any UI elments.
 
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

getClientArea

public IGridLayoutPane getClientArea()
Getter method for the client area that can be filled with any UI elments.
Returns:
The client area as a GridLayoutPane.


Copyright © 2005 SAP AG. All Rights Reserved.