|
||||||||||
| 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.CmsTabDialog
org.opencms.workplace.commons.CmsPropertyAdvanced
org.opencms.workplace.commons.CmsPropertyCustom
org.opencms.workplace.editors.CmsDialogProperty
public class CmsDialogProperty
Provides methods for the special xmlpage property dialog.
This is a special dialog that is used for xmlpages in the workplace and the editors.
Uses methods from the customized property dialog where possible.
The following files use this class:
| Field Summary |
|---|
| Fields inherited from class org.opencms.workplace.commons.CmsPropertyCustom |
|---|
ACTION_EDIT |
| Fields inherited from class org.opencms.workplace.CmsTabDialog |
|---|
ACTION_SWITCHTAB, DIALOG_SWITCHTAB, PARAM_SETPRESSED, PARAM_TAB |
| Fields inherited from class org.opencms.workplace.tools.CmsToolDialog |
|---|
PARAM_PATH, PARAM_ROOT, PARAM_STYLE, STYLE_NEW |
| Constructor Summary | |
|---|---|
CmsDialogProperty(CmsJspActionElement jsp)
Public constructor with JSP action element. |
|
CmsDialogProperty(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
Public constructor with JSP variables. |
|
| Method Summary | |
|---|---|
String |
buildEditForm()
Creates the HTML String for the edit properties form. |
String |
buildSelectTemplates(String attributes)
Builds the html for the page template select box. |
boolean |
hasTemplateChanged()
Returns if the template property was changed. |
protected boolean |
performEditOperation(HttpServletRequest request)
Performs the editing of the resources properties. |
| Methods inherited from class org.opencms.workplace.commons.CmsPropertyCustom |
|---|
actionEdit, buildNavigationProperties, buildPropertyEntry, buildSetFormValues, buildTableRowEnd, buildTableRowStart, buildTextInput, dialogButtonsOkCancelAdvanced, getActiveProperties, getExplorerTypeSettings, initExplorerTypeSettings, initWorkplaceRequestValues, setExplorerTypeSettings, setShowNavigation, showNavigation, writeProperty |
| Methods inherited from class org.opencms.workplace.commons.CmsPropertyAdvanced |
|---|
actionCloseDialog, actionDefine, actionDeleteResource, buildActivePropertiesList, dialogButtonsHtml, dialogButtonsOkCancelDefine, getDialogHandler, getDialogUri, getParamDialogmode, getParamNewproperty, getParamUsetempfileproject, getPropertyMap, getSettingsForType, getTabParameterOrder, getTabs, isEditable, setParamDialogmode, setParamNewproperty, setParamUsetempfileproject |
| Methods inherited from class org.opencms.workplace.CmsTabDialog |
|---|
dialogTabContent, dialogTabContentEnd, dialogTabContentStart, dialogTabContentStart, dialogTabRow, getActiveTab, getActiveTabName, getParamSetPressed, getParamTab, htmlStart, htmlStart, paramsAsHidden, setParamSetPressed, setParamTab |
| 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 |
| Constructor Detail |
|---|
public CmsDialogProperty(CmsJspActionElement jsp)
jsp - an initialized JSP action element
public CmsDialogProperty(PageContext context,
HttpServletRequest req,
HttpServletResponse res)
context - the JSP page contextreq - the JSP requestres - the JSP response| Method Detail |
|---|
public String buildEditForm()
buildEditForm in class CmsPropertyCustompublic String buildSelectTemplates(String attributes)
attributes - optional attributes for the <select> tag
public boolean hasTemplateChanged()
protected boolean performEditOperation(HttpServletRequest request)
throws CmsException
performEditOperation in class CmsPropertyCustomrequest - the HttpServletRequest
CmsException - if editing is not successful
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||