C# Class Serenity.TabsExtensions

Exibir arquivo Open project: volkanceylan/Serenity

Public Methods

Method Description
ActiveTabKey ( this tabs ) : string
IndexByKey ( this tabs ) : int?>.JsDictionary
SelectTab ( this tabs, string tabKey ) : void
SetDisabled ( this tabs, string tabKey, bool isDisabled ) : void

Method Details

ActiveTabKey() public static method

public static ActiveTabKey ( this tabs ) : string
tabs this
return string

IndexByKey() public static method

public static IndexByKey ( this tabs ) : int?>.JsDictionary
tabs this
return int?>.JsDictionary

SelectTab() public static method

public static SelectTab ( this tabs, string tabKey ) : void
tabs this
tabKey string
return void

SetDisabled() public static method

public static SetDisabled ( this tabs, string tabKey, bool isDisabled ) : void
tabs this
tabKey string
isDisabled bool
return void