|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ui.OwEventTarget
com.wewebu.ow.server.ui.OwView
com.wewebu.ow.server.app.OwClipboardView
public class OwClipboardView
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
Field Summary | |
---|---|
protected OwMimeManager |
m_MimeManager
instance of the MIME manager used to open the objects, protected since 2.5.2.2 |
Fields inherited from class com.wewebu.ow.server.ui.OwView |
---|
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTarget |
Fields inherited from interface com.wewebu.ow.server.ui.OwBaseView |
---|
EMPTY_STRING |
Constructor Summary | |
---|---|
OwClipboardView()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.wewebu.ow.server.ui.OwEventTarget |
---|
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected OwMimeManager m_MimeManager
Constructor Detail |
---|
public OwClipboardView()
Method Detail |
---|
protected void init() throws Exception
init
in class OwView
Exception
protected void onRender(Writer w_p) throws Exception
onRender
in class OwView
w_p
- Writer object to write HTML to
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 rendered
Exception
- a IOException may occurs during writing out the layoutpublic String getClearButton()
public void onClearClipboard(javax.servlet.http.HttpServletRequest req_p)
req_p
- - the request.public void onClipboardPluginEvent(javax.servlet.http.HttpServletRequest request_p) throws Exception
request_p
- - the request
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |