com.tssap.util.ui.glpc.section
Interface ISimpleSection

All Superinterfaces:
IEditable, IGridLayoutPaneContainer, ISection, ITitledGridLayoutPaneContainer
All Known Implementing Classes:
SimpleSection

public interface ISimpleSection
extends ISection

Interface for SimpleSection.


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.section.ISection
initSection
 
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.