C# Class Serenity.TabsExtensions

Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode 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 méthode

public static ActiveTabKey ( this tabs ) : string
tabs this
Résultat string

IndexByKey() public static méthode

public static IndexByKey ( this tabs ) : int?>.JsDictionary
tabs this
Résultat int?>.JsDictionary

SelectTab() public static méthode

public static SelectTab ( this tabs, string tabKey ) : void
tabs this
tabKey string
Résultat void

SetDisabled() public static méthode

public static SetDisabled ( this tabs, string tabKey, bool isDisabled ) : void
tabs this
tabKey string
isDisabled bool
Résultat void