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

Inheritance: System.Web.UI.WebControls.DataControlField, IDisposable
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
Dispose ( ) : void
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void

Protected Methods

Method Description
CreateField ( ) : System.Web.UI.WebControls.DataControlField
DisposeControls ( ) : void
InitializeControls ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
ItemDataBinding ( object sender, EventArgs e ) : void
SmartField ( ) : System

Method Details

CreateField() protected method

protected CreateField ( ) : System.Web.UI.WebControls.DataControlField
return System.Web.UI.WebControls.DataControlField

Dispose() public method

public Dispose ( ) : void
return void

DisposeControls() protected abstract method

protected abstract DisposeControls ( ) : void
return void

InitializeCell() public method

public InitializeCell ( 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

InitializeControls() protected abstract method

protected abstract 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 abstract method

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

SmartField() protected method

protected SmartField ( ) : System
return System