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
Modifier and Type | Method and Description |
---|---|
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
|
void onObjectListViewFilterChange(OwSearchNode filterNode_p, OwObject parent_p) throws Exception
filterNode_p
- OwSearchNode with filterparent_p
- OwObject parent if available, or nullException
String onObjectListViewGetRowClassName(int iIndex_p, OwObject obj_p)
iIndex_p
- int row indexobj_p
- current OwObjectboolean onObjectListViewItemClick(OwObject obj_p) throws Exception
obj_p
- OwObject folder object that was clickedException
void onObjectListViewSelect(OwObject object_p, OwObject parent_p) throws Exception
object_p
- OwObject object that was selectedparent_p
- OwObject parent if available, or nullException
void onObjectListViewSort(OwSort newSort_p, String strSortProperty_p) throws Exception
newSort_p
- OwSort new sortstrSortProperty_p
- String Property Name of sort property that was changedException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.