C# Class Adf.Web.UI.SmartView.TextButton

Inheritance: SmartButton
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode Description
TextButton ( ) : System

Méthodes protégées

Méthode Description
DisposeControls ( ) : void
InitializeControls ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
ItemDataBinding ( object sender, EventArgs e ) : void

Method Details

DisposeControls() protected méthode

protected DisposeControls ( ) : void
Résultat void

InitializeControls() protected méthode

protected InitializeControls ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
cell System.Web.UI.WebControls.DataControlFieldCell
cellType DataControlCellType
rowState DataControlRowState
rowIndex int
Résultat void

ItemDataBinding() protected méthode

protected ItemDataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

TextButton() public méthode

public TextButton ( ) : System
Résultat System