C# 클래스 IjwFramework.Ui.ColumnCollection

파일 보기 프로젝트 열기: chrisforbes/Ijw.Framework 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetLeft ( IColumn c ) : int
Update ( int width ) : void

메소드 상세

CreateAutoWidth() 공개 메소드

public CreateAutoWidth ( string name, Action a ) : IColumn
name string
a Action
리턴 IColumn

CreateFixedWidth() 공개 메소드

public CreateFixedWidth ( string name, int width, Action a ) : IColumn
name string
width int
a Action
리턴 IColumn

Render() 공개 메소드

public Render ( Painter p, Node n ) : void
p Painter
n Node
리턴 void

RenderCustom() 공개 메소드

public RenderCustom ( Painter p, Node n, Action a ) : void
p Painter
n Node
a Action
리턴 void