|
||||||||||
| 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
public class CmsListPrintDialog
Displays a print preview of a given list.
| Field Summary | |
|---|---|
static 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(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
Public constructor with JSP variables. |
|
| Method Summary | |
|---|---|
String |
dialogTitle()
Generates the standard new style dialog title row, and tool grouping. |
String |
generateHtml()
Generates the printable output for the given list. |
String |
getParamListclass()
Returns the value for the List class parameter. |
void |
setParamListclass(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 String PARAM_LISTCLASS
| Constructor Detail |
|---|
public CmsListPrintDialog(CmsJspActionElement jsp)
throws ClassNotFoundException
jsp - an initialized JSP action element
ClassNotFoundException - if the list dialog class is not found
public CmsListPrintDialog(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
throws ClassNotFoundException
context - the JSP page contextreq - the JSP requestres - the JSP response
ClassNotFoundException - if the list dialog class is not found| Method Detail |
|---|
public String dialogTitle()
CmsToolDialog
It is called by the method.CmsDialog.dialog(int, String)
dialogTitle in class CmsToolDialogCmsToolDialog.dialogTitle()public String generateHtml()
public String getParamListclass()
public void setParamListclass(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 | |||||||||