Package org.hippoecm.frontend.dialog
Class DialogAction
- java.lang.Object
-
- org.hippoecm.frontend.dialog.DialogAction
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
public class DialogAction extends Object implements org.apache.wicket.util.io.IClusterable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DialogAction(IDialogFactory dialogFactory, IDialogService dialogService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
boolean
isEnabled()
void
setEnabled(boolean enabled)
-
-
-
Constructor Detail
-
DialogAction
public DialogAction(IDialogFactory dialogFactory, IDialogService dialogService)
-
-