程序包 | 说明 |
---|---|
org.opencms.ade.galleries.client.ui |
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsListTab
Provides a widget for the content of a tab.
|
class |
CmsCategoriesTab
Provides the widget for the categories tab.
|
class |
CmsGalleriesTab
Provides the widget for the galleries(folder) tab.
|
class |
CmsResultsTab
Provides the widget for the results tab.
|
class |
CmsSearchTab
Provides the widget for the full text search tab.
|
class |
CmsSitemapTab
The tab widget for selecting sitemap entries.
|
class |
CmsTypesTab
Provides the widget for the types tab.
|
class |
CmsVfsTab
The tab widget for selecting folders from the VFS tree.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsTabbedPanel<A_CmsTab> |
CmsGalleryDialog.m_tabbedPanel
The tabbed panel.
|
限定符和类型 | 方法和说明 |
---|---|
A_CmsTab |
CmsGalleryDialog.getTab(I_CmsGalleryProviderConstants.GalleryTabId tabId)
Gets the tab with a given tab id, or null if the dialog has no such tab.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsGalleryDialog.addTab(A_CmsTab tab,
java.lang.String name)
Adds a new tab to the gallery dialog.
|
构造器和说明 |
---|
CmsSearchParamPanel(java.lang.String title,
A_CmsTab tab)
Constructor.
|