Uses of Class
org.teamapps.ux.cache.record.legacy.ClientRecordCache
Packages that use ClientRecordCache
Package
Description
-
Uses of ClientRecordCache in org.teamapps.ux.cache.record.legacy
Constructors in org.teamapps.ux.cache.record.legacy with parameters of type ClientRecordCacheModifierConstructorDescriptionCacheManipulationHandle(ClientRecordCache cache, int operationSequenceNumber, R result, Runnable committingActions) -
Uses of ClientRecordCache in org.teamapps.ux.component.field.combobox
Fields in org.teamapps.ux.component.field.combobox declared as ClientRecordCacheModifier and TypeFieldDescriptionprotected final ClientRecordCache<RECORD, org.teamapps.dto.UiComboBoxTreeRecord> AbstractComboBox.recordCache -
Uses of ClientRecordCache in org.teamapps.ux.component.infiniteitemview
Fields in org.teamapps.ux.component.infiniteitemview declared as ClientRecordCacheModifier and TypeFieldDescriptionprotected final ClientRecordCache<RECORD, org.teamapps.dto.UiIdentifiableClientRecord> InfiniteItemView.itemCacheDeprecated.