C# 클래스 Adf.Web.UI.TwoColumnPanel

Represents two column compound panel.
상속: CompoundPanel
파일 보기 프로젝트 열기: NLADP/ADF

보호된 프로퍼티들

프로퍼티 타입 설명
linecount int
split int

보호된 메소드들

메소드 설명
FinaliseRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void

Finalizes the rendering process.

InitRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void

Computes at which point the rows should be added to the right panel.

RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control controls ) : void

Renders a row containing control cells to a table.

The rows are initially added to the left column and when it's full, they are added to the right column

RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control label, Control controls ) : void

Renders a row containing label and control cells to a table.

The rows are initially added to the left column and when it's full, they are added to the right column

메소드 상세

FinaliseRendering() 보호된 메소드

Finalizes the rendering process.
protected FinaliseRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void
table System.Web.UI.HtmlControls.HtmlTable The table.
리턴 void

InitRendering() 보호된 메소드

Computes at which point the rows should be added to the right panel.
protected InitRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void
table System.Web.UI.HtmlControls.HtmlTable The table.
리턴 void

RenderRow() 보호된 메소드

Renders a row containing control cells to a table.
The rows are initially added to the left column and when it's full, they are added to the right column
protected RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control controls ) : void
table System.Web.UI.HtmlControls.HtmlTable The output table.
controls System.Web.UI.Control The collection of controls.
리턴 void

RenderRow() 보호된 메소드

Renders a row containing label and control cells to a table.
The rows are initially added to the left column and when it's full, they are added to the right column
protected RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, Control label, Control controls ) : void
table System.Web.UI.HtmlControls.HtmlTable The output table.
label System.Web.UI.Control The label.
controls System.Web.UI.Control The collection of controls.
리턴 void

프로퍼티 상세

linecount 보호되어 있는 프로퍼티

A counter for the current line number.
protected int linecount
리턴 int

split 보호되어 있는 프로퍼티

The line number from which point the right panel is used.
protected int split
리턴 int