|
||||||||||
| 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.CmsWidgetDialog
org.opencms.workplace.tools.CmsExplorerDialog
public class CmsExplorerDialog
Dialog for explorer views in the administration view.
| Field Summary | |
|---|---|
static List |
EXPLORER_TOOLS
List of explorer tools. |
| Fields inherited from class org.opencms.workplace.CmsWidgetDialog |
|---|
ACTION_ELEMENT_ADD, ACTION_ELEMENT_REMOVE, ACTION_ERROR, ACTION_SAVE, DIALOG_SAVE, EDITOR_ACTION_ELEMENT_ADD, EDITOR_ACTION_ELEMENT_REMOVE, HIDDEN_PARAM_PREFIX, m_commitErrors, m_dialogObject, m_pages, m_paramPage, m_validationErrorList, m_widgetParamValues, m_widgets |
| Fields inherited from class org.opencms.workplace.tools.CmsToolDialog |
|---|
PARAM_PATH, PARAM_ROOT, PARAM_STYLE, STYLE_NEW |
| Constructor Summary | |
|---|---|
CmsExplorerDialog(CmsJspActionElement jsp)
Public constructor with JSP action element. |
|
CmsExplorerDialog(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
Public constructor with JSP variables. |
|
| Method Summary | |
|---|---|
void |
actionCommit()
Commits the edited object after pressing the "OK" button. |
protected void |
defineWidgets()
Defines the list of parameters for this dialog. |
void |
displayTitle()
Generates the html code for the title frame. |
protected String[] |
getPageArray()
Returns the allowed pages for this dialog. |
protected void |
initMessages()
Initializes the message object. |
| Methods inherited from class org.opencms.workplace.tools.CmsToolDialog |
|---|
dialogTitle, getAdminTool, getCurrentToolPath, getParamPath, getParamRoot, getParamStyle, getParentPath, getToolManager, iconsBlockArea, iconsBlockAreaEnd, iconsBlockAreaStart, initAdminTool, pageBody, pageHtmlStyle, setParamPath, setParamRoot, setParamStyle, useNewStyle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opencms.widgets.I_CmsWidgetDialog |
|---|
button, buttonBar, buttonBarHorizontalLine, buttonBarSeparator, buttonBarSpacer, buttonBarStartTab, calendarIncludes, calendarInit, dialogHorizontalSpacer, getCalendarDate, getCalendarLocalizedTime, getLocale, getMessages, useNewStyle |
| Field Detail |
|---|
public static final List EXPLORER_TOOLS
| Constructor Detail |
|---|
public CmsExplorerDialog(CmsJspActionElement jsp)
jsp - an initialized JSP action element
public CmsExplorerDialog(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
context - the JSP page contextreq - the JSP requestres - the JSP response| Method Detail |
|---|
public void actionCommit()
CmsWidgetDialog
actionCommit in class CmsWidgetDialogCmsWidgetDialog.actionCommit()
public void displayTitle()
throws Exception
Exception - if writing to the JSP out failsprotected void defineWidgets()
CmsWidgetDialog
defineWidgets in class CmsWidgetDialogCmsWidgetDialog.defineWidgets()protected String[] getPageArray()
CmsWidgetDialog
getPageArray in class CmsWidgetDialogCmsWidgetDialog.getPageArray()protected void initMessages()
CmsWorkplaceBy default the workplace messages object is used.
You SHOULD override this method for setting the bundles you really need,
using the method.CmsWorkplace.addMessages(String)
initMessages in class CmsWidgetDialogCmsWidgetDialog.initMessages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||