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

Inheritance: SmartButton
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
TextButton ( ) : System

Protected Methods

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

protected DisposeControls ( ) : void
return void

InitializeControls() protected method

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

ItemDataBinding() protected method

protected ItemDataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

TextButton() public method

public TextButton ( ) : System
return System