public class Utils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TURN_ON_QUICK_EDIT
The Quick edit attribute for HTTPSession
|
| Modifier and Type | Method and Description |
|---|---|
static void |
createPopupWindow(org.exoplatform.webui.core.UIContainer container,
org.exoplatform.webui.core.UIComponent component,
String popupWindowId,
int width)
Creates the popup window.
|
static org.exoplatform.portal.mop.user.UserNavigation |
getSelectedNavigation() |
static boolean |
hasEditPermissionOnNavigation() |
static boolean |
hasEditPermissionOnPage() |
static boolean |
hasEditPermissionOnPortal() |
public static final String TURN_ON_QUICK_EDIT
public static org.exoplatform.portal.mop.user.UserNavigation getSelectedNavigation()
throws Exception
Exceptionpublic static void createPopupWindow(org.exoplatform.webui.core.UIContainer container,
org.exoplatform.webui.core.UIComponent component,
String popupWindowId,
int width)
throws Exception
UIPopupContainer
. UIPopupWindow created by this method is belong to this
container.container - the current containercomponent - the component which will be display as a popuppopupWindowId - the popup's IDwidth - the width of the popupException - the exceptionpublic static boolean hasEditPermissionOnNavigation()
throws Exception
Exceptionpublic static boolean hasEditPermissionOnPortal()
throws Exception
ExceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.