Uses of Class
org.exoplatform.portal.webui.workspace.UIPortalApplication
Packages that use UIPortalApplication
Package
Description
-
Uses of UIPortalApplication in org.exoplatform.portal.webui.page
Method parameters in org.exoplatform.portal.webui.page with type arguments of type UIPortalApplicationModifier and TypeMethodDescriptionvoidUIPageActionListener.ChangeNodeActionListener.execute(Event<UIPortalApplication> event) -
Uses of UIPortalApplication in org.exoplatform.portal.webui.util
Methods in org.exoplatform.portal.webui.util that return UIPortalApplication -
Uses of UIPortalApplication in org.exoplatform.portal.webui.workspace
Methods in org.exoplatform.portal.webui.workspace with parameters of type UIPortalApplicationModifier and TypeMethodDescriptionvoidUIPortalApplicationLifecycle.processAction(UIPortalApplication uicomponent, WebuiRequestContext context) The processAction() method of the UIPortalApplication is called, as there is no method in the object itself it will call the processAction() of the UIPortalApplicationLifecycle bound to the UI component If no uicomponent object is targeted, which is the case the first time (unless a bookmarked link is used) then nothing is done.voidUIPortalApplicationLifecycle.processDecode(UIPortalApplication uicomponent, WebuiRequestContext context) voidUIPortalApplicationLifecycle.processRender(UIPortalApplication uicomponent, WebuiRequestContext context) voidUIPortalApplicationLifecycle.processRender(UIPortalApplication uicomponent, WebuiRequestContext context, String template)