Class UIPageNodeForm
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.webui.form.UIForm
-
- org.exoplatform.webui.form.UIFormTabPane
-
- org.exoplatform.navigation.webui.component.UIPageNodeForm
-
public class UIPageNodeForm extends org.exoplatform.webui.form.UIFormTabPaneAuthor : Dang Van Minh, Pham Tuan minhdv81@yahoo.com Jun 14, 2006
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIPageNodeForm.BackActionListenerstatic classUIPageNodeForm.ChangeLanguageActionListenerstatic classUIPageNodeForm.ClearPageActionListenerstatic classUIPageNodeForm.CreatePageActionListenerstatic classUIPageNodeForm.SaveActionListenerstatic classUIPageNodeForm.SwitchLabelModeActionListenerstatic classUIPageNodeForm.SwitchPublicationDateActionListenerstatic classUIPageNodeForm.SwitchVisibleActionListener
-
Constructor Summary
Constructors Constructor Description UIPageNodeForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.portal.mop.user.UserNavigationgetContextPageNavigation()StringgetOwner()org.exoplatform.portal.mop.SiteTypegetOwnerType()TreeNodegetPageNode()StringgetSelectedLocale()ObjectgetSelectedParent()voidinvokeGetBindingBean(Object bean)voidinvokeSetBindingBean(Object bean)voidprocessRender(org.exoplatform.webui.application.WebuiRequestContext context)voidsetContextPageNavigation(org.exoplatform.portal.mop.user.UserNavigation _contextPageNav)voidsetSelectedLocale(String selectedLocale)voidsetSelectedParent(Object obj)voidsetShowCheckPublicationDate(boolean show)voidsetShowPublicationDate(boolean show)voidsetValues(TreeNode pageNode)-
Methods inherited from class org.exoplatform.webui.form.UIFormTabPane
getName, getSelectedTabId, hasInfoBar, hasRenderResourceTabName, processDecode, setInfoBar, setRenderResourceTabName, 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, 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, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url
-
-
-
-
Method Detail
-
getPageNode
public TreeNode getPageNode()
-
invokeGetBindingBean
public void invokeGetBindingBean(Object bean) throws Exception
- Overrides:
invokeGetBindingBeanin classorg.exoplatform.webui.form.UIForm- Throws:
Exception
-
invokeSetBindingBean
public void invokeSetBindingBean(Object bean) throws Exception
- Overrides:
invokeSetBindingBeanin classorg.exoplatform.webui.form.UIForm- Throws:
Exception
-
setShowCheckPublicationDate
public void setShowCheckPublicationDate(boolean show)
-
setShowPublicationDate
public void setShowPublicationDate(boolean show)
-
getSelectedParent
public Object getSelectedParent()
-
setSelectedParent
public void setSelectedParent(Object obj)
-
processRender
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context) throws Exception- Overrides:
processRenderin classorg.exoplatform.webui.form.UIForm- Throws:
Exception
-
getOwner
public String getOwner()
-
getOwnerType
public org.exoplatform.portal.mop.SiteType getOwnerType()
-
setContextPageNavigation
public void setContextPageNavigation(org.exoplatform.portal.mop.user.UserNavigation _contextPageNav)
-
getContextPageNavigation
public org.exoplatform.portal.mop.user.UserNavigation getContextPageNavigation()
-
setSelectedLocale
public void setSelectedLocale(String selectedLocale)
-
getSelectedLocale
public String getSelectedLocale()
-
-