C# Class Adf.Web.UI.SmartPanel

Represent a panel that is responsible to display all the child controls in a tabular format.
Inheritance: System.Web.UI.WebControls.WebControl, INamingContainer
Afficher le fichier Open project: NLADP/ADF Class Usage Examples

Méthodes publiques

Свойство Type Description
ButtonCssClass string
ControlCellStyle string
LabelCellStyle string
LabelStyle string
Optional bool
PanelStyle string
RowStyle string

Protected Properties

Свойство Type Description
editable bool
panelItems List

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( IPanelItem panelItem ) : void

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

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

Méthodes protégées

Méthode Description
CreateChildControls ( ) : void

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

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

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

Method Details

Add() public méthode

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

CreateButton() public méthode

public CreateButton ( string label, bool visible = true, bool enabled = true ) : LinkButton
label string
visible bool
enabled bool
Résultat System.Web.UI.WebControls.LinkButton

CreateChildControls() protected méthode

Create the control hierarchy used to render the Adf.Web.UI.SmartPanel control.
protected CreateChildControls ( ) : void
Résultat void

Render() protected méthode

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

Property Details

ButtonCssClass public_oe property

public string ButtonCssClass
Résultat string

ControlCellStyle public_oe property

public string ControlCellStyle
Résultat string

LabelCellStyle public_oe property

public string LabelCellStyle
Résultat string

LabelStyle public_oe property

public string LabelStyle
Résultat string

Optional public_oe property

public bool Optional
Résultat bool

PanelStyle public_oe property

public string PanelStyle
Résultat string

RowStyle public_oe property

public string RowStyle
Résultat string

editable protected_oe property

protected bool editable
Résultat bool

panelItems protected_oe property

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