Package org.exoplatform.toolbar.portlet
Class UIAdminToolbarContainer
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.webui.core.UIApplication
-
- org.exoplatform.webui.core.UIPortletApplication
-
- org.exoplatform.toolbar.portlet.UIAdminToolbarContainer
-
public class UIAdminToolbarContainer extends org.exoplatform.webui.core.UIPortletApplication
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIAdminToolbarContainer.BackActionListenerstatic classUIAdminToolbarContainer.ChangeEditingActionListenerstatic classUIAdminToolbarContainer.EditNavigationActionListener
-
Field Summary
Fields Modifier and Type Field Description protected UINavigationManagementnaviManagerprotected org.exoplatform.webui.ext.UIExtensionseoExtensionstatic StringTURN_ON_QUICK_EDITprotected booleanuseDrawer
-
Constructor Summary
Constructors Constructor Description UIAdminToolbarContainer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPageManagementLink()Class<? extends org.exoplatform.webui.core.UIComponent>getSEOClass()StringgetTemplate()StringgetUIPageId()StringgetUserId()static org.exoplatform.portal.mop.user.UserPortalgetUserPortal()booleanhasEditPermissionOnNavigation()booleanhasEditPermissionOnPage()booleanhasEditPermissionOnPortal()booleanisGroupNavigation()booleanisPortaNavigation()booleanisUserNavigation()voidprocessRender(org.exoplatform.webui.application.WebuiApplication app, org.exoplatform.webui.application.WebuiRequestContext context)voidprocessRender(org.exoplatform.webui.application.WebuiRequestContext context)voidrenderChildren()-
Methods inherited from class org.exoplatform.webui.core.UIPortletApplication
getMinHeight, getMinWidth, getUIPopupMessages, serveResource, setMinHeight, setMinWidth
-
Methods inherited from class org.exoplatform.webui.core.UIApplication
addMessage, addMessage, clearMessages, findComponentById, getLastAccessApplication, getOwner, getUIComponentName, processAction, renderBlockToUpdate, setLastAccessApplication, setOwner
-
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, 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, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
-
-
-
Field Detail
-
TURN_ON_QUICK_EDIT
public static final String TURN_ON_QUICK_EDIT
- See Also:
- Constant Field Values
-
naviManager
protected UINavigationManagement naviManager
-
seoExtension
protected org.exoplatform.webui.ext.UIExtension seoExtension
-
useDrawer
protected boolean useDrawer
-
-
Method Detail
-
getTemplate
public String getTemplate()
- Overrides:
getTemplatein classorg.exoplatform.webui.core.UIComponent
-
getPageManagementLink
public String getPageManagementLink()
-
hasEditPermissionOnPortal
public boolean hasEditPermissionOnPortal() throws Exception- Throws:
Exception
-
hasEditPermissionOnNavigation
public boolean hasEditPermissionOnNavigation() throws Exception- Throws:
Exception
-
processRender
public void processRender(org.exoplatform.webui.application.WebuiApplication app, org.exoplatform.webui.application.WebuiRequestContext context) throws Exception- Overrides:
processRenderin classorg.exoplatform.webui.core.UIPortletApplication- Throws:
Exception
-
processRender
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context) throws Exception- Overrides:
processRenderin classorg.exoplatform.webui.core.UIComponent- Throws:
Exception
-
getUserPortal
public static org.exoplatform.portal.mop.user.UserPortal getUserPortal()
-
renderChildren
public void renderChildren() throws Exception- Overrides:
renderChildrenin classorg.exoplatform.webui.core.UIPortletApplication- Throws:
Exception
-
getSEOClass
public Class<? extends org.exoplatform.webui.core.UIComponent> getSEOClass()
-
getUserId
public String getUserId()
-
getUIPageId
public String getUIPageId()
-
-