Class UIPublicationSchedule
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.webui.form.UIForm
-
- org.exoplatform.services.wcm.extensions.publication.lifecycle.authoring.ui.UIPublicationSchedule
-
public class UIPublicationSchedule extends org.exoplatform.webui.form.UIFormCreated by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Mar 7, 2013
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIPublicationSchedule.ResetActionListenerstatic classUIPublicationSchedule.SaveActionListener
-
Field Summary
Fields Modifier and Type Field Description static StringEND_PUBLICATIONstatic StringSTART_PUBLICATION
-
Constructor Summary
Constructors Constructor Description UIPublicationSchedule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasPublicationSchedule()voidinit(javax.jcr.Node node)-
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, processRender, 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
-
-
-
-
Field Detail
-
START_PUBLICATION
public static final String START_PUBLICATION
- See Also:
- Constant Field Values
-
END_PUBLICATION
public static final String END_PUBLICATION
- See Also:
- Constant Field Values
-
-