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

All Superinterfaces:
IEditable, IGridLayoutPaneContainer, ISection, ITitledGridLayoutPaneContainer
All Known Subinterfaces:
ITableSection, ITreeSection
All Known Implementing Classes:
SectionWithButtons

public interface ISectionWithButtons
extends ISection

Interface for SectionWithButtons.


Method Summary
 void addButtonClickedListener(IButtonClickedListener listener)
          Adds a new ButtonClickedListener to the section.
 void initButtonedSection(IGridLayoutPane glp)
          Initialization hook for section UI.
 void removeButtonClickedListener(IButtonClickedListener listener)
          Removes a ButtonClickedListener from the section.
 
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

initButtonedSection

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

addButtonClickedListener

public void addButtonClickedListener(IButtonClickedListener listener)
Adds a new ButtonClickedListener to the section.
Parameters:
listener - The listener to add.

removeButtonClickedListener

public void removeButtonClickedListener(IButtonClickedListener listener)
Removes a ButtonClickedListener from the section.
Parameters:
listener - The listener to remove.


Copyright © 2005 SAP AG. All Rights Reserved.