예제 #1
0
 public void SetCell(ConfigEntryCell cell, int index)
 {
     CacheObjectControllerHelper.SetCell(cell, index, this.configEntries, null);
 }
 public void SetCell(CacheKeyValuePairCell cell, int index)
 {
     CacheObjectControllerHelper.SetCell(cell, index, cachedEntries, SetCellLayout);
 }
        }                                                    // not needed

        public void SetCell(CacheMemberCell cell, int index)
        {
            CacheObjectControllerHelper.SetCell(cell, index, filteredMembers, SetCellLayout);
        }
예제 #4
0
        }                                                       // not needed

        public void SetCell(CacheListEntryCell cell, int index)
        {
            CacheObjectControllerHelper.SetCell(cell, index, cachedEntries, null);
        }