程序包 | 说明 |
---|---|
org.opencms.ade.sitemap.client |
Client side of the sitemap view.
|
org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSitemapTreeItem.highlightTemporarily(int duration,
CmsListItemWidget.Background background)
Temporarily highlights an item.
|
void |
CmsSitemapTreeItem.setBackgroundColor(CmsListItemWidget.Background background)
Sets the background color of the list item widget.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsListItemWidget.Background |
CmsListItemWidget.Background.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CmsListItemWidget.Background[] |
CmsListItemWidget.Background.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsListItemWidget.setBackground(CmsListItemWidget.Background background)
Sets the background color.
|