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.
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.