Uses of Interface
org.hippoecm.frontend.dialog.IDialogService
Packages that use IDialogService
-
Uses of IDialogService in org.hippoecm.frontend.dialog
Classes in org.hippoecm.frontend.dialog that implement IDialogServiceMethods in org.hippoecm.frontend.dialog that return IDialogServiceMethods in org.hippoecm.frontend.dialog that return types with arguments of type IDialogServiceModifier and TypeMethodDescriptionClass<? extends IDialogService>
DialogServiceFactory.getServiceClass()
Methods in org.hippoecm.frontend.dialog with parameters of type IDialogServiceModifier 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.Constructors in org.hippoecm.frontend.dialog with parameters of type IDialogServiceModifierConstructorDescriptionClearableDialogLink
(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
Methods in org.hippoecm.frontend.service.render that return IDialogServiceModifier and TypeMethodDescriptionprotected IDialogService
AbstractRenderService.getDialogService()
Utility method to retrieve theIDialogService
} from the plugin framework.