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

All Superinterfaces:
IEditable, IGridLayoutPaneContainer, ITitledGridLayoutPaneContainer
All Known Subinterfaces:
ISectionWithButtons, ISimpleSection, ITableSection, ITreeSection
All Known Implementing Classes:
AbstractSection

public interface ISection
extends ITitledGridLayoutPaneContainer

Interface that must be implemented by all sections.


Method Summary
 void initSection(IGridLayoutPane glp)
          Initialization hook for section 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

initSection

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


Copyright © 2005 SAP AG. All Rights Reserved.