程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client.ui | |
org.opencms.ade.galleries.client.preview.ui | |
org.opencms.ade.galleries.client.ui | |
org.opencms.ade.publish.client |
Client-side classes for the publish dialog.
|
org.opencms.ade.sitemap.client.toolbar |
Sitemap editor toolbar.
|
org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
org.opencms.gwt.client.ui.input.category | |
org.opencms.gwt.client.ui.resourceinfo | |
org.opencms.gwt.client.ui.tree |
Provides a tree and lazy tree implementation.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsListItem> |
CmsFavoriteTab.m_listPanel
The list panel holding the favorite elements.
|
protected CmsList<CmsListItem> |
CmsRecentTab.m_listPanel
The list panel holding the recent elements.
|
限定符和类型 | 方法和说明 |
---|---|
CmsList<CmsListItem> |
CmsFavoriteTab.getListTarget()
Returns the favorite list drag target.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsListItem> |
CmsBinaryPreviewContent.m_list
The list which only contains the list item for the previewed resource (required for drag and drop).
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<? extends I_CmsListItem> |
A_CmsListTab.m_scrollList
The scrollable list panel.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsList<? extends I_CmsListItem> |
CmsSitemapTab.createScrollList() |
protected CmsList<? extends I_CmsListItem> |
CmsVfsTab.createScrollList() |
protected CmsList<? extends I_CmsListItem> |
A_CmsListTab.createScrollList()
Creates the list which should contain the list items of the tab.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsTreeItem |
A_CmsListTab.searchTreeItem(CmsList<? extends I_CmsListItem> list,
java.lang.String categoryPath)
Searches in the categories tree or list the item and returns it.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsTreeItem> |
CmsBrokenLinksPanel.m_list
The list containing the resource widgets representing broken links.
|
限定符和类型 | 方法和说明 |
---|---|
CmsList<CmsListItem> |
CmsToolbarClipboardView.getDeleted()
Returns the deleted list.
|
CmsList<CmsListItem> |
CmsToolbarClipboardView.getModified()
Returns the modified list.
|
限定符和类型 | 方法和说明 |
---|---|
com.google.gwt.user.client.ui.FlowPanel |
A_CmsToolbarListMenuButton.createTab(CmsList<? extends I_CmsListItem> list)
Creates a new tab.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsTreeItem> |
CmsLinkWarningPanel.m_linkPanel
The panel containing the links that will be broken.
|
限定符和类型 | 方法和说明 |
---|---|
CmsList<CmsListItem> |
CmsListItem.getParentList()
Returns the parent list.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsTreeItem> |
CmsCategoryTree.m_scrollList
List of categories.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsList<CmsTreeItem> |
CmsCategoryTree.createScrollList()
Creates the list which should contain the list items of the tab.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsListItem> |
CmsResourceRelationView.m_list
The panel containing the resource boxes.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsLazyTree<I extends CmsLazyTreeItem>
Lazy tree imeplementation.
|
class |
CmsTree<I extends CmsTreeItem>
A tree of list items.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsTreeItem> |
CmsTreeItem.m_children
The children list.
|
限定符和类型 | 方法和说明 |
---|---|
CmsList<? extends I_CmsListItem> |
CmsTreeItem.getChildren()
Returns the children of this list item.
|