core/data-grid/user-preferences-configuration-strategy.service.ts
Stores data grid configuration in form of user preferences.
Methods |
constructor(userPreferencesService: UserPreferencesService, context: UserPreferencesGridConfigContext, contextProvider: GridConfigContextProvider, legacyGridMapperService: LegacyGridConfigMapperService)
|
|||||||||||||||
Parameters :
|
getConfig$ | ||||||
getConfig$(context?: UserPreferencesGridConfigContext)
|
||||||
Parameters :
Returns :
Observable<GridConfig>
|
saveConfig$ | |||||||||
saveConfig$(config: GridConfig, context?: UserPreferencesGridConfigContext)
|
|||||||||
Parameters :
Returns :
Observable<GridConfig>
|
getContext |
getContext()
|
Returns :
GridConfigContext
|
isContextKnown |
isContextKnown()
|
Returns :
boolean
|
Protected retrieveContext | ||||||
retrieveContext(context?: T)
|
||||||
Type parameters :
|
||||||
Parameters :
Returns :
T
|