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

Represent a panel that is responsible to display all the child controls in a tabular format.
상속: System.Web.UI.WebControls.WebControl, INamingContainer
파일 보기 프로젝트 열기: NLADP/ADF 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ButtonCssClass string
ControlCellStyle string
LabelCellStyle string
LabelStyle string
Optional bool
PanelStyle string
RowStyle string

보호된 프로퍼티들

프로퍼티 타입 설명
editable bool
panelItems List

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( IPanelItem panelItem ) : void

Adds the specified Adf.Web.UI.IPanelItem object to the end of the list.

CreateButton ( string label, bool visible = true, bool enabled = true ) : LinkButton

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Create the control hierarchy used to render the Adf.Web.UI.SmartPanel control.

Render ( System.Web.UI.HtmlTextWriter writer ) : void

Initializes the System.Web.UI.HtmlTextWriter object and calls on the child controls of the Adf.Web.UI.SmartPanel to render.

메소드 상세

Add() 공개 메소드

Adds the specified Adf.Web.UI.IPanelItem object to the end of the list.
public Add ( IPanelItem panelItem ) : void
panelItem IPanelItem The to add to the end of the list. The value can be null for reference types.
리턴 void

CreateButton() 공개 메소드

public CreateButton ( string label, bool visible = true, bool enabled = true ) : LinkButton
label string
visible bool
enabled bool
리턴 System.Web.UI.WebControls.LinkButton

CreateChildControls() 보호된 메소드

Create the control hierarchy used to render the Adf.Web.UI.SmartPanel control.
protected CreateChildControls ( ) : void
리턴 void

Render() 보호된 메소드

Initializes the System.Web.UI.HtmlTextWriter object and calls on the child controls of the Adf.Web.UI.SmartPanel to render.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The that receives the content of .
리턴 void

프로퍼티 상세

ButtonCssClass 공개적으로 프로퍼티

public string ButtonCssClass
리턴 string

ControlCellStyle 공개적으로 프로퍼티

public string ControlCellStyle
리턴 string

LabelCellStyle 공개적으로 프로퍼티

public string LabelCellStyle
리턴 string

LabelStyle 공개적으로 프로퍼티

public string LabelStyle
리턴 string

Optional 공개적으로 프로퍼티

public bool Optional
리턴 bool

PanelStyle 공개적으로 프로퍼티

public string PanelStyle
리턴 string

RowStyle 공개적으로 프로퍼티

public string RowStyle
리턴 string

editable 보호되어 있는 프로퍼티

protected bool editable
리턴 bool

panelItems 보호되어 있는 프로퍼티

Represent strongly typed list of Adf.Web.UI.IPanelItem that can be used to hold the name of child controls within Adf.Web.UI.SmartPanel.
protected List panelItems
리턴 List