C# Class IjwFramework.Ui.ColumnCollection

Afficher le fichier Open project: chrisforbes/Ijw.Framework Class Usage Examples

Méthodes publiques

Méthode Description
CreateAutoWidth ( string name, Action a ) : IColumn
CreateFixedWidth ( string name, int width, Action a ) : IColumn
Render ( Painter p, Node n ) : void
RenderCustom ( Painter p, Node n, Action a ) : void

Private Methods

Méthode Description
GetLeft ( IColumn c ) : int
Update ( int width ) : void

Method Details

CreateAutoWidth() public méthode

public CreateAutoWidth ( string name, Action a ) : IColumn
name string
a Action
Résultat IColumn

CreateFixedWidth() public méthode

public CreateFixedWidth ( string name, int width, Action a ) : IColumn
name string
width int
a Action
Résultat IColumn

Render() public méthode

public Render ( Painter p, Node n ) : void
p Painter
n Node
Résultat void

RenderCustom() public méthode

public RenderCustom ( Painter p, Node n, Action a ) : void
p Painter
n Node
a Action
Résultat void