| 程序包 | 说明 |
|---|---|
| org.opencms.ade.galleries.client.ui | |
| org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
| 构造器和说明 |
|---|
CmsGalleryDialog(I_CmsGalleryHandler galleryHandler,
CmsTabbedPanel.CmsTabbedPanelStyle style)
The default constructor for the gallery dialog.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static CmsTabbedPanel.CmsTabbedPanelStyle |
CmsTabbedPanel.CmsTabbedPanelStyle.DEFAULT
The default tabbar height.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CmsTabbedPanel.CmsTabbedPanelStyle |
CmsTabbedPanel.CmsTabbedPanelStyle.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CmsTabbedPanel.CmsTabbedPanelStyle[] |
CmsTabbedPanel.CmsTabbedPanelStyle.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
CmsTabbedPanel(CmsTabbedPanel.CmsTabbedPanelStyle tabbedPanelStyle)
The constructor for an empty tabbed panel.
|