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

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

Méthodes publiques

Méthode Description
IconButton ( ) : 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

IconButton() public méthode

public IconButton ( ) : System
Résultat System

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