C# Class GMGridTest.SlidesSortingDelegate

Inheritance: GMGridView.GMGridViewSortingDelegate
ファイルを表示 Open project: aarpy/GMGridMono

Public Methods

Method Description
DidEndMovingCell ( GMGridView gridView, GMGridView cell ) : void
DidStartMovingCell ( GMGridView gridView, GMGridView cell ) : void
ExchangeItemAtIndex ( GMGridView gridView, int index1, int index2 ) : void
MoveItemAtIndex ( GMGridView gridView, int oldIndex, int newIndex ) : void
ShouldAllowShakingBehaviorWhenMovingCell ( GMGridView gridView, GMGridView view, int index ) : bool
SlidesSortingDelegate ( SlidesGridDataSource ds ) : System

Method Details

DidEndMovingCell() public method

public DidEndMovingCell ( GMGridView gridView, GMGridView cell ) : void
gridView GMGridView
cell GMGridView
return void

DidStartMovingCell() public method

public DidStartMovingCell ( GMGridView gridView, GMGridView cell ) : void
gridView GMGridView
cell GMGridView
return void

ExchangeItemAtIndex() public method

public ExchangeItemAtIndex ( GMGridView gridView, int index1, int index2 ) : void
gridView GMGridView
index1 int
index2 int
return void

MoveItemAtIndex() public method

public MoveItemAtIndex ( GMGridView gridView, int oldIndex, int newIndex ) : void
gridView GMGridView
oldIndex int
newIndex int
return void

ShouldAllowShakingBehaviorWhenMovingCell() public method

public ShouldAllowShakingBehaviorWhenMovingCell ( GMGridView gridView, GMGridView view, int index ) : bool
gridView GMGridView
view GMGridView
index int
return bool

SlidesSortingDelegate() public method

public SlidesSortingDelegate ( SlidesGridDataSource ds ) : System
ds SlidesGridDataSource
return System