@Component(value="edition-options")
@Scope(scopeName="session",
proxyMode=TARGET_CLASS)
public class CalendarEditionOptions
extends CalendarOptions
CalendarOptions| Constructor and Description |
|---|
CalendarEditionOptions()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.nuxeo.ecm.automation.client.model.Document |
getDocument()
Getter for document.
|
String |
getParentPath()
Getter for parentPath.
|
String |
getPortletTitle()
Getter for portletTitle.
|
boolean |
isCreation()
Getter for creation.
|
void |
setCreation(boolean creation)
Setter for creation.
|
void |
setDocument(org.nuxeo.ecm.automation.client.model.Document document)
Setter for document.
|
void |
setParentPath(String parentPath)
Setter for parentPath.
|
void |
setPortletTitle(String portletTitle)
Setter for portletTitle.
|
getColors, isLoaded, setLoadedpublic boolean isCreation()
public void setCreation(boolean creation)
creation - the creation to setpublic String getParentPath()
public void setParentPath(String parentPath)
parentPath - the parentPath to setpublic org.nuxeo.ecm.automation.client.model.Document getDocument()
public void setDocument(org.nuxeo.ecm.automation.client.model.Document document)
document - the document to setpublic String getPortletTitle()
public void setPortletTitle(String portletTitle)
portletTitle - the portletTitle to setCopyright © 2019 OSIVIA. All rights reserved.