C# Класс Adf.Web.UI.CompoundPanel

Provides methods to register controls in panel.
Наследование: System.Web.UI.WebControls.WebControl, INamingContainer
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ControlCellStyle System.Web.UI.WebControls.TableItemStyle
LabelCellStyle TableItemStyle
RowStyle TableItemStyle
TitleLabelStyle TableItemStyle
TitleStyle TableItemStyle

Защищенные свойства (Protected)

Свойство Тип Описание
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