public class CmsElementViewInfo extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier | Constructor and Description |
|---|---|
protected |
CmsElementViewInfo()
Constructor, for serialization only.
|
|
CmsElementViewInfo(java.lang.String title,
CmsUUID elementViewId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsUUID |
getElementViewId()
Returns the element view id.
|
CmsUUID |
getRootViewId()
Gets the id of the root view of this view.
|
java.lang.String |
getTitle()
Returns the title.
|
boolean |
isRoot()
Returns true if this is a root view.
|
void |
setParent(CmsElementViewInfo parent)
Sets the parent view bean.
|
public CmsElementViewInfo(java.lang.String title, CmsUUID elementViewId)
title - the titleelementViewId - the element view idprotected CmsElementViewInfo()
public CmsUUID getElementViewId()
public CmsUUID getRootViewId()
The root view is either this view itself if it doesn't have a parent view, or the parent view if it does.
public java.lang.String getTitle()
public boolean isRoot()
public void setParent(CmsElementViewInfo parent)
parent - the parent view bean