C# Class PowerArgs.Cli.Grid

Inheritance: ConsoleControl
Afficher le fichier Open project: adamabdelhamed/PowerArgs Class Usage Examples

Méthodes publiques

Méthode Description
Activate ( ) : void
Down ( ) : void
End ( ) : void
Grid ( ) : System
Grid ( CollectionDataSource dataSource ) : System
Grid ( List items ) : System
Home ( ) : void
Left ( ) : void
PageDown ( ) : void
PageUp ( ) : void
Refresh ( ) : void
Right ( ) : void
Up ( ) : void

Méthodes protégées

Méthode Description
OnPaint ( ConsoleBitmap context ) : void

Private Methods

Méthode Description
DataSourceDataChangedListener ( ) : void
DataSourceOrBoundsChangedListener ( ) : void
FilterTextKeyPressed ( ConsoleKeyInfo keyInfo ) : void
FilterTextValueChanged ( ) : void
InitGridView ( ) : void
InitGridViewModel ( ) : void
OnKeyInputReceived ( ConsoleKeyInfo info ) : void
PaintInternal ( ConsoleBitmap context ) : void
SetFilterText ( string value ) : void
SetFilterTextBox ( TextBox value ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

Down() public méthode

public Down ( ) : void
Résultat void

End() public méthode

public End ( ) : void
Résultat void

Grid() public méthode

public Grid ( ) : System
Résultat System

Grid() public méthode

public Grid ( CollectionDataSource dataSource ) : System
dataSource CollectionDataSource
Résultat System

Grid() public méthode

public Grid ( List items ) : System
items List
Résultat System

Home() public méthode

public Home ( ) : void
Résultat void

Left() public méthode

public Left ( ) : void
Résultat void

OnPaint() protected méthode

protected OnPaint ( ConsoleBitmap context ) : void
context ConsoleBitmap
Résultat void

PageDown() public méthode

public PageDown ( ) : void
Résultat void

PageUp() public méthode

public PageUp ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Right() public méthode

public Right ( ) : void
Résultat void

Up() public méthode

public Up ( ) : void
Résultat void