Modifier and Type | Class and Description |
---|---|
class |
CompatibilityWorkflowPlugin<T extends org.hippoecm.repository.api.Workflow>
Deprecated.
Please directly extend from RenderPlugin.
In case you use the getModel and/or getModelObject methods, you should use the
Wicket getDefaultModel/getDefaultModelObject methods and use generics or cast
to IModel
protected void onStart() { super.onStart(); modelChanged(); }to be present, though this should be avoided. |
Modifier and Type | Class and Description |
---|---|
class |
ExtWidget
An Ext widget an Ext component that is not instantiated when rendered.
|
Modifier and Type | Class and Description |
---|---|
class |
ObservableRegistry |
Modifier and Type | Class and Description |
---|---|
class |
Plugin
Base class for plugins.
|
Modifier and Type | Class and Description |
---|---|
class |
BreadcrumbPlugin |
class |
BrowserPlugin |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListColumnProviderPlugin |
class |
AbstractListingPlugin<T>
Base class for displaying a list of nodes.
|
class |
ExpandCollapseListingPlugin<T> |
Modifier and Type | Class and Description |
---|---|
class |
PanelPlugin |
class |
PanelPluginPerspective |
Modifier and Type | Class and Description |
---|---|
class |
Perspective |
Modifier and Type | Class and Description |
---|---|
class |
TabsPlugin
Plugin that manages a number of
IRenderService s using a tabbing interface. |
Modifier and Type | Class and Description |
---|---|
class |
UploadPlugin |
Modifier and Type | Class and Description |
---|---|
class |
UnitPlugin
Special purpose
Plugin that allows us to add the behavior through configuration instead of adding it
in code to our component. |
class |
WireframePlugin
Special purpose
Plugin that allows us to add the behavior through configuration instead of adding it
in code to our component. |
Modifier and Type | Class and Description |
---|---|
class |
AssetUploadValidationPlugin |
class |
ImageUploadValidationPlugin |
class |
UploadValidationPlugin |
Modifier and Type | Class and Description |
---|---|
class |
ListViewPlugin<T> |
class |
RenderPlugin<T>
Utility base class for GUI plugins.
|
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.