|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.CmsWorkplace
org.opencms.workplace.tools.CmsToolDialog
org.opencms.workplace.CmsDialog
org.opencms.workplace.list.CmsListPrintDialog
Displays a print preview of a given list.
Field Summary | |
static java.lang.String |
PARAM_LISTCLASS
List class parameter name constant. |
Fields inherited from class org.opencms.workplace.tools.CmsToolDialog |
PARAM_BASE, PARAM_PATH, PARAM_ROOT, PARAM_STYLE, STYLE_NEW |
Constructor Summary | |
CmsListPrintDialog(CmsJspActionElement jsp)
Public constructor. |
|
CmsListPrintDialog(javax.servlet.jsp.PageContext context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Public constructor with JSP variables. |
Method Summary | |
java.lang.String |
dialogTitle()
Generates the standard new style dialog title row, and tool grouping. |
java.lang.String |
generateHtml()
Generates the printable output for the given list. |
java.lang.String |
getParamListclass()
Returns the value for the List class parameter. |
void |
setParamListclass(java.lang.String listclass)
Sets the value for the List class parameter. |
Methods inherited from class org.opencms.workplace.tools.CmsToolDialog |
getAdminTool, getCurrentToolPath, getParamBase, getParamPath, getParamRoot, getParamStyle, getParentPath, getToolManager, iconsBlockArea, iconsBlockAreaEnd, iconsBlockAreaStart, initAdminTool, pageBody, pageHtmlStyle, setParamBase, setParamPath, setParamRoot, setParamStyle, useNewStyle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PARAM_LISTCLASS
Constructor Detail |
public CmsListPrintDialog(CmsJspActionElement jsp) throws java.lang.ClassNotFoundException
jsp
- an initialized JSP action element
java.lang.ClassNotFoundException
- if the list dialog class is not foundpublic CmsListPrintDialog(javax.servlet.jsp.PageContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.lang.ClassNotFoundException
context
- the JSP page contextreq
- the JSP requestres
- the JSP response
java.lang.ClassNotFoundException
- if the list dialog class is not foundMethod Detail |
public java.lang.String dialogTitle()
CmsToolDialog
It is called by the
method.CmsDialog.dialog(int, String)
dialogTitle
in class CmsToolDialog
CmsToolDialog.dialogTitle()
public java.lang.String generateHtml()
public java.lang.String getParamListclass()
public void setParamListclass(java.lang.String listclass)
listclass
- the value for the List class parameter to set
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |