Package | Description |
---|---|
org.hippoecm.frontend.dialog | |
org.hippoecm.frontend.service.render |
Modifier and Type | Class and Description |
---|---|
class |
DialogService |
class |
DialogWindow |
Modifier and Type | Method and Description |
---|---|
IDialogService |
DialogServiceFactory.getService(IPluginContext context) |
Modifier and Type | Method and Description |
---|---|
Class<? extends IDialogService> |
DialogServiceFactory.getServiceClass() |
Modifier and Type | Method and Description |
---|---|
void |
DialogServiceFactory.releaseService(IPluginContext context,
IDialogService service) |
void |
AbstractDialog.setDialogService(IDialogService dialogService)
When the dialog is shown (
show(Dialog) ), the
dialog service is injected into the dialog. |
void |
AbstractWizard.setDialogService(IDialogService service) |
void |
IDialogService.Dialog.setDialogService(IDialogService service)
When the dialog is shown (
show(Dialog) ), the
dialog service is injected into the dialog. |
Constructor and Description |
---|
ClearableDialogLink(String id,
org.apache.wicket.model.IModel linktext,
IDialogFactory dialogFactory,
IDialogService dialogService) |
DialogAction(IDialogFactory dialogFactory,
IDialogService dialogService) |
DialogLink(String id,
org.apache.wicket.model.IModel<String> linkText,
IDialogFactory dialogFactory,
IDialogService dialogService) |
DialogLink(String id,
org.apache.wicket.model.IModel<String> linkText,
IDialogFactory dialogFactory,
IDialogService dialogService,
wicket.contrib.input.events.key.KeyType[] keyTypes) |
Modifier and Type | Method and Description |
---|---|
protected IDialogService |
AbstractRenderService.getDialogService()
Utility method to retrieve the
IDialogService } from the plugin
framework. |
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.