public class OwClipboardView extends OwView
View to display the clipboard content.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Field and Description |
---|---|
protected OwMimeManager |
m_MimeManager
instance of the MIME manager used to open the objects,
protected since 2.5.2.2
|
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTarget
EMPTY_STRING
Constructor and Description |
---|
OwClipboardView() |
Modifier and Type | Method and Description |
---|---|
String |
getClearButton()
Get the code for rendering the clear button.
|
protected void |
init()
init the view after the context is set.
|
void |
onClearClipboard(javax.servlet.http.HttpServletRequest req_p)
Handler for clear the content of clipboard.
|
void |
onClipboardPluginEvent(javax.servlet.http.HttpServletRequest request_p)
External call to execute a plugin for all items in clipboard
|
protected void |
onRender(Writer w_p)
called when the view should create its HTML content to be displayed
|
protected void |
renderOwFieldContentType(Writer w_p,
OwClipboard clipboard_p)
Render the clipboard information, if content type is an OwField.
|
activate, addView, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getIterator, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getTitle, getViewList, isFormTargetExternal, isNamedRegion, isRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, onUpdate, render, renderHTMLFormular, renderNamedRegion, renderRegion, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributes
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTarget
protected OwMimeManager m_MimeManager
protected void init() throws Exception
protected void onRender(Writer w_p) throws Exception
protected void renderOwFieldContentType(Writer w_p, OwClipboard clipboard_p) throws Exception
w_p
- Writer used to write the information of graphical layout for current clipboardclipboard_p
- OwClipboard which should be renderedException
- a IOException may occurs during writing out the layoutpublic String getClearButton()
public void onClearClipboard(javax.servlet.http.HttpServletRequest req_p)
req_p
- - the request.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.