C# Class Adf.Web.UI.CompoundPanel

Provides methods to register controls in panel.
Inheritance: System.Web.UI.WebControls.WebControl, INamingContainer
Datei anzeigen Open project: NLADP/ADF

Public Properties

Property Type Description
ControlCellStyle System.Web.UI.WebControls.TableItemStyle
LabelCellStyle TableItemStyle
RowStyle TableItemStyle
TitleLabelStyle TableItemStyle
TitleStyle TableItemStyle

Protected Properties

Property Type Description
innerTable HtmlTable

Private Properties

Property Type Description
ComposeCell System.Web.UI.HtmlControls.HtmlTableCell

Public Methods

Method Description
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.

Protected Methods

Method Description
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

Private Methods

Method Description
ComposeCell ( System.Web.UI.WebControls.TableItemStyle cellstyle, int width ) : System.Web.UI.HtmlControls.HtmlTableCell

Method Details

Blank() public method

Registers a blank space.
public Blank ( ) : void
return void

Calendar() public method

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.
return void

Calendar() public method

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.
return void

Calendar() public method

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.
return void

Calendar() public method

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.
return void

CheckBox() public method

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

CheckBox() public method

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.
return void

ComposeRow() protected method

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.
return System.Web.UI.HtmlControls.HtmlTableRow

CreateChildControls() protected method

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

CreateControls() protected method

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

CreateLabel() protected method

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

DateTextBox() public method

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

DateTextBox() public method

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.
return void

DateTextBox() public method

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.
return void

DateTextBox() public method

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.
return void

DateTextBox() public method

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.
return void

DateTimeTextBox() public method

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

DateTimeTextBox() public method

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.
return void

DateTimeTextBox() public method

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.
return void

DateTimeTextBox() public method

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.
return void

DateTimeTextBox() public method

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.
return void

DropDown() public method

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

DropDown() public method

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.
return void

DropDown() public method

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.
return void

DropDown() public method

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.
return void

FinaliseRendering() protected method

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

Find() public method

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

HyperLink() public method

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

HyperLink() public method

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.
return void

HyperLink() public method

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.
return void

InitRendering() protected method

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

Label() public method

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

Label() public method

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.
return void

Label() public method

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.
return void

Line() public method

Registers a Line with default width
public Line ( ) : void
return void

Line() public method

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

Line() public method

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

MultiTextBox() public method

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.
return void

MultiTextBox() public method

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.
return void

MultiTextBox() public method

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.
return void

MultiTextBox() public method

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.
return void

MultiTextBox() public method

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.
return void

MultiTextBox() public method

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.
return void

NumericTextBox() public method

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

NumericTextBox() public method

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.
return void

NumericTextBox() public method

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.
return void

NumericTextBox() public method

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.
return void

NumericTextBox() public method

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.
return void

NumericTextBox() public method

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.
return void

OnLoad() protected method

Load control
protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

Password() public method

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

Password() public method

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..
return void

Password() public method

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.
return void

Password() public method

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.
return void

Password() public method

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.
return void

Password() public method

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.
return void

RadioHorizontal() public method

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

RadioHorizontal() public method

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.
return void

RadioHorizontal() public method

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.
return void

RadioVertical() public method

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

RadioVertical() public method

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.
return void

RadioVertical() public method

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.
return void

Register() protected method

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

Register() protected method

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.
return void

Register() protected method

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.
return void

Register() protected method

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 .
return void

Render() protected method

Render control
protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
return void

RenderBlank() protected static method

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

RenderCalendar() protected static method

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

RenderCheckBox() protected method

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

RenderDateTextBox() protected method

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

RenderDateTimeTextBox() protected method

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

RenderDropDown() protected method

Render the DropDownList
protected RenderDropDown ( ControlStruct cs ) : DropDownList
cs ControlStruct
return DropDownList

RenderHyperLink() protected method

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

RenderLabel() protected method

Render the label
protected RenderLabel ( ControlStruct cs ) : Label
cs ControlStruct
return Label

RenderLine() protected static method

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

RenderMultiTextBox() protected method

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

RenderNumericTextBox() protected method

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

RenderPassword() protected method

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

RenderRadioHorizontal() protected method

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

RenderRadioVertical() protected method

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

RenderRow() protected abstract method

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 .
return void

RenderRow() protected abstract method

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 .
return void

RenderSignedIntegerTextBox() protected method

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

RenderTable() protected method

Renders a HtmlTable
protected RenderTable ( HtmlTable table ) : void
table HtmlTable
return void

RenderTextBox() protected method

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

RenderTitle() protected method

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

RenderUnsignedIntegerTextBox() protected method

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

SignedIntegerTextBox() public method

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

SignedIntegerTextBox() public method

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.
return void

SignedIntegerTextBox() public method

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.
return void

SignedIntegerTextBox() public method

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.
return void

SignedIntegerTextBox() public method

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.
return void

SignedIntegerTextBox() public method

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.
return void

TextBox() public method

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

TextBox() public method

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.
return void

TextBox() public method

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.
return void

TextBox() public method

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.
return void

TextBox() public method

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.
return void

TextBox() public method

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.
return void

Title() public method

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

UnsignedIntegerTextBox() public method

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

UnsignedIntegerTextBox() public method

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.
return void

UnsignedIntegerTextBox() public method

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.
return void

UnsignedIntegerTextBox() public method

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.
return void

UnsignedIntegerTextBox() public method

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.
return void

UnsignedIntegerextBox() public method

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.
return void

this() public method

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

Property Details

ControlCellStyle public_oe property

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

LabelCellStyle public_oe property

Declare variable LabelCellStyle of type TableItemStyle
public TableItemStyle LabelCellStyle
return TableItemStyle

RowStyle public_oe property

Declare variable RowStyle of type TableItemStyle
public TableItemStyle RowStyle
return TableItemStyle

TitleLabelStyle public_oe property

Declare variable TitleLabelStyle of type TableItemStyle
public TableItemStyle TitleLabelStyle
return TableItemStyle

TitleStyle public_oe property

Declare variable TitleStyle of type TableItemStyle
public TableItemStyle TitleStyle
return TableItemStyle

innerTable protected_oe property

Declare a new variable of HtmlTable
protected HtmlTable innerTable
return HtmlTable