Свойство | Тип | Описание | |
---|---|---|---|
ControlCellStyle | System.Web.UI.WebControls.TableItemStyle | ||
LabelCellStyle | TableItemStyle | ||
RowStyle | TableItemStyle | ||
TitleLabelStyle | TableItemStyle | ||
TitleStyle | TableItemStyle |
Свойство | Тип | Описание | |
---|---|---|---|
innerTable | HtmlTable |
Свойство | Тип | Описание | |
---|---|---|---|
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 ) : |
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 ( |
Add and create controls
|
|
CreateLabel ( |
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 |
public Calendar ( string label, string name ) : void | ||
label | string | Display Name of the Calendar control. |
name | string | Name of the Calendar control. |
Результат | void |
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 |
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 |
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 |
public CheckBox ( string name ) : void | ||
name | string | Control name. |
Результат | void |
public CheckBox ( string label, string name ) : void | ||
label | string | Control display name. |
name | string | Control name. |
Результат | void |
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 |
protected CreateControls ( |
||
cs | ||
Результат | System.Web.UI.Control[] |
protected CreateLabel ( |
||
cs | ||
Результат |
public DateTextBox ( string name ) : void | ||
name | string | Name of the Date TextBox |
Результат | void |
public DateTextBox ( string name, int width ) : void | ||
name | string | Name of the Date TextBox |
width | int | Width of the Date TextBox. |
Результат | void |
public DateTextBox ( string label, string name ) : void | ||
label | string | Display Name of the Date TextBox. |
name | string | Name of the Date TextBox. |
Результат | void |
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 |
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 |
public DateTimeTextBox ( string name ) : void | ||
name | string | Name of the DateTime TextBox |
Результат | void |
public DateTimeTextBox ( string name, int width ) : void | ||
name | string | Name of the DateTime TextBox |
width | int | Width of the DateTime TextBox. |
Результат | void |
public DateTimeTextBox ( string label, string name ) : void | ||
label | string | Display Name of the DateTime TextBox. |
name | string | Name of the DateTime TextBox. |
Результат | void |
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 |
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 |
public DropDown ( string name ) : void | ||
name | string | Name of the DropDownList. |
Результат | void |
public DropDown ( string label, string name ) : void | ||
label | string | Display Name of the DropDownList. |
name | string | Name of the DropDownList. |
Результат | void |
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 |
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 |
protected FinaliseRendering ( System.Web.UI.HtmlControls.HtmlTable table ) : void | ||
table | System.Web.UI.HtmlControls.HtmlTable | |
Результат | void |
public Find ( string id ) : |
||
id | string | ID of control |
Результат |
public HyperLink ( string name ) : void | ||
name | string | Name of the HyperLink. |
Результат | void |
public HyperLink ( string name, int width ) : void | ||
name | string | Name of the HyperLink. |
width | int | Width of the HyperLink. |
Результат | void |
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 |
protected InitRendering ( HtmlTable table ) : void | ||
table | HtmlTable | |
Результат | void |
public Label ( string name ) : void | ||
name | string | Name of the Label. |
Результат | void |
public Label ( string name, int width ) : void | ||
name | string | Name of the Label. |
width | int | Width of the Label. |
Результат | void |
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 |
public Line ( int height, int width ) : void | ||
height | int | Control height. |
width | int | Control width. |
Результат | void |
public MultiTextBox ( string name, int height ) : void | ||
name | string | Name of the Textbox. |
height | int | Height of the Textbox. |
Результат | void |
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 |
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 |
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 |
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 |
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 |
public NumericTextBox ( string name ) : void | ||
name | string | Name of the Numeric Textbox. |
Результат | void |
public NumericTextBox ( string name, int width ) : void | ||
name | string | Name of the Numeric Textbox. |
width | int | Width of the Numeric Textbox. |
Результат | void |
public NumericTextBox ( string label, string name ) : void | ||
label | string | Display Name of the Numeric Textbox. |
name | string | Name of the Numeric Textbox. |
Результат | void |
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 |
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 |
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 |
public Password ( string name ) : void | ||
name | string | Name of the TextBox. |
Результат | void |
public Password ( string name, int width ) : void | ||
name | string | Name of the TextBox. |
width | int | Width of the TextBox.. |
Результат | void |
public Password ( string label, string name ) : void | ||
label | string | Display Name of the TextBox. |
name | string | Name of the TextBox. |
Результат | void |
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 |
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 |
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 |
public RadioHorizontal ( string name ) : void | ||
name | string | Name of the Radio button. |
Результат | void |
public RadioHorizontal ( string label, string name ) : void | ||
label | string | Display Name of the Radio button. |
name | string | Name of the Radio button. |
Результат | void |
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 |
public RadioVertical ( string name ) : void | ||
name | string | Name of the Radio button. |
Результат | void |
public RadioVertical ( string label, string name ) : void | ||
label | string | Display Name of the Radio button. |
name | string | Name of the Radio button. |
Результат | void |
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 |
protected Register ( ControlType type ) : void | ||
type | ControlType | |
Результат | void |
protected Register ( ControlType type, string label, string name ) : void | ||
type | ControlType | |
label | string | Control display name. |
name | string | Control name. |
Результат | void |
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 |
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 |
protected Render ( HtmlTextWriter writer ) : void | ||
writer | HtmlTextWriter | |
Результат | void |
protected static RenderBlank ( ControlStruct cs ) : HtmlTableCell | ||
cs | ControlStruct | |
Результат | HtmlTableCell |
protected static RenderCalendar ( ControlStruct cs ) : Calendar | ||
cs | ControlStruct | |
Результат | Calendar |
protected RenderCheckBox ( ControlStruct cs ) : CheckBox | ||
cs | ControlStruct | |
Результат | CheckBox |
protected RenderDateTextBox ( ControlStruct cs ) : DateTextBox | ||
cs | ControlStruct | |
Результат | DateTextBox |
protected RenderDateTimeTextBox ( ControlStruct cs ) : DateTextBox | ||
cs | ControlStruct | |
Результат | DateTextBox |
protected RenderDropDown ( ControlStruct cs ) : DropDownList | ||
cs | ControlStruct | |
Результат | DropDownList |
protected RenderHyperLink ( ControlStruct cs ) : HyperLink | ||
cs | ControlStruct | |
Результат | HyperLink |
protected RenderLabel ( ControlStruct cs ) : Label | ||
cs | ControlStruct | |
Результат | Label |
protected static RenderLine ( ControlStruct cs ) : HtmlTableCell | ||
cs | ControlStruct | |
Результат | HtmlTableCell |
protected RenderMultiTextBox ( ControlStruct cs ) : TextBox | ||
cs | ControlStruct | |
Результат | TextBox |
protected RenderNumericTextBox ( ControlStruct cs ) : TextBox | ||
cs | ControlStruct | |
Результат | TextBox |
protected RenderPassword ( ControlStruct cs ) : TextBox | ||
cs | ControlStruct | |
Результат | TextBox |
protected RenderRadioHorizontal ( ControlStruct cs ) : RadioButtonList | ||
cs | ControlStruct | |
Результат | RadioButtonList |
protected RenderRadioVertical ( ControlStruct cs ) : RadioButtonList | ||
cs | ControlStruct | |
Результат | RadioButtonList |
protected abstract RenderRow ( HtmlTable table, Control controls ) : void | ||
table | HtmlTable | |
controls | Control | An array of |
Результат | void |
protected abstract RenderRow ( HtmlTable table, Control label, Control controls ) : void | ||
table | HtmlTable | |
label | Control | |
controls | Control | An array of |
Результат | void |
protected RenderSignedIntegerTextBox ( ControlStruct cs ) : TextBox | ||
cs | ControlStruct | |
Результат | TextBox |
protected RenderTable ( HtmlTable table ) : void | ||
table | HtmlTable | |
Результат | void |
protected RenderTextBox ( ControlStruct cs ) : TextBox | ||
cs | ControlStruct | |
Результат | TextBox |
protected RenderTitle ( ControlStruct cs ) : HtmlTableCell | ||
cs | ControlStruct | |
Результат | HtmlTableCell |
protected RenderUnsignedIntegerTextBox ( ControlStruct cs ) : TextBox | ||
cs | ControlStruct | |
Результат | TextBox |
public SignedIntegerTextBox ( string name ) : void | ||
name | string | Name of the Textbox. |
Результат | void |
public SignedIntegerTextBox ( string name, int width ) : void | ||
name | string | Name of the Textbox. |
width | int | Width of the Textbox. |
Результат | void |
public SignedIntegerTextBox ( string label, string name ) : void | ||
label | string | Display Name of the Textbox. |
name | string | Name of the Textbox. |
Результат | void |
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 |
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 |
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 |
public TextBox ( string name ) : void | ||
name | string | Name of the Textbox. |
Результат | void |
public TextBox ( string name, int width ) : void | ||
name | string | Name of the Textbox. |
width | int | Width of the Textbox. |
Результат | void |
public TextBox ( string label, string name ) : void | ||
label | string | Display Name of the Textbox. |
name | string | Name of the Textbox. |
Результат | void |
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 |
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 |
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 |
public Title ( string name ) : void | ||
name | string | Control name. |
Результат | void |
public UnsignedIntegerTextBox ( string name ) : void | ||
name | string | Name of the Textbox. |
Результат | void |
public UnsignedIntegerTextBox ( string name, int width ) : void | ||
name | string | Name of the Textbox. |
width | int | Width of the Textbox. |
Результат | void |
public UnsignedIntegerTextBox ( string label, string name ) : void | ||
label | string | Display Name of the Textbox. |
name | string | Name of the Textbox. |
Результат | void |
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 |
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 |
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 |
public this ( string fieldname ) : string | ||
fieldname | string | Name of the field. |
Результат | string |
public TableItemStyle,System.Web.UI.WebControls ControlCellStyle | ||
Результат | System.Web.UI.WebControls.TableItemStyle |