com.tssap.util.ui.glpc
Interface ITitledGridLayoutPaneContainer
- All Superinterfaces:
- IEditable, IGridLayoutPaneContainer
- All Known Subinterfaces:
- IForm, ISection, ISectionForm, ISectionWithButtons, ISimpleForm, ISimpleSection, ITableSection, ITreeSection
- All Known Implementing Classes:
- AbstractTitledGridLayoutPaneContainer
- public interface ITitledGridLayoutPaneContainer
- extends IGridLayoutPaneContainer
Special grid layout pane container with title and description text.
|
Method Summary |
java.lang.String |
getDescription()
Returns the description text. |
java.lang.String |
getTitle()
Returns the title text. |
void |
setDescription(java.lang.String description)
Sets the description text. |
void |
setTitle(java.lang.String title)
Changes the title text. |
getTitle
public java.lang.String getTitle()
- Returns the title text.
- Returns:
- String title text
setTitle
public void setTitle(java.lang.String title)
- Changes the title text.
- Parameters:
title - title text
getDescription
public java.lang.String getDescription()
- Returns the description text.
- Returns:
- String description text
setDescription
public void setDescription(java.lang.String description)
- Sets the description text.
- Parameters:
description - description text
Copyright © 2005 SAP AG. All Rights Reserved.