Uses of Class
org.hippoecm.frontend.PluginRequestTarget
-
Packages that use PluginRequestTarget Package Description org.hippoecm.addon.workflow org.hippoecm.frontend org.hippoecm.frontend.dialog org.hippoecm.frontend.plugins.standards.list org.hippoecm.frontend.plugins.standards.list.datatable org.hippoecm.frontend.plugins.standards.panelperspective org.hippoecm.frontend.plugins.standards.panelperspective.breadcrumb org.hippoecm.frontend.plugins.standards.perspective This package contains classes that render a perspective and facilitate the communication with the navigation application.org.hippoecm.frontend.plugins.standards.tabs org.hippoecm.frontend.service org.hippoecm.frontend.service.render -
-
Uses of PluginRequestTarget in org.hippoecm.addon.workflow
Methods in org.hippoecm.addon.workflow with parameters of type PluginRequestTarget Modifier and Type Method Description void
CompatibilityWorkflowPlugin.WorkflowAction.DestinationDialog. render(PluginRequestTarget target)
Deprecated.void
DestinationDialog. render(PluginRequestTarget target)
-
Uses of PluginRequestTarget in org.hippoecm.frontend
Methods in org.hippoecm.frontend with parameters of type PluginRequestTarget Modifier and Type Method Description abstract void
Home. render(PluginRequestTarget target)
-
Uses of PluginRequestTarget in org.hippoecm.frontend.dialog
Methods in org.hippoecm.frontend.dialog with parameters of type PluginRequestTarget Modifier and Type Method Description void
AbstractDialog. render(PluginRequestTarget target)
Part of the pre-rendering registration.void
AbstractWizard. render(PluginRequestTarget target)
void
DialogServiceFactory. render(PluginRequestTarget target)
void
DialogWindow. render(PluginRequestTarget target)
void
IDialogService.Dialog. render(PluginRequestTarget target)
Part of the pre-rendering registration.void
IDialogService. render(PluginRequestTarget target)
Invoked during the pre-rendering registration. -
Uses of PluginRequestTarget in org.hippoecm.frontend.plugins.standards.list
Methods in org.hippoecm.frontend.plugins.standards.list with parameters of type PluginRequestTarget Modifier and Type Method Description void
AbstractListingPlugin. render(PluginRequestTarget target)
void
ExpandCollapseListingPlugin. render(PluginRequestTarget target)
-
Uses of PluginRequestTarget in org.hippoecm.frontend.plugins.standards.list.datatable
Methods in org.hippoecm.frontend.plugins.standards.list.datatable with parameters of type PluginRequestTarget Modifier and Type Method Description void
ListDataTable. render(PluginRequestTarget target)
-
Uses of PluginRequestTarget in org.hippoecm.frontend.plugins.standards.panelperspective
Methods in org.hippoecm.frontend.plugins.standards.panelperspective with parameters of type PluginRequestTarget Modifier and Type Method Description void
PanelPluginPerspective. render(PluginRequestTarget target)
-
Uses of PluginRequestTarget in org.hippoecm.frontend.plugins.standards.panelperspective.breadcrumb
Methods in org.hippoecm.frontend.plugins.standards.panelperspective.breadcrumb with parameters of type PluginRequestTarget Modifier and Type Method Description void
IPanelPluginParticipant. render(PluginRequestTarget target)
void
PanelPluginBreadCrumbPanel. render(PluginRequestTarget target)
-
Uses of PluginRequestTarget in org.hippoecm.frontend.plugins.standards.perspective
Methods in org.hippoecm.frontend.plugins.standards.perspective with parameters of type PluginRequestTarget Modifier and Type Method Description void
Perspective. render(PluginRequestTarget target)
-
Uses of PluginRequestTarget in org.hippoecm.frontend.plugins.standards.tabs
Methods in org.hippoecm.frontend.plugins.standards.tabs with parameters of type PluginRequestTarget Modifier and Type Method Description void
TabbedPanel. render(PluginRequestTarget target)
void
TabsPlugin. render(PluginRequestTarget target)
-
Uses of PluginRequestTarget in org.hippoecm.frontend.service
Methods in org.hippoecm.frontend.service with parameters of type PluginRequestTarget Modifier and Type Method Description void
IRenderService. render(PluginRequestTarget target)
Called after user events and JCR events have been handled, but before the rendering has started. -
Uses of PluginRequestTarget in org.hippoecm.frontend.service.render
Methods in org.hippoecm.frontend.service.render with parameters of type PluginRequestTarget Modifier and Type Method Description void
AbstractRenderService. render(PluginRequestTarget target)
Called after user events and JCR events have been handled, but before the rendering has started.void
ListViewService. render(PluginRequestTarget target)
void
RenderPlugin. render(PluginRequestTarget target)
-