com.centrasite.control.adapters.textgrid
Interface TextGridCollectionContext

All Known Implementing Classes:
AbstractTextGridDetailViewTabAdapter, AddAdvancedAssociationAdapter, AddAdvancedMemberSearchAdapter, AddBulkExternalUsersAdapter, AddBulkLdapUsersAdapter, AddExternalGroupsAdapter, AddKeyWordAssociationAdapter, AddLdapGroupAdapter, AddOrgDomainUsersAdapter, AddOrgLDAPUsersAdapter, AddOSUsersAdapter, ApplicableToObjectTypesAdapter, ApprovalBaseAdaptor, AssetTypesListAdapter, AssociateUserAdapter, AssociationDetailsAdapter, AssociationsTabAdapter, AssoTypesListAdapter, AttachFileAdapter, AuditableTabAdapter, AuditInfoAdapter, BulkLoadExternalGroupsAdapter, BulkLoadOSGroupsAdapter, ChangeNewOrganizationAdapter, ChangeNewUserAdapter, ChangeOrgAdapter, ChangeOwnerAdapter, ClassificationTabAdapter, ConsumersTabAdapter, CreateAdministratorAdapter, CreateOrgLDAPUsersAdapter, CreateOrgUsersAdapter, EditGroupRolesAdapter, EditGroupUsersAdapter, EditUserAssetsAdapter, EditUserGroupsAdapter, EditUserRolesAdapter, ExternalLinksAdapter, FailedPoliciesInfoAdapter, FailedPoliciesListAdapter, LogViewAdapter, MyApprovalHistoryAdapter, MyApprovalsAdapter, MyConsumersAdapter, NotificationsAdapter, NotificationSettingsAdapter, NotificationsTabAdapter, ObjectTypeAdapter, OnTriggerPoliciesAdapter, OwnerShipLogAdapter, PendingApprovalAdapter, PendingConsumerAdapter, PermissionsListAdapter, RepositoryObjectVersionTabAdapter, RunNowPolicyLogAdapter, SearchAdapter, SearchAdministratorAdapter, SearchOrgUsersAdapter, SearchRegistryAdapter, SelectPrincipalAdapter, SupportingDocumentsLibraryAdapter, TableDetailTabAdapter, TextGridAdapter, TextualImpactAnalysisAdapter, ViewAllGroupsAdapter, ViewAllOrganizationsAdapter, ViewAllOrgUsersAdapter, ViewAllRolesAdapter, ViewAllUsersAdapter, ViewApprovalHistoryAdapter, ViewChildOrganizationsAdapter, ViewExportLogAdapter, ViewExportObjectsListAdapter, ViewImportLogAdapter, ViewImportObjectsListAdapter, ViewReportsAdapter, ViewSubscriptionsAdapter

public interface TextGridCollectionContext


Method Summary
 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)
           
 

Method Detail

doClientSideSorting

boolean doClientSideSorting(java.lang.String property)
Check whether sorting for that column shall be done on the client side

Parameters:
property -
Returns:
true if to be sorted on client side

onSortColumn

void onSortColumn(TextGridCollection.SortInfo sortInfo)
This method is invoked when sorting on a column is required.

Parameters:
sortInfo - The sorting information - sorting property, etc.

isContextMenuAllowed

boolean isContextMenuAllowed()

isColumnContextMenuActive

boolean isColumnContextMenuActive()

showPopupMenu

void showPopupMenu(com.softwareag.cis.server.util.TREECollection treecollection)