Click or drag to resize

GridExample Class

Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapterSRIAGridParams, CellGroupViewsHolderMyCellViewsHolder
            frame8.ScrollRectItemsAdapter.Util.GridViewGridAdapterGridParams, MyCellViewsHolder
              frame8.ScrollRectItemsAdapter.GridExampleGridExample

Namespace:  frame8.ScrollRectItemsAdapter.GridExample
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class GridExample : GridAdapter<GridParams, MyCellViewsHolder>, 
	ILazyListSimpleDataManager<BasicModel>

The GridExample type exposes the following members.

Constructors
  NameDescription
Public methodGridExample
Top
Properties
  NameDescription
Public propertyData
Top
Methods
  NameDescription
Protected methodAwake (Overrides SRIATParams, TItemViewsHolderAwake.)
Public methodRefresh

contentPanelEndEdgeStationary is overridden by the corresponding setting in the drawer. This is because the ILazyListSimpleDataManagerTItem

calls refresh after any data modification, but it can't know about the drawer panel settings, since it calls the parameterless version of Refresh(), which calls this version

(Overrides GridAdapterTParams, TCellVHRefresh(Boolean, Boolean).)
Public methodScrollToItemWithIndex10
Protected methodStart (Overrides SRIATParams, TItemViewsHolderStart.)
Protected methodUpdateCellViewsHolder
Called when a cell becomes visible
(Overrides GridAdapterTParams, TCellVHUpdateCellViewsHolder(TCellVH).)
Public methodUpdateItems
Top
Fields
  NameDescription
Public fieldcountText
Public fieldgridParams
Top
Extension Methods
  NameDescription
Public Extension MethodLazyAddItemsBasicModel (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazyClearItemsBasicModel (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazyGetItemBasicModel (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazyInsertItemsBasicModel (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazyRemoveItemAtBasicModel (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazyRemoveItemsBasicModel (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazySetNewItemsBasicModel (Defined by ISimpleDataManagerExtensions.)
Top
Version Information

Optimized ScrollView Adapter

Supported in: 3.1, 2.5.2
See Also