Uses of Interface
org.hippoecm.frontend.dialog.IDialogService
-
Uses of IDialogService in org.hippoecm.frontend.dialog
Modifier and TypeMethodDescriptionClass<? extends IDialogService>
DialogServiceFactory.getServiceClass()
Modifier and TypeMethodDescriptionvoid
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.ModifierConstructorDescriptionClearableDialogLink
(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) -
Uses of IDialogService in org.hippoecm.frontend.service.render
Modifier and TypeMethodDescriptionprotected IDialogService
AbstractRenderService.getDialogService()
Utility method to retrieve theIDialogService
} from the plugin framework.