info.magnolia.module.admininterface
Interface DialogAwareSaveHandler
- All Superinterfaces:
- SaveHandler
- All Known Implementing Classes:
- UUIDSaveHandler
public interface DialogAwareSaveHandler
- extends SaveHandler
This save handler needs the dialog to proceed a proper save. The save handler may get the values from the dialog or
may get additional informations hold by the dialog.
Method Summary |
info.magnolia.cms.gui.dialog.Dialog |
getDialog()
|
void |
setDialog(info.magnolia.cms.gui.dialog.Dialog dialog)
|
Methods inherited from interface info.magnolia.module.admininterface.SaveHandler |
getCollectionNodeCreationItemType, getCreationItemType, getNodeCollectionName, getNodeName, getParagraph, getPath, getRepository, init, isCreate, save, setCollectionNodeCreationItemType, setCreate, setCreationItemType, setNodeCollectionName, setNodeName, setParagraph, setPath, setRepository |
getDialog
info.magnolia.cms.gui.dialog.Dialog getDialog()
setDialog
void setDialog(info.magnolia.cms.gui.dialog.Dialog dialog)
Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.