Modifier and Type | Class and Description |
---|---|
class |
CompatibilityWorkflowPlugin<T extends 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 |
Home |
Modifier and Type | Method and Description |
---|---|
IRenderService |
Home.getParentService() |
Modifier and Type | Method and Description |
---|---|
void |
Home.bind(IRenderService parent,
String wicketId) |
void |
Home.focus(IRenderService child) |
Modifier and Type | Class and Description |
---|---|
class |
BreadcrumbPlugin
Deprecated.
This plugin is deprecated since 10.0.x and replaced by the
NodeBreadcrumbWidget . This widget is
included by default in the LinkPickerDialog and AbstractBrowserDialog which means that the
complete breadcrumb plugin configuration can be removed. The root.paths property should be moved to
cluster node of the picker, e.g. cms-pickers/documents, and a value root.paths should be added to the
frontend:properties property if this cluster node. |
class |
BrowserPlugin |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListingPlugin<T>
Base class for displaying a list of nodes.
|
class |
ExpandCollapseListingPlugin<T> |
Modifier and Type | Class and Description |
---|---|
class |
PanelPluginPerspective |
Modifier and Type | Class and Description |
---|---|
class |
Perspective |
Modifier and Type | Method and Description |
---|---|
IRenderService |
NodePickerController.getRenderer() |
Modifier and Type | Class and Description |
---|---|
class |
TabsContainerService |
class |
TabsPlugin
Plugin that manages a number of
IRenderService s using a tabbing interface. |
Modifier and Type | Method and Description |
---|---|
void |
TabsPlugin.focus(IRenderService child) |
Modifier and Type | Method and Description |
---|---|
IRenderService |
IRenderService.getParentService()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IRenderService.bind(IRenderService parent,
String id)
Bind the component to the specified id.
|
void |
IRenderService.focus(IRenderService child)
Set focus on the specified child.
|
void |
IFocusListener.onFocus(IRenderService renderService) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRenderService<T>
Utility class that bundles a lot of the functionality needed for visual
plugins.
|
class |
ListRenderService |
class |
ListViewPlugin<T> |
class |
ListViewService<T>
Utility base class for list render services.
|
class |
RenderPlugin<T>
Utility base class for GUI plugins.
|
class |
RenderService<T> |
Modifier and Type | Method and Description |
---|---|
IRenderService |
AbstractRenderService.getParentService()
The parent service for this render service.
|
Modifier and Type | Method and Description |
---|---|
List<IRenderService> |
AbstractRenderService.ExtensionPoint.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRenderService.bind(IRenderService parent,
String wicketId) |
void |
AbstractRenderService.focus(IRenderService child)
Set focus on the specified child.
|
protected void |
ListViewService.onAddRenderService(org.apache.wicket.markup.repeater.Item<IRenderService> item,
IRenderService renderer) |
protected void |
ListViewService.onRemoveRenderService(org.apache.wicket.markup.repeater.Item<IRenderService> item,
IRenderService renderer) |
void |
AbstractRenderService.ExtensionPoint.onRemoveService(IRenderService service,
String name) |
void |
ListRenderService.ExtensionPoint.onRemoveService(IRenderService service,
String name) |
void |
RenderService.ExtensionPoint.onRemoveService(IRenderService service,
String name) |
void |
AbstractRenderService.ExtensionPoint.onServiceAdded(IRenderService service,
String name) |
void |
ListRenderService.ExtensionPoint.onServiceAdded(IRenderService service,
String name) |
void |
RenderService.ExtensionPoint.onServiceAdded(IRenderService service,
String name) |
void |
AbstractRenderService.ExtensionPoint.onServiceChanged(IRenderService service,
String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
ListViewService.onAddRenderService(org.apache.wicket.markup.repeater.Item<IRenderService> item,
IRenderService renderer) |
protected void |
ListViewService.onRemoveRenderService(org.apache.wicket.markup.repeater.Item<IRenderService> item,
IRenderService renderer) |
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.