| |
|
| java.lang.Object org.opencms.workplace.editors.directedit.CmsDirectEditParams
CmsDirectEditParams | public class CmsDirectEditParams (Code) | | A parameter set to start a direct edit element, for internal use only.
author: Alexander Kandzior version: $Revision: 1.5 $ since: 6.2.3 |
m_element | protected String m_element(Code) | | The selected element in the target content.
|
m_linkForClose | protected String m_linkForClose(Code) | | The link to the current page useed when closing an editor or dialog.
|
m_linkForNew | protected String m_linkForNew(Code) | | The link to create a new VFS resource of the edited type.
|
m_resourceName | protected String m_resourceName(Code) | | The edit target VFS resource name.
|
CmsDirectEditParams | public CmsDirectEditParams(String linkForClose)(Code) | | Creates a new direct edit parameter set usually used for including the head HTML.
Parameters: linkForClose - the link to the current page useed when closing an editor or dialog |
CmsDirectEditParams | public CmsDirectEditParams(String resourceName, CmsDirectEditButtonSelection options, CmsDirectEditMode mode, String linkForNew)(Code) | | Creates a new direct edit parameter set usually used within a XML content load loop for a xmlcontent .
Parameters: resourceName - the edit target VFS resource name Parameters: options - the direct edit options to display buttons for Parameters: linkForNew - the link to create a new VFS resource of the edited type Parameters: mode - the direct edit mode to use |
CmsDirectEditParams | public CmsDirectEditParams(String resourceName, String element)(Code) | | Creates a new direct edit parameter set usually used within a cms:include call for a xmlpage .
Parameters: resourceName - the edit target VFS resource name Parameters: element - the selected element in the target content |
getButtonSelection | public CmsDirectEditButtonSelection getButtonSelection()(Code) | | Returns the direct edit buttons selection to display.
the direct edit buttons selection to display |
getElement | public String getElement()(Code) | | Returns the selected element in the target content.
the selected element in the target content |
getLinkForClose | public String getLinkForClose()(Code) | | Returns the link to the current page useed when closing an editor or dialog.
the link to the current page useed when closing an editor or dialog |
getLinkForDelete | public String getLinkForDelete()(Code) | | Returns the link to delete the selected VFS resource.
the link to delete the selected VFS resource |
getLinkForEdit | public String getLinkForEdit()(Code) | | Returns the link to edit the selected VFS resource (element).
the link to edit the selected VFS resource (element) |
getLinkForNew | public String getLinkForNew()(Code) | | Returns the link to create a new VFS resource of the edited type.
the link to create a new VFS resource of the edited type |
getResourceName | public String getResourceName()(Code) | | Returns the edit target VFS resource name.
the edit target VFS resource name |
|
|
|