com.wewebu.ow.server.ui
Interface OwUpdateTarget

All Known Subinterfaces:
OwDialog.OwDialogListener
All Known Implementing Classes:
OwAbstractDocumentImporterView, OwAddPrivilegeDialog, OwAllLinksView, OwClipboardView, OwConfiguration.OwErrorView, OwCreateObjectDialog, OwCreateObjectFormularDialog, OwCreateObjectWithFormDialog, OwDelegateView, OwDialog, OwDialogManager, OwHelpDialog, OwImageButtonView, OwLaunchableWorkflowSelectionView, OwLayout, OwLoginView, OwMainLayout, OwMainMenuView, OwMainNavigationView, OwMasterView, OwMaxMinButtonControlView, OwMenu, OwMenuView, OwMessageBox, OwMultipanelAccessRightsView, OwMultipleSelectionCall.OwValidatorMessageBox, OwNavigationView, OwObjectAccessRightsView, OwObjectClassPreviewView, OwObjectClassTreeView, OwObjectClassView, OwObjectClassView.OwObjectClassTreeViewViewWithStyle, OwObjectEditVersionsView, OwObjectFiledRecordsView, OwObjectHistoryView, OwObjectLinksView, OwObjectListView, OwObjectListViewCombined, OwObjectListViewCombined.OwObjectListViewRowCombined, OwObjectListViewControl, OwObjectListViewEXTJSGrid, OwObjectListViewFilterEXTJSGrid, OwObjectListViewFilterRow, OwObjectListViewPluginCache, OwObjectListViewRow, OwObjectListViewThumbnails, OwObjectPropertyFormularView, OwObjectPropertyView, OwObjectSequenceDialog, OwObjectTreeView, OwObjectTreeViewEXTJS, OwPolicyLevelView, OwPrivilegeSetEditor, OwPrivilegesView, OwSearchCriteriaView, OwSettingsPropertyBPMProxy, OwSmallSubMenuView, OwSmallSubNavigationView, OwSplitObjectListView, OwStandardDialog, OwStandardSequenceDialog, OwSubLayout, OwSubMenuView, OwSubNavigationView, OwToolView, OwTreeView, OwTypedLinksView, OwUIAccessRightsModul, OwUIGenericAccessRightsModul, OwUILoginModul, OwUISubModul, OwUIUserSelectModul, OwUnifyImageButtonView, OwUserSelectDialog, OwView

public interface OwUpdateTarget

Interface for update events that where sent from documents.

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


Method Summary
 void onUpdate(OwEventTarget caller_p, int iCode_p, Object param_p)
          called by the framework to update the view when OwDocument.Update was called NOTE: We can not use the onRender method to update, because we do not know the call order of onRender.
 

Method Detail

onUpdate

void onUpdate(OwEventTarget caller_p,
              int iCode_p,
              Object param_p)
              throws Exception
called by the framework to update the view when OwDocument.Update was called NOTE: We can not use the onRender method to update, because we do not know the call order of onRender. onUpdate is always called before all onRender methods.

Parameters:
caller_p - OwEventTarget target that called update
iCode_p - int optional reason code
param_p - Object optional parameter representing the refresh, depends on the value of iCode_p, can be null
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.