com.wewebu.ow.server.dmsdialogs.views
Interface OwObjectListView.OwObjectListViewEventListner

All Superinterfaces:
EventListener
Enclosing class:
OwObjectListView

public static interface OwObjectListView.OwObjectListViewEventListner
extends EventListener

Event listener interface for OwObjectCollectionView's.

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 onObjectListViewFilterChange(OwSearchNode filterNode_p, OwObject parent_p)
          called when user changes or activates the column filter
 String onObjectListViewGetRowClassName(int iIndex_p, OwObject obj_p)
          get the style class name for the row
 boolean onObjectListViewItemClick(OwObject obj_p)
          called when uses clicks on a folder, used to redirect folder events an bypass the mimemanager
 void onObjectListViewSelect(OwObject object_p, OwObject parent_p)
          called when user clicks a select button, fUseSelectButton_p must have been set to display select buttons
 void onObjectListViewSort(OwSort newSort_p, String strSortProperty_p)
          called when uses clicks on a sort header and the sort changes
 

Method Detail

onObjectListViewSort

void onObjectListViewSort(OwSort newSort_p,
                          String strSortProperty_p)
                          throws Exception
called when uses clicks on a sort header and the sort changes

Parameters:
newSort_p - OwSort new sort
strSortProperty_p - String Property Name of sort property that was changed
Throws:
Exception

onObjectListViewSelect

void onObjectListViewSelect(OwObject object_p,
                            OwObject parent_p)
                            throws Exception
called when user clicks a select button, fUseSelectButton_p must have been set to display select buttons

Parameters:
object_p - OwObject object that was selected
parent_p - OwObject parent if available, or null
Throws:
Exception

onObjectListViewFilterChange

void onObjectListViewFilterChange(OwSearchNode filterNode_p,
                                  OwObject parent_p)
                                  throws Exception
called when user changes or activates the column filter

Parameters:
filterNode_p - OwSearchNode with filter
parent_p - OwObject parent if available, or null
Throws:
Exception

onObjectListViewItemClick

boolean onObjectListViewItemClick(OwObject obj_p)
                                  throws Exception
called when uses clicks on a folder, used to redirect folder events an bypass the mimemanager

Parameters:
obj_p - OwObject folder object that was clicked
Returns:
boolean true = event was handled, false = event was not handled, do default handler
Throws:
Exception

onObjectListViewGetRowClassName

String onObjectListViewGetRowClassName(int iIndex_p,
                                       OwObject obj_p)
get the style class name for the row

Parameters:
iIndex_p - int row index
obj_p - current OwObject
Returns:
String with style class name, or null to use default


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.