Uses of Interface
org.hippoecm.frontend.plugin.IPlugin
-
Packages that use IPlugin Package Description org.hippoecm.addon.workflow org.hippoecm.frontend.extjs org.hippoecm.frontend.logout org.hippoecm.frontend.model.event org.hippoecm.frontend.plugin org.hippoecm.frontend.plugins.gallery.columns org.hippoecm.frontend.plugins.standards.browse org.hippoecm.frontend.plugins.standards.diff org.hippoecm.frontend.plugins.standards.list org.hippoecm.frontend.plugins.standards.panelperspective 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.plugins.yui.layout org.hippoecm.frontend.plugins.yui.upload.processor org.hippoecm.frontend.plugins.yui.upload.validation org.hippoecm.frontend.service.render -
-
Uses of IPlugin in org.hippoecm.addon.workflow
Classes in org.hippoecm.addon.workflow that implement IPlugin Modifier and Type Class Description class
CompatibilityWorkflowPlugin<T extends Workflow>
Deprecated.Please directly extend from RenderPlugin. -
Uses of IPlugin in org.hippoecm.frontend.extjs
Classes in org.hippoecm.frontend.extjs that implement IPlugin Modifier and Type Class Description class
ExtWidget
An Ext widget an Ext component that is not instantiated when rendered. -
Uses of IPlugin in org.hippoecm.frontend.logout
Classes in org.hippoecm.frontend.logout that implement IPlugin Modifier and Type Class Description class
CmsLogoutService
Logs the current user out of the CMS. -
Uses of IPlugin in org.hippoecm.frontend.model.event
Classes in org.hippoecm.frontend.model.event that implement IPlugin Modifier and Type Class Description class
ObservableRegistry
-
Uses of IPlugin in org.hippoecm.frontend.plugin
Classes in org.hippoecm.frontend.plugin that implement IPlugin Modifier and Type Class Description class
Plugin
Base class for plugins. -
Uses of IPlugin in org.hippoecm.frontend.plugins.gallery.columns
Classes in org.hippoecm.frontend.plugins.gallery.columns that implement IPlugin Modifier and Type Class Description class
ImageGalleryColumnProviderPlugin
-
Uses of IPlugin in org.hippoecm.frontend.plugins.standards.browse
Classes in org.hippoecm.frontend.plugins.standards.browse that implement IPlugin Modifier and Type Class Description class
BreadcrumbPlugin
Deprecated.This plugin is deprecated since 10.0.x and replaced by theNodeBreadcrumbWidget
.class
BrowserPlugin
-
Uses of IPlugin in org.hippoecm.frontend.plugins.standards.diff
Classes in org.hippoecm.frontend.plugins.standards.diff that implement IPlugin Modifier and Type Class Description class
HTMLDiffPlugin
-
Uses of IPlugin in org.hippoecm.frontend.plugins.standards.list
Classes in org.hippoecm.frontend.plugins.standards.list that implement IPlugin Modifier and Type Class Description class
AbstractListColumnProviderPlugin
class
AbstractListingPlugin<T>
Base class for displaying a list of nodes.class
ExpandCollapseListingPlugin<T>
-
Uses of IPlugin in org.hippoecm.frontend.plugins.standards.panelperspective
Classes in org.hippoecm.frontend.plugins.standards.panelperspective that implement IPlugin Modifier and Type Class Description class
PanelPlugin
class
PanelPluginPerspective
-
Uses of IPlugin in org.hippoecm.frontend.plugins.standards.perspective
Classes in org.hippoecm.frontend.plugins.standards.perspective that implement IPlugin Modifier and Type Class Description class
Perspective
-
Uses of IPlugin in org.hippoecm.frontend.plugins.standards.tabs
Classes in org.hippoecm.frontend.plugins.standards.tabs that implement IPlugin Modifier and Type Class Description class
TabsPlugin
Plugin that manages a number ofIRenderService
s using a tabbing interface. -
Uses of IPlugin in org.hippoecm.frontend.plugins.yui.layout
Classes in org.hippoecm.frontend.plugins.yui.layout that implement IPlugin Modifier and Type Class Description class
UnitPlugin
Special purposePlugin
that allows us to add the behavior through configuration instead of adding it in code to our component.class
WireframePlugin
Special purposePlugin
that allows us to add the behavior through configuration instead of adding it in code to our component. -
Uses of IPlugin in org.hippoecm.frontend.plugins.yui.upload.processor
Classes in org.hippoecm.frontend.plugins.yui.upload.processor that implement IPlugin Modifier and Type Class Description class
DefaultFileUploadPreProcessorPlugin
This plugin is loaded from configuration. -
Uses of IPlugin in org.hippoecm.frontend.plugins.yui.upload.validation
Classes in org.hippoecm.frontend.plugins.yui.upload.validation that implement IPlugin Modifier and Type Class Description class
AssetUploadValidationPlugin
class
ImageUploadValidationPlugin
class
UploadValidationPlugin
-
Uses of IPlugin in org.hippoecm.frontend.service.render
Classes in org.hippoecm.frontend.service.render that implement IPlugin Modifier and Type Class Description class
ListViewPlugin<T>
class
RenderPlugin<T>
Utility base class for GUI plugins.
-