info.magnolia.cms.gui.dialog
Class DialogButtonSet
java.lang.Object
info.magnolia.cms.gui.dialog.DialogControlImpl
info.magnolia.cms.gui.dialog.DialogBox
info.magnolia.cms.gui.dialog.DialogButtonSet
- All Implemented Interfaces:
- DialogControl
public class DialogButtonSet
- extends DialogBox
- Version:
- 2.0
- Author:
- Vinzenz Wyser
Methods inherited from class info.magnolia.cms.gui.dialog.DialogControlImpl |
addOption, addSub, clearWebsiteNode, drawSubs, getConfigValue, getConfigValue, getDescription, getId, getLabel, getMessage, getMessage, getMessages, getName, getOptions, getParent, getRequest, getResponse, getStorageNode, getSub, getSubs, getTopParent, getValidationPattern, getValue, getValues, getWebsiteNode, isRequired, readValue, readValues, removeSessionAttribute, setConfig, setConfig, setConfig, setDescription, setLabel, setName, setOptions, setRequired, setSaveInfo, setSessionAttribute, setTopParent, setValidationMessage, setValue, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialogButtonSet
public DialogButtonSet()
setOptions
public void setOptions(info.magnolia.cms.core.Content configNode,
boolean setDefaultSelected)
getOptionNodes
protected Collection getOptionNodes(info.magnolia.cms.core.Content configNode)
throws javax.jcr.PathNotFoundException,
javax.jcr.RepositoryException,
info.magnolia.cms.security.AccessDeniedException
- Throws:
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
info.magnolia.cms.security.AccessDeniedException
setOption
public void setOption(info.magnolia.cms.core.Content configNode)
init
public void init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
info.magnolia.cms.core.Content websiteNode,
info.magnolia.cms.core.Content configNode)
throws javax.jcr.RepositoryException
- Description copied from interface:
DialogControl
- Initialize a Dialog. This method is guaranteed to be called just after the control instantiation.
- Specified by:
init
in interface DialogControl
- Overrides:
init
in class DialogControlImpl
- Parameters:
request
- current HttpServletRequestresponse
- current HttpServletResponsewebsiteNode
- current website nodeconfigNode
- configuration node for the dialog
- Throws:
javax.jcr.RepositoryException
- See Also:
DialogControl.init(HttpServletRequest, HttpServletResponse, Content, Content)
drawHtmlPreSubs
public void drawHtmlPreSubs(Writer out)
throws IOException
- Overrides:
drawHtmlPreSubs
in class DialogControlImpl
- Throws:
IOException
drawHtmlPostSubs
public void drawHtmlPostSubs(Writer out)
throws IOException
- Overrides:
drawHtmlPostSubs
in class DialogControlImpl
- Throws:
IOException
setButtonType
public void setButtonType(int i)
getButtonType
public int getButtonType()
drawHtml
public void drawHtml(Writer out)
throws IOException
- Description copied from interface:
DialogControl
- Actually draw the dialog content.
- Specified by:
drawHtml
in interface DialogControl
- Overrides:
drawHtml
in class DialogControlImpl
- Parameters:
out
- Writer
- Throws:
IOException
- exceptions thrown when writing to the Writer can be safely rethrown by the dialog- See Also:
DialogControl.drawHtml(Writer)
Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.