public interface TextGridCollectionContext
Modifier and Type | Method and Description |
---|---|
boolean |
doClientSideSorting(java.lang.String property)
Check whether sorting for that column shall be done on the client side
|
boolean |
isColumnContextMenuActive() |
boolean |
isContextMenuAllowed() |
void |
onSortColumn(TextGridCollection.SortInfo sortInfo)
This method is invoked when sorting on a column is required.
|
void |
showPopupMenu(com.softwareag.cis.server.util.TREECollection treecollection) |
boolean doClientSideSorting(java.lang.String property)
property
- void onSortColumn(TextGridCollection.SortInfo sortInfo)
sortInfo
- The sorting information - sorting property, etc.boolean isContextMenuAllowed()
boolean isColumnContextMenuActive()
void showPopupMenu(com.softwareag.cis.server.util.TREECollection treecollection)