程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client | |
org.opencms.ade.containerpage.client.ui | |
org.opencms.ade.galleries.client.preview.ui | |
org.opencms.ade.galleries.client.ui | |
org.opencms.ade.sitemap.client |
Client side of the sitemap view.
|
org.opencms.ade.sitemap.client.toolbar |
Sitemap editor toolbar.
|
org.opencms.ade.sitemap.client.ui | |
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.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContainerpageHandler.addToFavorites(CmsListItem listItem)
Adds the given list item widget to the favorite list widget.
|
void |
CmsContainerpageHandler.addToRecent(CmsListItem listItem)
Adds the given list item widget to the recent list widget.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsMenuListItem
Draggable menu element.
|
限定符和类型 | 字段和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsFavoriteTab.addListItem(CmsListItem item)
Adds an item to the favorite list.
|
void |
CmsRecentTab.addListItem(CmsListItem item)
Adds an item to the recent list.
|
void |
CmsToolbarClipboardMenu.addToFavorites(CmsListItem listItem)
Adds an element to the favorite list widget.
|
void |
CmsToolbarClipboardMenu.addToRecent(CmsListItem listItem)
Adds an element to the recent list widget.
|
void |
CmsToolbarClipboardMenu.replaceFavoriteItem(CmsListItem listItem)
Replaces old versions of the given item with the new one.
|
void |
CmsFavoriteTab.replaceItem(CmsListItem item)
Replaces the item with the same id if present.
|
void |
CmsRecentTab.replaceItem(CmsListItem item)
Replaces the item with the same id if present.
|
void |
CmsToolbarClipboardMenu.replaceRecentItem(CmsListItem listItem)
Replaces old versions of the given item with the new one.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsListItem> |
CmsBinaryPreviewContent.m_list
The list which only contains the list item for the previewed resource (required for drag and drop).
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsResultListItem
Provides the specific list item for the results list.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsSitemapTreeItem
Sitemap entry tree item implementation.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsToolbarClipboardView.CmsClipboardDeletedItem
The deleted item widget.
|
限定符和类型 | 方法和说明 |
---|---|
CmsListItem |
CmsToolbarClipboardView.createDeletedItem(CmsClientSitemapEntry entry)
Creates a new deleted list item.
|
CmsListItem |
CmsToolbarClipboardView.createModifiedItem(CmsClientSitemapEntry entry)
Creates a new modified list item.
|
限定符和类型 | 方法和说明 |
---|---|
CmsList<CmsListItem> |
CmsToolbarClipboardView.getDeleted()
Returns the deleted list.
|
CmsList<CmsListItem> |
CmsToolbarClipboardView.getModified()
Returns the modified list.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsCreatableListItem
A list item widget class which also contains a resource type info bean, for use in creating new sitemap entries.
|
限定符和类型 | 方法和说明 |
---|---|
CmsList<CmsListItem> |
CmsListItem.getParentList()
Returns the parent list.
|
限定符和类型 | 方法和说明 |
---|---|
protected com.google.gwt.dom.client.Element |
CmsListItem.cloneForPlaceholder(CmsListItem listItem)
Clones the given item to be used as a place holder.
|
限定符和类型 | 方法和说明 |
---|---|
int |
CmsListItemDataComparator.compare(CmsListItem o1,
CmsListItem o2) |
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsListItem> |
CmsResourceRelationView.m_list
The panel containing the resource boxes.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsLazyTreeItem
Tree item for lazily loaded list trees.
|
protected class |
CmsLazyTreeItem.LoadingItem
Helper tree item which displays a "loading" message.
|
class |
CmsTreeItem
List tree item implementation.
|