程序包 | 说明 |
---|---|
org.opencms.ade.galleries.client.ui | |
org.opencms.ade.publish.client |
Client-side classes for the publish dialog.
|
org.opencms.ade.sitemap.client |
Client side of the sitemap view.
|
org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
org.opencms.gwt.client.ui.input.category | |
org.opencms.gwt.client.ui.tree |
Provides a tree and lazy tree implementation.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.Iterator<CmsTreeItem> |
CmsGalleriesTab.m_itemIterator
An iterator which produces new list items which should be added to the tab.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsTreeItem |
CmsGalleriesTab.createTreeItem(CmsGalleryFolderBean galleryInfo,
java.util.List<java.lang.String> selectedGalleries,
boolean forTree)
Creates a tree item widget used in list and tree view of this tab.
|
CmsTreeItem |
CmsGalleriesTab.ListItemGenerator.next() |
CmsTreeItem |
CmsGalleriesTab.TreeItemGenerator.next() |
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 void |
CmsGalleriesTab.addChildren(CmsTreeItem parent,
java.util.List<CmsGalleryTreeEntry> children,
java.util.List<java.lang.String> selectedGalleries)
Adds children to the gallery tree and select the galleries.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsTreeItem> |
CmsBrokenLinksPanel.m_list
The list containing the resource widgets representing broken links.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsSitemapTreeItem
Sitemap entry tree item implementation.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsTreeItem> |
CmsLinkWarningPanel.m_linkPanel
The panel containing the links that will be broken.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsTreeItem |
CmsLinkWarningPanel.createTreeItem(CmsBrokenLinkBean brokenLinkBean)
Helper method for creating a tree item from a bean.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.Map<java.lang.String,CmsTreeItem> |
CmsCategoryTree.m_categories
Map of categories.
|
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 java.util.List<CmsTreeItem> |
CmsCategoryTree.getFilteredCategories(java.lang.String filter)
Gets the filtered list of categories.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsCategoryTree.addChildren(CmsTreeItem parent,
java.util.List<CmsCategoryTreeEntry> children,
java.util.List<java.lang.String> selectedCategories)
Adds children item to the category tree and select the categories.
|
protected void |
CmsCategoryTree.deselect(CmsTreeItem item,
java.lang.String ignorItem)
Helper class to deselect all values.
|
protected void |
CmsCategoryTree.deselectParent(CmsTreeItem item)
Deselect the parent if there are no other values selected.
|
void |
CmsCategoryTree.openParents(CmsTreeItem item)
Goes up the tree and opens the parents of the item.
|
protected boolean |
CmsCategoryTree.selectAllParents(CmsTreeItem item,
java.lang.String path)
Select a singel value and all parents.
|
protected boolean |
CmsCategoryTree.selectAllParents(CmsTreeItem item,
java.lang.String path,
java.util.List<java.lang.String> result)
Select a singel value and all parents.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsCategoryTree.sort(java.util.List<CmsTreeItem> items,
CmsCategoryTree.SortParams sort)
Sorts a list of tree items according to the sort parameter.
|
void |
CmsCategoryTree.updateContentList(java.util.List<CmsTreeItem> categoriesBeans,
java.util.List<java.lang.String> selectedCategories)
Updates the content of the categories list.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsTree<I extends CmsTreeItem>
A tree of list items.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsLazyTreeItem
Tree item for lazily loaded list trees.
|
protected class |
CmsLazyTreeItem.LoadingItem
Helper tree item which displays a "loading" message.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsList<CmsTreeItem> |
CmsTreeItem.m_children
The children list.
|
限定符和类型 | 方法和说明 |
---|---|
CmsTreeItem |
CmsTreeItem.getChild(int index)
Returns the child tree item at the given position.
|
CmsTreeItem |
CmsTreeItem.getChild(java.lang.String itemId)
Returns the tree item with the given id.
|
protected static CmsTreeItem |
CmsTreeItem.getLastOpenedItem(CmsTreeItem item,
int stopLevel,
boolean requiresDropEnabled)
Returns the last opened item of a tree fragment.
|
CmsTreeItem |
CmsTreeItem.getParentItem()
Returns the parent item.
|
CmsTreeItem |
CmsTreeItem.removeChild(CmsTreeItem item)
Removes an item from the list.
|
CmsTreeItem |
CmsTreeItem.removeChild(int index)
Removes the item identified by the given index from the list.
|
CmsTreeItem |
CmsTreeItem.removeChild(java.lang.String itemId)
Removes an item from the list.
|
限定符和类型 | 方法和说明 |
---|---|
CmsTree<CmsTreeItem> |
CmsTreeItem.getTree()
Gets the tree to which this tree item belongs, or null if it does not belong to a tree.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsTreeItem.addChild(CmsTreeItem item)
Adds a child list item.
|
protected void |
CmsTreeItem.adopt(CmsTreeItem item)
Adopts the given item.
|
int |
CmsTreeItem.getItemPosition(CmsTreeItem item)
Returns the given item position.
|
protected static CmsTreeItem |
CmsTreeItem.getLastOpenedItem(CmsTreeItem item,
int stopLevel,
boolean requiresDropEnabled)
Returns the last opened item of a tree fragment.
|
void |
CmsTreeItem.insertChild(CmsTreeItem item,
int position)
Inserts the given item at the given position.
|
CmsTreeItem |
CmsTreeItem.removeChild(CmsTreeItem item)
Removes an item from the list.
|
void |
CmsTree.setOpenTimer(CmsTreeItem item)
Sets a timer to set a tree item open.
|
void |
CmsTreeItem.setParentItem(CmsTreeItem parentItem)
Sets the parent item.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsTreeItem.setTree(CmsTree<CmsTreeItem> tree)
Sets the tree to which this tree item belongs.
|