Conforms to NSObject
Declared in CNGridViewDelegate.h

Instance Methods

gridView:contextMenuClickedWithIndex:inSection:

- (void)gridView:(CNGridView *)gridView contextMenuClickedWithIndex:(NSIndexSet *)indexSet inSection:(NSUInteger)section

Declared In

CNGridViewDelegate.h

gridView:didClickItemAtIndex:inSection:

- (void)gridView:(CNGridView *)gridView didClickItemAtIndex:(NSUInteger)index inSection:(NSUInteger)section

Declared In

CNGridViewDelegate.h

gridView:didDeselectItemAtIndex:inSection:

- (void)gridView:(CNGridView *)gridView didDeselectItemAtIndex:(NSUInteger)index inSection:(NSUInteger)section

Declared In

CNGridViewDelegate.h

gridView:didDoubleClickItemAtIndex:inSection:

- (void)gridView:(CNGridView *)gridView didDoubleClickItemAtIndex:(NSUInteger)index inSection:(NSUInteger)section

Declared In

CNGridViewDelegate.h

gridView:didSelectItemAtIndex:inSection:

- (void)gridView:(CNGridView *)gridView didSelectItemAtIndex:(NSUInteger)index inSection:(NSUInteger)section

Declared In

CNGridViewDelegate.h

gridView:willDeselectAllItems:

- (void)gridView:(CNGridView *)gridView willDeselectAllItems:(NSArray *)theSelectedItems

Declared In

CNGridViewDelegate.h

gridView:willDeselectItemAtIndex:inSection:

- (void)gridView:(CNGridView *)gridView willDeselectItemAtIndex:(NSUInteger)index inSection:(NSUInteger)section

Declared In

CNGridViewDelegate.h

gridView:willHoverItemAtIndex:inSection:

- (void)gridView:(CNGridView *)gridView willHoverItemAtIndex:(NSUInteger)index inSection:(NSUInteger)section

Declared In

CNGridViewDelegate.h

gridView:willSelectItemAtIndex:inSection:

- (void)gridView:(CNGridView *)gridView willSelectItemAtIndex:(NSUInteger)index inSection:(NSUInteger)section

Declared In

CNGridViewDelegate.h

gridView:willUnhoverItemAtIndex:inSection:

- (void)gridView:(CNGridView *)gridView willUnhoverItemAtIndex:(NSUInteger)index inSection:(NSUInteger)section

Declared In

CNGridViewDelegate.h

gridViewDidDeselectAllItems:

- (void)gridViewDidDeselectAllItems:(CNGridView *)gridView

Declared In

CNGridViewDelegate.h