C# Class Views.CaseList

Inheritance: Gtk.Bin
Datei anzeigen Open project: monsterlabs/HumanRightsTracker

Private Properties

Property Type Description

Public Methods

Method Description
CaseList ( ) : System
FillStore ( ) : void
NewStore ( ) : void
ReloadStore ( ) : void
UnselectAll ( ) : void

Protected Methods

Method Description
OnLetterSelectionChanged ( object sender, System e ) : void
OnReloadButtonClicked ( object sender, System e ) : void
OnRowActivated ( object o, Gtk args ) : void
OnSelectionChanged ( object o, System args ) : void
onSearch ( object sender, System e ) : void

Method Details

CaseList() public method

public CaseList ( ) : System
return System

FillStore() public method

public FillStore ( ) : void
return void

NewStore() public method

public NewStore ( ) : void
return void

OnLetterSelectionChanged() protected method

protected OnLetterSelectionChanged ( object sender, System e ) : void
sender object
e System
return void

OnReloadButtonClicked() protected method

protected OnReloadButtonClicked ( object sender, System e ) : void
sender object
e System
return void

OnRowActivated() protected method

protected OnRowActivated ( object o, Gtk args ) : void
o object
args Gtk
return void

OnSelectionChanged() protected method

protected OnSelectionChanged ( object o, System args ) : void
o object
args System
return void

ReloadStore() public method

public ReloadStore ( ) : void
return void

UnselectAll() public method

public UnselectAll ( ) : void
return void

onSearch() protected method

protected onSearch ( object sender, System e ) : void
sender object
e System
return void