Uses of Class
org.teamapps.ux.cache.ClientRecordCache
-
Packages that use ClientRecordCache Package Description org.teamapps.ux.cache org.teamapps.ux.component.field.combobox org.teamapps.ux.component.infiniteitemview -
-
Uses of ClientRecordCache in org.teamapps.ux.cache
Constructors in org.teamapps.ux.cache with parameters of type ClientRecordCache Constructor Description CacheManipulationHandle(ClientRecordCache cache, int operationSequenceNumber, R result, java.lang.Runnable committingActions) -
Uses of ClientRecordCache in org.teamapps.ux.component.field.combobox
Fields in org.teamapps.ux.component.field.combobox declared as ClientRecordCache Modifier and Type Field Description protected 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 ClientRecordCache Modifier and Type Field Description protected ClientRecordCache<RECORD,org.teamapps.dto.UiIdentifiableClientRecord>InfiniteItemView. itemCacheDeprecated.
-