public class CmsEditHandlerData extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
CmsEditHandlerData()
Default constructor for serialization.
|
CmsEditHandlerData(java.lang.String clientId,
java.lang.String option,
CmsUUID pageContextId,
java.lang.String requestParams)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientId()
Gets the client id of the element.
|
java.lang.String |
getOption()
Gets the option chosen by the user.
|
CmsUUID |
getPageContextId()
Gets the container page's structure id.
|
java.lang.String |
getRequestParams()
Gets the string containing the request parameters from the URL.
|
public CmsEditHandlerData()
public CmsEditHandlerData(java.lang.String clientId, java.lang.String option, CmsUUID pageContextId, java.lang.String requestParams)
clientId - the client id of the editable elementoption - the option chosen by the userpageContextId - the structure id of the container pagerequestParams - the string containing the request parameterspublic java.lang.String getClientId()
public java.lang.String getOption()
public CmsUUID getPageContextId()
public java.lang.String getRequestParams()