C# Class Ext.Net.MVC.Examples.Areas.GridPanel_Spreadsheet.Controllers.SubmitController

Inheritance: Controller
Mostrar archivo Open project: extnet/Ext.NET.Examples.MVC

Public Methods

Method Description
AddCell ( StringBuilder sb, string value ) : void
AddHeaderCell ( StringBuilder sb, string value ) : void
Index ( ) : System.Web.Mvc.ActionResult
Reload ( ) : System.Web.Mvc.ActionResult
Submit ( string selectedData ) : System.Web.Mvc.ActionResult
SubmitWithValues ( string selectedData ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
OutputCells ( SpreadsheetSelectedData selectedData, Label label ) : void
OutputColumns ( SelectedColumnCollection columns, Label label ) : void
OutputRows ( SelectedRowCollection rows, Label label ) : void

Method Details

AddCell() public method

public AddCell ( StringBuilder sb, string value ) : void
sb System.Text.StringBuilder
value string
return void

AddHeaderCell() public method

public AddHeaderCell ( StringBuilder sb, string value ) : void
sb System.Text.StringBuilder
value string
return void

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

OutputCells() protected method

protected OutputCells ( SpreadsheetSelectedData selectedData, Label label ) : void
selectedData SpreadsheetSelectedData
label Label
return void

OutputColumns() protected method

protected OutputColumns ( SelectedColumnCollection columns, Label label ) : void
columns SelectedColumnCollection
label Label
return void

OutputRows() protected method

protected OutputRows ( SelectedRowCollection rows, Label label ) : void
rows SelectedRowCollection
label Label
return void

Reload() public method

public Reload ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Submit() public method

public Submit ( string selectedData ) : System.Web.Mvc.ActionResult
selectedData string
return System.Web.Mvc.ActionResult

SubmitWithValues() public method

public SubmitWithValues ( string selectedData ) : System.Web.Mvc.ActionResult
selectedData string
return System.Web.Mvc.ActionResult