Class UIPublicationContainer
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.webui.form.UIForm
-
- org.exoplatform.services.wcm.publication.lifecycle.stageversion.ui.UIPublicationContainer
-
- org.exoplatform.services.wcm.extensions.publication.lifecycle.authoring.ui.UIPublicationContainer
-
- All Implemented Interfaces:
org.exoplatform.webui.core.UIPopupComponent
public class UIPublicationContainer extends org.exoplatform.services.wcm.publication.lifecycle.stageversion.ui.UIPublicationContainerCreated by The eXo Platform SAS Author : eXoPlatform chuong_phan@exoplatform.com Mar 4, 2009
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIPublicationContainer.CloseActionListener
-
Constructor Summary
Constructors Constructor Description UIPublicationContainer()Instantiates a new uI publication container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateFormatgetDateTimeFormater()Gets the date time formater.voidinitContainer(javax.jcr.Node node)Inits the container.voidprocessRender(org.exoplatform.webui.application.WebuiRequestContext context)-
Methods inherited from class org.exoplatform.services.wcm.publication.lifecycle.stageversion.ui.UIPublicationContainer
activate, deActivate, getSelectedTabId, setActiveTab, setSelectedTab, setSelectedTab
-
Methods inherited from class org.exoplatform.webui.form.UIForm
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, url
-
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
-
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url
-
-
-
-
Method Detail
-
initContainer
public void initContainer(javax.jcr.Node node) throws ExceptionInits the container.- Overrides:
initContainerin classorg.exoplatform.services.wcm.publication.lifecycle.stageversion.ui.UIPublicationContainer- Parameters:
node- the node- Throws:
Exception- the exception
-
getDateTimeFormater
public DateFormat getDateTimeFormater()
Gets the date time formater.- Overrides:
getDateTimeFormaterin classorg.exoplatform.services.wcm.publication.lifecycle.stageversion.ui.UIPublicationContainer- Returns:
- the date time formater
-
-