com.wewebu.ow.server.plug.owrecord
Class OwRecordRecordFunctionDnDView

java.lang.Object
  extended by com.wewebu.ow.server.ui.OwEventTarget
      extended by com.wewebu.ow.server.ui.OwView
          extended by com.wewebu.ow.server.plug.owrecord.OwRecordRecordFunctionView
              extended by com.wewebu.ow.server.plug.owrecord.OwRecordRecordFunctionDnDView
All Implemented Interfaces:
com.wewebu.ow.server.app.OwClientRefreshContext, com.wewebu.ow.server.ui.OwBaseView, com.wewebu.ow.server.ui.OwUpdateTarget, EventListener

public class OwRecordRecordFunctionDnDView
extends OwRecordRecordFunctionView

View to display only the DropTarget document function. This function is not rendered along with the other document functions.

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

Since:
3.2.0.0

Field Summary
 
Fields inherited from class com.wewebu.ow.server.plug.owrecord.OwRecordRecordFunctionView
m_DocumentFunctionPluginList, m_recordFunctionPluginList, QUERY_KEY_PLUGIN, UPDATE_AJAX_EVENT_NAME
 
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
OwRecordRecordFunctionDnDView()
           
 
Method Summary
 com.wewebu.ow.server.app.OwRecordFunction getDnD()
           
 int getDnDIndex()
           
 void onAjaxUpdateDnDAppletRegion(javax.servlet.http.HttpServletRequest request_p, javax.servlet.http.HttpServletResponse response_p)
           
protected  void onRender(Writer w_p)
           
 
Methods inherited from class com.wewebu.ow.server.plug.owrecord.OwRecordRecordFunctionView
getCurrentRootFolder, getCurrentSubFolderObject, getCurrentSubFolderObjectParent, getDocumentFunctionEventURL, getDocumentFunctionWorkobject, getDocumentFunctionWorkobjectParent, getDocumentFuntionPlugins, getIsPluginEnabled, getIsPluginEnabled, getRecordFunctionEventURL, getRecordFuntionPlugins, init, onAjaxUpdate, onClientRefreshContextUpdate, onDocumentFunctionPluginEvent, onRecordFunctionPluginEvent, showDisabledRecordFunctions
 
Methods inherited from class com.wewebu.ow.server.ui.OwView
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
 
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
 

Constructor Detail

OwRecordRecordFunctionDnDView

public OwRecordRecordFunctionDnDView()
Method Detail

onRender

protected void onRender(Writer w_p)
                 throws Exception
Overrides:
onRender in class OwRecordRecordFunctionView
Parameters:
w_p - Writer
Throws:
Exception

onAjaxUpdateDnDAppletRegion

public void onAjaxUpdateDnDAppletRegion(javax.servlet.http.HttpServletRequest request_p,
                                        javax.servlet.http.HttpServletResponse response_p)
                                 throws Exception
Throws:
Exception

getDnD

public com.wewebu.ow.server.app.OwRecordFunction getDnD()
Returns:
the DnD record function or null.

getDnDIndex

public int getDnDIndex()
Returns:
the DnD record function index or -1 if not found.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.