public class DialogManager<ModelType> extends Object implements org.apache.wicket.model.IDetachable
Constructor and Description |
---|
DialogManager(IPluginContext context,
IPluginConfig config) |
Modifier and Type | Method and Description |
---|---|
protected void |
beforeShowDialog(Map<String,String> parameters) |
protected Dialog<ModelType> |
createDialog(IPluginContext context,
IPluginConfig config,
Map<String,String> parameters) |
void |
detach() |
DialogBehavior |
getBehavior() |
void |
setCancelAction(ScriptAction<ModelType> cancelAction) |
void |
setCloseAction(ScriptAction<ModelType> closeAction) |
public DialogManager(IPluginContext context, IPluginConfig config)
public DialogBehavior getBehavior()
protected Dialog<ModelType> createDialog(IPluginContext context, IPluginConfig config, Map<String,String> parameters)
public void setCancelAction(ScriptAction<ModelType> cancelAction)
public void setCloseAction(ScriptAction<ModelType> closeAction)
public void detach()
detach
in interface org.apache.wicket.model.IDetachable
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.