C# Class Signum.Web.TabContainer

Inheritance: IDisposable
Mostrar archivo Open project: signumsoftware/framework Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Surround ( TextWriter writer, HtmlTag div ) : IDisposable
Tab ( Tab tab ) : void
Tab ( string id, HelperResult>.Func title, HelperResult>.Func body ) : void
Tab ( string id, HelperResult>.Func title, System.Web.Mvc.MvcHtmlString body ) : void
Tab ( string id, System.Web.Mvc.MvcHtmlString title, HelperResult>.Func body ) : void
Tab ( string id, System.Web.Mvc.MvcHtmlString title, System.Web.Mvc.MvcHtmlString body ) : void
Tab ( string id, string title, HelperResult>.Func body ) : void
Tab ( string id, string title, System.Web.Mvc.MvcHtmlString body ) : void
TabContainer ( HtmlHelper helper, TypeContext context, string containerId ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Surround() public static method

public static Surround ( TextWriter writer, HtmlTag div ) : IDisposable
writer System.IO.TextWriter
div HtmlTag
return IDisposable

Tab() public method

public Tab ( Tab tab ) : void
tab Tab
return void

Tab() public method

public Tab ( string id, HelperResult>.Func title, HelperResult>.Func body ) : void
id string
title HelperResult>.Func
body HelperResult>.Func
return void

Tab() public method

public Tab ( string id, HelperResult>.Func title, System.Web.Mvc.MvcHtmlString body ) : void
id string
title HelperResult>.Func
body System.Web.Mvc.MvcHtmlString
return void

Tab() public method

public Tab ( string id, System.Web.Mvc.MvcHtmlString title, HelperResult>.Func body ) : void
id string
title System.Web.Mvc.MvcHtmlString
body HelperResult>.Func
return void

Tab() public method

public Tab ( string id, System.Web.Mvc.MvcHtmlString title, System.Web.Mvc.MvcHtmlString body ) : void
id string
title System.Web.Mvc.MvcHtmlString
body System.Web.Mvc.MvcHtmlString
return void

Tab() public method

public Tab ( string id, string title, HelperResult>.Func body ) : void
id string
title string
body HelperResult>.Func
return void

Tab() public method

public Tab ( string id, string title, System.Web.Mvc.MvcHtmlString body ) : void
id string
title string
body System.Web.Mvc.MvcHtmlString
return void

TabContainer() public method

public TabContainer ( HtmlHelper helper, TypeContext context, string containerId ) : System
helper HtmlHelper
context TypeContext
containerId string
return System