|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface OwObjectListView.OwObjectListViewEventListner
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 |
---|
void onObjectListViewSort(OwSort newSort_p, String strSortProperty_p) throws Exception
newSort_p
- OwSort new sortstrSortProperty_p
- String Property Name of sort property that was changed
Exception
void onObjectListViewSelect(OwObject object_p, OwObject parent_p) throws Exception
object_p
- OwObject object that was selectedparent_p
- OwObject parent if available, or null
Exception
void onObjectListViewFilterChange(OwSearchNode filterNode_p, OwObject parent_p) throws Exception
filterNode_p
- OwSearchNode with filterparent_p
- OwObject parent if available, or null
Exception
boolean onObjectListViewItemClick(OwObject obj_p) throws Exception
obj_p
- OwObject folder object that was clicked
Exception
String onObjectListViewGetRowClassName(int iIndex_p, OwObject obj_p)
iIndex_p
- int row indexobj_p
- current OwObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |