info.magnolia.module.admininterface.dialogs
Class ParagraphSelectDialog

java.lang.Object
  extended by info.magnolia.cms.servlets.MVCServletHandlerImpl
      extended by info.magnolia.module.admininterface.DialogMVCHandler
          extended by info.magnolia.module.admininterface.dialogs.ParagraphSelectDialog
All Implemented Interfaces:
MVCServletHandler

public class ParagraphSelectDialog
extends DialogMVCHandler

If there are more than one paragraph available you have first to choose one.

Author:
philipp

Field Summary
static String EDITPARAGRAPH_DIALOG_URL
           
 
Fields inherited from class info.magnolia.module.admininterface.DialogMVCHandler
COMMAND_SAVE, COMMAND_SELECT_PARAGRAPH, COMMAND_SHOW_DIALOG, form, hm, locale, msgs, nodeName, params, path, repository, richE, richEPaste, storageNode, VIEW_CLOSE_WINDOW, VIEW_SHOW_DIALOG
 
Fields inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl
exception, request, response, VIEW_ERROR, VIEW_SUCCESS
 
Fields inherited from interface info.magnolia.cms.servlets.MVCServletHandler
VIEW_NOTHING
 
Constructor Summary
ParagraphSelectDialog(String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
protected  void addParagraph(DialogButtonSet radioButtonSet, String paragraph)
           
protected  Dialog createDialog(Content configNode, Content websiteNode)
          Is called during showDialog().
 Content getConfigNode()
          Returns the node with the dialog definition.
 Content getStorageNode()
          Defines the node/page containing the data editing in this dialog.
 String save()
          Uses the SaveControl.
 
Methods inherited from class info.magnolia.module.admininterface.DialogMVCHandler
configureDialog, configureSaveHandler, createSaveHandler, getCommand, getDialog, getItemType, getJsExecutedAfterSaving, getRepository, getSaveHandler, onPostSave, onPreSave, onSave, onSaveFailed, removeSessionAttributes, renderHtml, setDialog, setItemType, setJsExecutedAfterSaving, showDialog, validate
 
Methods inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl
execute, getException, getExceptionStackTrace, getName, getRequest, getResponse, init, populateFromRequest, setCommand, setRequest, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDITPARAGRAPH_DIALOG_URL

public static final String EDITPARAGRAPH_DIALOG_URL
See Also:
Constant Field Values
Constructor Detail

ParagraphSelectDialog

public ParagraphSelectDialog(String name,
                             javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
Method Detail

createDialog

protected Dialog createDialog(Content configNode,
                              Content websiteNode)
                       throws javax.jcr.RepositoryException
Description copied from class: DialogMVCHandler
Is called during showDialog(). Here can you create/ add controls for the dialog.

Overrides:
createDialog in class DialogMVCHandler
Throws:
javax.jcr.RepositoryException

addParagraph

protected void addParagraph(DialogButtonSet radioButtonSet,
                            String paragraph)

getStorageNode

public Content getStorageNode()
Description copied from class: DialogMVCHandler
Defines the node/page containing the data editing in this dialog. The default implementation is using the path parameter

Overrides:
getStorageNode in class DialogMVCHandler

getConfigNode

public Content getConfigNode()
Description copied from class: DialogMVCHandler
Returns the node with the dialog definition. Default: null

Overrides:
getConfigNode in class DialogMVCHandler

save

public String save()
Description copied from class: DialogMVCHandler
Uses the SaveControl. Override to take influence. todo - this should take care of exceptions thrown while writing - onPreSave, Save and onPostSave should be allowed to throw an exception on failure

Overrides:
save in class DialogMVCHandler
Returns:
close view name


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.