Uses of Interface
org.hippoecm.frontend.dialog.IDialogService
-
Packages that use IDialogService Package Description org.hippoecm.frontend.dialog org.hippoecm.frontend.service.render -
-
Uses of IDialogService in org.hippoecm.frontend.dialog
Classes in org.hippoecm.frontend.dialog that implement IDialogService Modifier and Type Class Description class
DialogService
class
DialogWindow
Methods in org.hippoecm.frontend.dialog that return IDialogService Modifier and Type Method Description IDialogService
DialogServiceFactory. getService(IPluginContext context)
Methods in org.hippoecm.frontend.dialog that return types with arguments of type IDialogService Modifier and Type Method Description Class<? extends IDialogService>
DialogServiceFactory. getServiceClass()
Methods in org.hippoecm.frontend.dialog with parameters of type IDialogService Modifier and Type Method 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.Constructors in org.hippoecm.frontend.dialog with parameters of type IDialogService Constructor 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)
-
Uses of IDialogService in org.hippoecm.frontend.service.render
Methods in org.hippoecm.frontend.service.render that return IDialogService Modifier and Type Method Description protected IDialogService
AbstractRenderService. getDialogService()
Utility method to retrieve theIDialogService
} from the plugin framework.
-