public class EngineConfiguration extends Object implements Serializable, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
UIConfigHelper for link| Constructor and Description |
|---|
EngineConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> |
getCommonButtons() |
List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> |
getCreationButtons() |
List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> |
getEditionButtons() |
List<EngineTab> |
getEngineTabs() |
String |
getKey() |
Object |
getParent() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setCommonButtons(List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> commonButtons) |
void |
setCreationButtons(List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> creationButtons) |
void |
setEditionButtons(List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> editionButtons) |
void |
setEngineTabs(List<EngineTab> engineTabs) |
void |
setKey(String key) |
void |
setParent(Object parent) |
public String getKey()
public void setKey(String key)
public List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> getCreationButtons()
public void setCreationButtons(List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> creationButtons)
public List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> getEditionButtons()
public void setEditionButtons(List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> editionButtons)
public List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> getCommonButtons()
public void setCommonButtons(List<org.jahia.ajax.gwt.client.widget.contentengine.ButtonItem> commonButtons)
public Object getParent()
public void setParent(Object parent)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.