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

Provides methods to register controls in panel.
상속: System.Web.UI.WebControls.WebControl, INamingContainer
파일 보기 프로젝트 열기: NLADP/ADF

공개 프로퍼티들

프로퍼티 타입 설명
ControlCellStyle System.Web.UI.WebControls.TableItemStyle
LabelCellStyle TableItemStyle
RowStyle TableItemStyle
TitleLabelStyle TableItemStyle
TitleStyle TableItemStyle

보호된 프로퍼티들

프로퍼티 타입 설명
innerTable HtmlTable

Private Properties

프로퍼티 타입 설명
ComposeCell System.Web.UI.HtmlControls.HtmlTableCell

공개 메소드들

메소드 설명
Blank ( ) : void

Registers a blank space.

Calendar ( string label, string name ) : void

Registers a Calendar control with the specified display name and name.

Calendar ( string label, string name, bool enabled ) : void

Registers a Calendar control with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.

Calendar ( string label, string name, int width ) : void

Registers a Calendar control with the specified display name, name and width.

Calendar ( string label, string name, int width, bool enabled ) : void

Registers a Calendar control with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.

CheckBox ( string name ) : void

Registers a CheckBox with the specified name.

CheckBox ( string label, string name ) : void

Registers a CheckBox with the specified display name and name.

DateTextBox ( string name ) : void

Registers a Date TextBox with the specified name.

DateTextBox ( string name, int width ) : void

Registers a Date TextBox with the specified name and width.

DateTextBox ( string label, string name ) : void

Registers a Date TextBox with the specified display name and name.

DateTextBox ( string label, string name, bool enabled ) : void

Registers a Date TextBox with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.

DateTextBox ( string label, string name, int width, bool enabled ) : void

Registers a Date TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.

DateTimeTextBox ( string name ) : void

Registers a DateTime TextBox with the specified name.

DateTimeTextBox ( string name, int width ) : void

Registers a DateTime TextBox with the specified name and width.

DateTimeTextBox ( string label, string name ) : void

Registers a DateTime TextBox with the specified display name and name.

DateTimeTextBox ( string label, string name, bool enabled ) : void

Registers a DateTime TextBox with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.

DateTimeTextBox ( string label, string name, int width, bool enabled ) : void

Registers a DateTime TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.

DropDown ( string name ) : void

Registers a DropDownList with the specified name.

DropDown ( string label, string name ) : void

Registers a DropDownList with the specified display name and name.

DropDown ( string label, string name, int width ) : void

Registers a DropDownList with the specified display name, name and width.

DropDown ( string label, string name, int width, bool enabled ) : void

Registers a DropDownList with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.

Find ( string id ) : Control

Finds a control against a specified ID

HyperLink ( string name ) : void

Registers a HyperLink with the specified name.

HyperLink ( string name, int width ) : void

Registers a HyperLink with the specified name and width.

HyperLink ( string label, string name, int width ) : void

Registers a HyperLink with the specified display name, name and width.

Label ( string name ) : void

Registers a Label with the specified name.

Label ( string name, int width ) : void

Registers a Label with the specified name and width.

Label ( string labelname, string name, int width ) : void

Registers a Label with the specified name and width.

Line ( ) : void

Registers a Line with default width

Line ( int width ) : void

Registers a Line with the specified width

Line ( int height, int width ) : void

Registers a Line with the specified height and width

MultiTextBox ( string name, int height ) : void

Registers a Multiline TextBox with the specified name and height.

MultiTextBox ( string name, int height, int width ) : void

Registers a Multiline TextBox with the specified name, height and width.

MultiTextBox ( string label, string name, int height ) : void

Registers a Multiline TextBox with the specified display name, name and height.

MultiTextBox ( string label, string name, int height, bool enabled ) : void

Registers a Multiline TextBox with the specified display name, name, height and have its state enabled or disabled as per value provided for parameter Enabled.

MultiTextBox ( string label, string name, int height, int width ) : void

Registers a Multiline TextBox with the specified display name, name, height and width.

MultiTextBox ( string label, string name, int height, int width, bool enabled ) : void

Registers a Multiline TextBox with the specified display name, name, height and have its state enabled or disabled as per value provided for parameter Enabled.

NumericTextBox ( string name ) : void

Registers a Numeric TextBox with the specified name.

NumericTextBox ( string name, int width ) : void

Registers a Numeric TextBox with the specified name and width

NumericTextBox ( string label, string name ) : void

Registers a Numeric TextBox with the specified display name and name

NumericTextBox ( string label, string name, bool enabled ) : void

Registers a Numeric TextBox with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.

NumericTextBox ( string label, string name, int width ) : void

Registers a Numeric TextBox with the specified display name, name and width

NumericTextBox ( string label, string name, int width, bool enabled ) : void

Registers a Numeric TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.

Password ( string name ) : void

Registers a Password TextBox with the specified name.

Password ( string name, int width ) : void

Registers a Password TextBox with the specified name and width.

Password ( string label, string name ) : void

Registers a Password TextBox with the specified display name and name.

Password ( string label, string name, bool enabled ) : void

Registers a Password TextBox with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.

Password ( string label, string name, int width ) : void

Registers a Password TextBox with the specified display name, name and width.

Password ( string label, string name, int width, bool enabled ) : void

Registers a Password TextBox with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.

RadioHorizontal ( string name ) : void

Registers a horizontally aligned Radio button list with the specified name.

RadioHorizontal ( string label, string name ) : void

Registers a horizontally aligned Radio button list with the specified display name and name.

RadioHorizontal ( string label, string name, int width ) : void

Registers a horizontally aligned Radio button with list the specified display name, name and width.

RadioVertical ( string name ) : void

Registers a vertically aligned Radio button list with the specified name.

RadioVertical ( string label, string name ) : void

Registers a vertically aligned Radio button list with the specified display name and name.

RadioVertical ( string label, string name, int width ) : void

Registers a vertically aligned Radio button list with the specified display name, name and width.

SignedIntegerTextBox ( string name ) : void

Registers a Signed Integer TextBox with the specified name.

SignedIntegerTextBox ( string name, int width ) : void

Registers a Signed Integer TextBox with the specified name and width.

SignedIntegerTextBox ( string label, string name ) : void

Registers a Signed Integer TextBox with the specified display name and name.

SignedIntegerTextBox ( string label, string name, bool enabled ) : void

Registers a Signed Integer TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.

SignedIntegerTextBox ( string label, string name, int width ) : void

Registers a Signed Integer TextBox with the specified display name, name and width.

SignedIntegerTextBox ( string label, string name, int width, bool enabled ) : void

Registers a Signed Integer TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.

TextBox ( string name ) : void

Registers a TextBox with the specified name.

TextBox ( string name, int width ) : void

Registers a TextBox with the specified name and width.

TextBox ( string label, string name ) : void

Registers a TextBox with the specified display name and name.

TextBox ( string label, string name, bool enabled ) : void

Registers a TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.

TextBox ( string label, string name, int width ) : void

Registers a TextBox with the specified display name, name and width.

TextBox ( string label, string name, int width, bool enabled ) : void

Registers a TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.

Title ( string name ) : void

Register title of control.

UnsignedIntegerTextBox ( string name ) : void

Registers a Unsigned Integer TextBox with the specified name.

UnsignedIntegerTextBox ( string name, int width ) : void

Registers a Unsigned Integer TextBox with the specified name and width.

UnsignedIntegerTextBox ( string label, string name ) : void

Registers a Unsigned Integer TextBox with the specified display name and name.

UnsignedIntegerTextBox ( string label, string name, int width ) : void

Registers a Unsigned Integer TextBox with the specified display name, name and width.

UnsignedIntegerTextBox ( string label, string name, int width, bool enabled ) : void

Registers a Unsigned Integer TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.

UnsignedIntegerextBox ( string label, string name, bool enabled ) : void

Registers a Unsigned Integer TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.

this ( string fieldname ) : string

Gets the value of a control against which the specified field is bound.

보호된 메소드들

메소드 설명
ComposeRow ( System.Web.UI.WebControls.TableItemStyle cellstyle, int cellwidth ) : System.Web.UI.HtmlControls.HtmlTableRow

Create html table row

CreateChildControls ( ) : void

Creates child control in a htmlTable

CreateControls ( ControlStruct cs ) : System.Web.UI.Control[]

Add and create controls

CreateLabel ( ControlStruct cs ) : Control

Creates a label control.

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

Provides a signature to finalise rendering of HtmlTable

InitRendering ( HtmlTable table ) : void

Provides a signature to Initialize rendering of HtmlTable.

OnLoad ( EventArgs e ) : void

Load control

Register ( ControlType type ) : void

Registers a control with specified ControlType

Register ( ControlType type, string label, string name ) : void

Registers a control with specified ControlType, display name and name

Register ( ControlType type, string label, string name, int width ) : void

Registers a control with specified ControlType, display name, name and width

Register ( ControlType type, string label, string name, int height, int width, bool enabled, bool haslabel ) : void

Registers a control as per specified parameter.

Render ( HtmlTextWriter writer ) : void

Render control

RenderBlank ( ControlStruct cs ) : HtmlTableCell

Render the blank space of HtmlTableCell

RenderCalendar ( ControlStruct cs ) : Calendar

Render the System.Web.UI.WebControls.Calendar

RenderCheckBox ( ControlStruct cs ) : CheckBox

Render the System.Web.UI.WebControls.CheckBox

RenderDateTextBox ( ControlStruct cs ) : DateTextBox

Render the Adf.Web.UI.DateTextBox for DateTextBox

RenderDateTimeTextBox ( ControlStruct cs ) : DateTextBox

Render the Adf.Web.UI.DateTextBox for DateTime value

RenderDropDown ( ControlStruct cs ) : DropDownList

Render the DropDownList

RenderHyperLink ( ControlStruct cs ) : HyperLink

Render the System.Web.UI.WebControls.HyperLink

RenderLabel ( ControlStruct cs ) : Label

Render the label

RenderLine ( ControlStruct cs ) : HtmlTableCell

Render line of HtmlTableCell

RenderMultiTextBox ( ControlStruct cs ) : TextBox

Render the System.Web.UI.WebControls.TextBox for Multi line text value

RenderNumericTextBox ( ControlStruct cs ) : TextBox

Render the System.Web.UI.WebControls.TextBox for Numeric value

RenderPassword ( ControlStruct cs ) : TextBox

Render the System.Web.UI.WebControls.TextBox for Password

RenderRadioHorizontal ( ControlStruct cs ) : RadioButtonList

Render the RadioButtonList by horizontal repeatDirection

RenderRadioVertical ( ControlStruct cs ) : RadioButtonList

Render the RadioButtonList by vertical repeatDirection

RenderRow ( HtmlTable table, Control controls ) : void

Provides a signature of render row in a HtmlTable with the specified array of controls.

RenderRow ( HtmlTable table, Control label, Control controls ) : void

Provides a signature for rendering row in a HtmlTable with the specified display name and control.

RenderSignedIntegerTextBox ( ControlStruct cs ) : TextBox

Render the System.Web.UI.WebControls.TextBox for Signed Integer value

RenderTable ( HtmlTable table ) : void

Renders a HtmlTable

RenderTextBox ( ControlStruct cs ) : TextBox

Render the System.Web.UI.WebControls.TextBox

RenderTitle ( ControlStruct cs ) : HtmlTableCell

Render the title of HtmlTableCell

RenderUnsignedIntegerTextBox ( ControlStruct cs ) : TextBox

Render the System.Web.UI.WebControls.TextBox for Unsigned Integer value

비공개 메소드들

메소드 설명
ComposeCell ( System.Web.UI.WebControls.TableItemStyle cellstyle, int width ) : System.Web.UI.HtmlControls.HtmlTableCell

메소드 상세

Blank() 공개 메소드

Registers a blank space.
public Blank ( ) : void
리턴 void

Calendar() 공개 메소드

Registers a Calendar control with the specified display name and name.
public Calendar ( string label, string name ) : void
label string Display Name of the Calendar control.
name string Name of the Calendar control.
리턴 void

Calendar() 공개 메소드

Registers a Calendar control with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.
public Calendar ( string label, string name, bool enabled ) : void
label string Display Name of the Calendar control .
name string Name of the Calendar control.
enabled bool Enable the Calendar control.
리턴 void

Calendar() 공개 메소드

Registers a Calendar control with the specified display name, name and width.
public Calendar ( string label, string name, int width ) : void
label string Display Name of the Calendar control.
name string Name of the Calendar control.
width int Width of the Calendar control.
리턴 void

Calendar() 공개 메소드

Registers a Calendar control with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.
public Calendar ( string label, string name, int width, bool enabled ) : void
label string Display Name of the Calendar control.
name string Name of the Calendar control.
width int Width of the Calendar control.
enabled bool Enable the Calendar control.
리턴 void

CheckBox() 공개 메소드

Registers a CheckBox with the specified name.
public CheckBox ( string name ) : void
name string Control name.
리턴 void

CheckBox() 공개 메소드

Registers a CheckBox with the specified display name and name.
public CheckBox ( string label, string name ) : void
label string Control display name.
name string Control name.
리턴 void

ComposeRow() 보호된 메소드

Create html table row
protected ComposeRow ( System.Web.UI.WebControls.TableItemStyle cellstyle, int cellwidth ) : System.Web.UI.HtmlControls.HtmlTableRow
cellstyle System.Web.UI.WebControls.TableItemStyle
cellwidth int Cell width.
리턴 System.Web.UI.HtmlControls.HtmlTableRow

CreateChildControls() 보호된 메소드

Creates child control in a htmlTable
protected CreateChildControls ( ) : void
리턴 void

CreateControls() 보호된 메소드

Add and create controls
protected CreateControls ( ControlStruct cs ) : System.Web.UI.Control[]
cs ControlStruct
리턴 System.Web.UI.Control[]

CreateLabel() 보호된 메소드

Creates a label control.
protected CreateLabel ( ControlStruct cs ) : Control
cs ControlStruct
리턴 System.Web.UI.Control

DateTextBox() 공개 메소드

Registers a Date TextBox with the specified name.
public DateTextBox ( string name ) : void
name string Name of the Date TextBox
리턴 void

DateTextBox() 공개 메소드

Registers a Date TextBox with the specified name and width.
public DateTextBox ( string name, int width ) : void
name string Name of the Date TextBox
width int Width of the Date TextBox.
리턴 void

DateTextBox() 공개 메소드

Registers a Date TextBox with the specified display name and name.
public DateTextBox ( string label, string name ) : void
label string Display Name of the Date TextBox.
name string Name of the Date TextBox.
리턴 void

DateTextBox() 공개 메소드

Registers a Date TextBox with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.
public DateTextBox ( string label, string name, bool enabled ) : void
label string Display Name of the Date TextBox.
name string Name of the Date TextBox.
enabled bool Enable the Date TextBox.
리턴 void

DateTextBox() 공개 메소드

Registers a Date TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.
public DateTextBox ( string label, string name, int width, bool enabled ) : void
label string Display Name of the Date Textbox.
name string Name of the Date Textbox.
width int Width of the Date Textbox.
enabled bool Enable the Date Textbox.
리턴 void

DateTimeTextBox() 공개 메소드

Registers a DateTime TextBox with the specified name.
public DateTimeTextBox ( string name ) : void
name string Name of the DateTime TextBox
리턴 void

DateTimeTextBox() 공개 메소드

Registers a DateTime TextBox with the specified name and width.
public DateTimeTextBox ( string name, int width ) : void
name string Name of the DateTime TextBox
width int Width of the DateTime TextBox.
리턴 void

DateTimeTextBox() 공개 메소드

Registers a DateTime TextBox with the specified display name and name.
public DateTimeTextBox ( string label, string name ) : void
label string Display Name of the DateTime TextBox.
name string Name of the DateTime TextBox.
리턴 void

DateTimeTextBox() 공개 메소드

Registers a DateTime TextBox with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.
public DateTimeTextBox ( string label, string name, bool enabled ) : void
label string Display Name of the DateTime TextBox.
name string Name of the DateTime TextBox.
enabled bool Enable the DateTime TextBox.
리턴 void

DateTimeTextBox() 공개 메소드

Registers a DateTime TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.
public DateTimeTextBox ( string label, string name, int width, bool enabled ) : void
label string Display Name of the DateTime Textbox.
name string Name of the DateTime Textbox.
width int Width of the DateTime Textbox.
enabled bool Enable the DateTime Textbox.
리턴 void

DropDown() 공개 메소드

Registers a DropDownList with the specified name.
public DropDown ( string name ) : void
name string Name of the DropDownList.
리턴 void

DropDown() 공개 메소드

Registers a DropDownList with the specified display name and name.
public DropDown ( string label, string name ) : void
label string Display Name of the DropDownList.
name string Name of the DropDownList.
리턴 void

DropDown() 공개 메소드

Registers a DropDownList with the specified display name, name and width.
public DropDown ( string label, string name, int width ) : void
label string Display Name of the DropDownList.
name string Name of the DropDownList.
width int Width of the DropDownList.
리턴 void

DropDown() 공개 메소드

Registers a DropDownList with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.
public DropDown ( string label, string name, int width, bool enabled ) : void
label string Display Name of the DropDownList.
name string Name of the DropDownList.
width int Width of the DropDownList.
enabled bool Enable the DropDownList.
리턴 void

FinaliseRendering() 보호된 메소드

Provides a signature to finalise rendering of HtmlTable
protected FinaliseRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void
table System.Web.UI.HtmlControls.HtmlTable
리턴 void

Find() 공개 메소드

Finds a control against a specified ID
public Find ( string id ) : Control
id string ID of control
리턴 System.Web.UI.Control

HyperLink() 공개 메소드

Registers a HyperLink with the specified name.
public HyperLink ( string name ) : void
name string Name of the HyperLink.
리턴 void

HyperLink() 공개 메소드

Registers a HyperLink with the specified name and width.
public HyperLink ( string name, int width ) : void
name string Name of the HyperLink.
width int Width of the HyperLink.
리턴 void

HyperLink() 공개 메소드

Registers a HyperLink with the specified display name, name and width.
public HyperLink ( string label, string name, int width ) : void
label string Display name of the HyperLink.
name string Name of the HyperLink.
width int Width of the HyperLink.
리턴 void

InitRendering() 보호된 메소드

Provides a signature to Initialize rendering of HtmlTable.
protected InitRendering ( HtmlTable table ) : void
table HtmlTable
리턴 void

Label() 공개 메소드

Registers a Label with the specified name.
public Label ( string name ) : void
name string Name of the Label.
리턴 void

Label() 공개 메소드

Registers a Label with the specified name and width.
public Label ( string name, int width ) : void
name string Name of the Label.
width int Width of the Label.
리턴 void

Label() 공개 메소드

Registers a Label with the specified name and width.
public Label ( string labelname, string name, int width ) : void
labelname string Display Name of the Label.
name string Name of the Label.
width int Width of the Label.
리턴 void

Line() 공개 메소드

Registers a Line with default width
public Line ( ) : void
리턴 void

Line() 공개 메소드

Registers a Line with the specified width
public Line ( int width ) : void
width int Control width.
리턴 void

Line() 공개 메소드

Registers a Line with the specified height and width
public Line ( int height, int width ) : void
height int Control height.
width int Control width.
리턴 void

MultiTextBox() 공개 메소드

Registers a Multiline TextBox with the specified name and height.
public MultiTextBox ( string name, int height ) : void
name string Name of the Textbox.
height int Height of the Textbox.
리턴 void

MultiTextBox() 공개 메소드

Registers a Multiline TextBox with the specified name, height and width.
public MultiTextBox ( string name, int height, int width ) : void
name string Name of the Textbox.
height int Height of the Textbox.
width int Width of the Textbox.
리턴 void

MultiTextBox() 공개 메소드

Registers a Multiline TextBox with the specified display name, name and height.
public MultiTextBox ( string label, string name, int height ) : void
label string Display name of the Textbox.
name string Name of the Textbox.
height int Height of the Textbox.
리턴 void

MultiTextBox() 공개 메소드

Registers a Multiline TextBox with the specified display name, name, height and have its state enabled or disabled as per value provided for parameter Enabled.
public MultiTextBox ( string label, string name, int height, bool enabled ) : void
label string Display name of the Textbox.
name string Name of the Textbox.
height int Height of the Textbox.
enabled bool Enable the Textbox.
리턴 void

MultiTextBox() 공개 메소드

Registers a Multiline TextBox with the specified display name, name, height and width.
public MultiTextBox ( string label, string name, int height, int width ) : void
label string Display name of the Textbox.
name string Name of the Textbox.
height int Height of the Textbox.
width int Width of the Textbox.
리턴 void

MultiTextBox() 공개 메소드

Registers a Multiline TextBox with the specified display name, name, height and have its state enabled or disabled as per value provided for parameter Enabled.
public MultiTextBox ( string label, string name, int height, int width, bool enabled ) : void
label string Display name of the Textbox.
name string Name of the Textbox.
height int Height of the Textbox.
width int Width of the Textbox.
enabled bool Enable the Textbox.
리턴 void

NumericTextBox() 공개 메소드

Registers a Numeric TextBox with the specified name.
public NumericTextBox ( string name ) : void
name string Name of the Numeric Textbox.
리턴 void

NumericTextBox() 공개 메소드

Registers a Numeric TextBox with the specified name and width
public NumericTextBox ( string name, int width ) : void
name string Name of the Numeric Textbox.
width int Width of the Numeric Textbox.
리턴 void

NumericTextBox() 공개 메소드

Registers a Numeric TextBox with the specified display name and name
public NumericTextBox ( string label, string name ) : void
label string Display Name of the Numeric Textbox.
name string Name of the Numeric Textbox.
리턴 void

NumericTextBox() 공개 메소드

Registers a Numeric TextBox with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.
public NumericTextBox ( string label, string name, bool enabled ) : void
label string Display Name of the Numeric Textbox.
name string Name of the Numeric Textbox.
enabled bool Enable the Numeric Textbox.
리턴 void

NumericTextBox() 공개 메소드

Registers a Numeric TextBox with the specified display name, name and width
public NumericTextBox ( string label, string name, int width ) : void
label string Display Name of the Numeric Textbox.
name string Name of the Numeric Textbox.
width int Width of the Numeric Textbox.
리턴 void

NumericTextBox() 공개 메소드

Registers a Numeric TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.
public NumericTextBox ( string label, string name, int width, bool enabled ) : void
label string Display Name of the Numeric Textbox.
name string Name of the Numeric Textbox.
width int Width of the Numeric Textbox.
enabled bool Enable the Numeric Textbox.
리턴 void

OnLoad() 보호된 메소드

Load control
protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

Password() 공개 메소드

Registers a Password TextBox with the specified name.
public Password ( string name ) : void
name string Name of the TextBox.
리턴 void

Password() 공개 메소드

Registers a Password TextBox with the specified name and width.
public Password ( string name, int width ) : void
name string Name of the TextBox.
width int Width of the TextBox..
리턴 void

Password() 공개 메소드

Registers a Password TextBox with the specified display name and name.
public Password ( string label, string name ) : void
label string Display Name of the TextBox.
name string Name of the TextBox.
리턴 void

Password() 공개 메소드

Registers a Password TextBox with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.
public Password ( string label, string name, bool enabled ) : void
label string Display Name of the TextBox.
name string Name of the TextBox.
enabled bool Enable the TextBox.
리턴 void

Password() 공개 메소드

Registers a Password TextBox with the specified display name, name and width.
public Password ( string label, string name, int width ) : void
label string Display Name of the TextBox.
name string Name of the TextBox.
width int Width of the TextBox.
리턴 void

Password() 공개 메소드

Registers a Password TextBox with the specified display name, name and have its state enabled or disabled as per value provided for parameter Enabled.
public Password ( string label, string name, int width, bool enabled ) : void
label string Display Name of the TextBox.
name string Name of the TextBox.
width int Width of the TextBox.
enabled bool Enable the TextBox.
리턴 void

RadioHorizontal() 공개 메소드

Registers a horizontally aligned Radio button list with the specified name.
public RadioHorizontal ( string name ) : void
name string Name of the Radio button.
리턴 void

RadioHorizontal() 공개 메소드

Registers a horizontally aligned Radio button list with the specified display name and name.
public RadioHorizontal ( string label, string name ) : void
label string Display Name of the Radio button.
name string Name of the Radio button.
리턴 void

RadioHorizontal() 공개 메소드

Registers a horizontally aligned Radio button with list the specified display name, name and width.
public RadioHorizontal ( string label, string name, int width ) : void
label string Display Name of the Radio button.
name string Name of the Radio button.
width int Width of the Radio button.
리턴 void

RadioVertical() 공개 메소드

Registers a vertically aligned Radio button list with the specified name.
public RadioVertical ( string name ) : void
name string Name of the Radio button.
리턴 void

RadioVertical() 공개 메소드

Registers a vertically aligned Radio button list with the specified display name and name.
public RadioVertical ( string label, string name ) : void
label string Display Name of the Radio button.
name string Name of the Radio button.
리턴 void

RadioVertical() 공개 메소드

Registers a vertically aligned Radio button list with the specified display name, name and width.
public RadioVertical ( string label, string name, int width ) : void
label string Display Name of the Radio button.
name string Name of the Radio button.
width int Width of the Radio button.
리턴 void

Register() 보호된 메소드

Registers a control with specified ControlType
protected Register ( ControlType type ) : void
type ControlType .
리턴 void

Register() 보호된 메소드

Registers a control with specified ControlType, display name and name
protected Register ( ControlType type, string label, string name ) : void
type ControlType .
label string Control display name.
name string Control name.
리턴 void

Register() 보호된 메소드

Registers a control with specified ControlType, display name, name and width
protected Register ( ControlType type, string label, string name, int width ) : void
type ControlType .
label string Control display name.
name string Control name.
width int Control width.
리턴 void

Register() 보호된 메소드

Registers a control as per specified parameter.
protected Register ( ControlType type, string label, string name, int height, int width, bool enabled, bool haslabel ) : void
type ControlType .
label string Control display name.
name string Control name.
height int Control height.
width int Control width.
enabled bool Enable the control.
haslabel bool Set HasLabel of .
리턴 void

Render() 보호된 메소드

Render control
protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
리턴 void

RenderBlank() 보호된 정적인 메소드

Render the blank space of HtmlTableCell
protected static RenderBlank ( ControlStruct cs ) : HtmlTableCell
cs ControlStruct
리턴 HtmlTableCell

RenderCalendar() 보호된 정적인 메소드

Render the System.Web.UI.WebControls.Calendar
protected static RenderCalendar ( ControlStruct cs ) : Calendar
cs ControlStruct
리턴 Calendar

RenderCheckBox() 보호된 메소드

Render the System.Web.UI.WebControls.CheckBox
protected RenderCheckBox ( ControlStruct cs ) : CheckBox
cs ControlStruct
리턴 CheckBox

RenderDateTextBox() 보호된 메소드

Render the Adf.Web.UI.DateTextBox for DateTextBox
protected RenderDateTextBox ( ControlStruct cs ) : DateTextBox
cs ControlStruct
리턴 DateTextBox

RenderDateTimeTextBox() 보호된 메소드

Render the Adf.Web.UI.DateTextBox for DateTime value
protected RenderDateTimeTextBox ( ControlStruct cs ) : DateTextBox
cs ControlStruct
리턴 DateTextBox

RenderDropDown() 보호된 메소드

Render the DropDownList
protected RenderDropDown ( ControlStruct cs ) : DropDownList
cs ControlStruct
리턴 DropDownList

RenderHyperLink() 보호된 메소드

Render the System.Web.UI.WebControls.HyperLink
protected RenderHyperLink ( ControlStruct cs ) : HyperLink
cs ControlStruct
리턴 HyperLink

RenderLabel() 보호된 메소드

Render the label
protected RenderLabel ( ControlStruct cs ) : Label
cs ControlStruct
리턴 Label

RenderLine() 보호된 정적인 메소드

Render line of HtmlTableCell
protected static RenderLine ( ControlStruct cs ) : HtmlTableCell
cs ControlStruct
리턴 HtmlTableCell

RenderMultiTextBox() 보호된 메소드

Render the System.Web.UI.WebControls.TextBox for Multi line text value
protected RenderMultiTextBox ( ControlStruct cs ) : TextBox
cs ControlStruct
리턴 TextBox

RenderNumericTextBox() 보호된 메소드

Render the System.Web.UI.WebControls.TextBox for Numeric value
protected RenderNumericTextBox ( ControlStruct cs ) : TextBox
cs ControlStruct
리턴 TextBox

RenderPassword() 보호된 메소드

Render the System.Web.UI.WebControls.TextBox for Password
protected RenderPassword ( ControlStruct cs ) : TextBox
cs ControlStruct
리턴 TextBox

RenderRadioHorizontal() 보호된 메소드

Render the RadioButtonList by horizontal repeatDirection
protected RenderRadioHorizontal ( ControlStruct cs ) : RadioButtonList
cs ControlStruct
리턴 RadioButtonList

RenderRadioVertical() 보호된 메소드

Render the RadioButtonList by vertical repeatDirection
protected RenderRadioVertical ( ControlStruct cs ) : RadioButtonList
cs ControlStruct
리턴 RadioButtonList

RenderRow() 보호된 추상적인 메소드

Provides a signature of render row in a HtmlTable with the specified array of controls.
protected abstract RenderRow ( HtmlTable table, Control controls ) : void
table HtmlTable
controls Control An array of .
리턴 void

RenderRow() 보호된 추상적인 메소드

Provides a signature for rendering row in a HtmlTable with the specified display name and control.
protected abstract RenderRow ( HtmlTable table, Control label, Control controls ) : void
table HtmlTable
label Control
controls Control An array of .
리턴 void

RenderSignedIntegerTextBox() 보호된 메소드

Render the System.Web.UI.WebControls.TextBox for Signed Integer value
protected RenderSignedIntegerTextBox ( ControlStruct cs ) : TextBox
cs ControlStruct
리턴 TextBox

RenderTable() 보호된 메소드

Renders a HtmlTable
protected RenderTable ( HtmlTable table ) : void
table HtmlTable
리턴 void

RenderTextBox() 보호된 메소드

Render the System.Web.UI.WebControls.TextBox
protected RenderTextBox ( ControlStruct cs ) : TextBox
cs ControlStruct
리턴 TextBox

RenderTitle() 보호된 메소드

Render the title of HtmlTableCell
protected RenderTitle ( ControlStruct cs ) : HtmlTableCell
cs ControlStruct
리턴 HtmlTableCell

RenderUnsignedIntegerTextBox() 보호된 메소드

Render the System.Web.UI.WebControls.TextBox for Unsigned Integer value
protected RenderUnsignedIntegerTextBox ( ControlStruct cs ) : TextBox
cs ControlStruct
리턴 TextBox

SignedIntegerTextBox() 공개 메소드

Registers a Signed Integer TextBox with the specified name.
public SignedIntegerTextBox ( string name ) : void
name string Name of the Textbox.
리턴 void

SignedIntegerTextBox() 공개 메소드

Registers a Signed Integer TextBox with the specified name and width.
public SignedIntegerTextBox ( string name, int width ) : void
name string Name of the Textbox.
width int Width of the Textbox.
리턴 void

SignedIntegerTextBox() 공개 메소드

Registers a Signed Integer TextBox with the specified display name and name.
public SignedIntegerTextBox ( string label, string name ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
리턴 void

SignedIntegerTextBox() 공개 메소드

Registers a Signed Integer TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.
public SignedIntegerTextBox ( string label, string name, bool enabled ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
enabled bool Enable the Textbox.
리턴 void

SignedIntegerTextBox() 공개 메소드

Registers a Signed Integer TextBox with the specified display name, name and width.
public SignedIntegerTextBox ( string label, string name, int width ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
width int Width of the Textbox.
리턴 void

SignedIntegerTextBox() 공개 메소드

Registers a Signed Integer TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.
public SignedIntegerTextBox ( string label, string name, int width, bool enabled ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
width int Width of the Textbox.
enabled bool Enable the Textbox.
리턴 void

TextBox() 공개 메소드

Registers a TextBox with the specified name.
public TextBox ( string name ) : void
name string Name of the Textbox.
리턴 void

TextBox() 공개 메소드

Registers a TextBox with the specified name and width.
public TextBox ( string name, int width ) : void
name string Name of the Textbox.
width int Width of the Textbox.
리턴 void

TextBox() 공개 메소드

Registers a TextBox with the specified display name and name.
public TextBox ( string label, string name ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
리턴 void

TextBox() 공개 메소드

Registers a TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.
public TextBox ( string label, string name, bool enabled ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
enabled bool Enable the Textbox.
리턴 void

TextBox() 공개 메소드

Registers a TextBox with the specified display name, name and width.
public TextBox ( string label, string name, int width ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
width int Width of the Textbox.
리턴 void

TextBox() 공개 메소드

Registers a TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.
public TextBox ( string label, string name, int width, bool enabled ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
width int Width of the Textbox.
enabled bool Enable the Textbox.
리턴 void

Title() 공개 메소드

Register title of control.
public Title ( string name ) : void
name string Control name.
리턴 void

UnsignedIntegerTextBox() 공개 메소드

Registers a Unsigned Integer TextBox with the specified name.
public UnsignedIntegerTextBox ( string name ) : void
name string Name of the Textbox.
리턴 void

UnsignedIntegerTextBox() 공개 메소드

Registers a Unsigned Integer TextBox with the specified name and width.
public UnsignedIntegerTextBox ( string name, int width ) : void
name string Name of the Textbox.
width int Width of the Textbox.
리턴 void

UnsignedIntegerTextBox() 공개 메소드

Registers a Unsigned Integer TextBox with the specified display name and name.
public UnsignedIntegerTextBox ( string label, string name ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
리턴 void

UnsignedIntegerTextBox() 공개 메소드

Registers a Unsigned Integer TextBox with the specified display name, name and width.
public UnsignedIntegerTextBox ( string label, string name, int width ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
width int Width of the Textbox.
리턴 void

UnsignedIntegerTextBox() 공개 메소드

Registers a Unsigned Integer TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.
public UnsignedIntegerTextBox ( string label, string name, int width, bool enabled ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
width int Width of the Textbox.
enabled bool Enable the Textbox.
리턴 void

UnsignedIntegerextBox() 공개 메소드

Registers a Unsigned Integer TextBox with the specified display name, name, width and have its state enabled or disabled as per value provided for parameter Enabled.
public UnsignedIntegerextBox ( string label, string name, bool enabled ) : void
label string Display Name of the Textbox.
name string Name of the Textbox.
enabled bool Enable the Textbox.
리턴 void

this() 공개 메소드

Gets the value of a control against which the specified field is bound.
public this ( string fieldname ) : string
fieldname string Name of the field.
리턴 string

프로퍼티 상세

ControlCellStyle 공개적으로 프로퍼티

Declare variable ControlCellStyle of type TableItemStyle
public TableItemStyle,System.Web.UI.WebControls ControlCellStyle
리턴 System.Web.UI.WebControls.TableItemStyle

LabelCellStyle 공개적으로 프로퍼티

Declare variable LabelCellStyle of type TableItemStyle
public TableItemStyle LabelCellStyle
리턴 TableItemStyle

RowStyle 공개적으로 프로퍼티

Declare variable RowStyle of type TableItemStyle
public TableItemStyle RowStyle
리턴 TableItemStyle

TitleLabelStyle 공개적으로 프로퍼티

Declare variable TitleLabelStyle of type TableItemStyle
public TableItemStyle TitleLabelStyle
리턴 TableItemStyle

TitleStyle 공개적으로 프로퍼티

Declare variable TitleStyle of type TableItemStyle
public TableItemStyle TitleStyle
리턴 TableItemStyle

innerTable 보호되어 있는 프로퍼티

Declare a new variable of HtmlTable
protected HtmlTable innerTable
리턴 HtmlTable