C# Class Praeclarum.UI.DocumentListView

Inheritance: UITableView, IDocumentsView
Show file Open project: praeclarum/Praeclarum Class Usage Examples

Public Methods

Method Description
DeleteItems ( int docIndices, bool animated ) : void
DocumentListView ( CGRect frame ) : System
GetItemAtPoint ( Praeclarum p ) : DocumentsViewItem
IDocumentsView ( ) : void
InsertItems ( int docIndices ) : void
RefreshListTimes ( ) : void
SetOpenedDocument ( int docIndex, bool animated ) : void
SetSelecting ( bool selecting, bool animated ) : void
ShowItem ( int docIndex, bool animated ) : void
UpdateItem ( int docIndex ) : void
UpdateLayout ( ) : void

Method Details

DeleteItems() public method

public DeleteItems ( int docIndices, bool animated ) : void
docIndices int
animated bool
return void

DocumentListView() public method

public DocumentListView ( CGRect frame ) : System
frame CGRect
return System

GetItemAtPoint() public method

public GetItemAtPoint ( Praeclarum p ) : DocumentsViewItem
p Praeclarum
return DocumentsViewItem

IDocumentsView() public method

public IDocumentsView ( ) : void
return void

InsertItems() public method

public InsertItems ( int docIndices ) : void
docIndices int
return void

RefreshListTimes() public method

public RefreshListTimes ( ) : void
return void

SetOpenedDocument() public method

public SetOpenedDocument ( int docIndex, bool animated ) : void
docIndex int
animated bool
return void

SetSelecting() public method

public SetSelecting ( bool selecting, bool animated ) : void
selecting bool
animated bool
return void

ShowItem() public method

public ShowItem ( int docIndex, bool animated ) : void
docIndex int
animated bool
return void

UpdateItem() public method

public UpdateItem ( int docIndex ) : void
docIndex int
return void

UpdateLayout() public method

public UpdateLayout ( ) : void
return void