C# 클래스 Serenity.TabsExtensions

파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
ActiveTabKey ( this tabs ) : string
IndexByKey ( this tabs ) : int?>.JsDictionary
SelectTab ( this tabs, string tabKey ) : void
SetDisabled ( this tabs, string tabKey, bool isDisabled ) : void

메소드 상세

ActiveTabKey() 공개 정적인 메소드

public static ActiveTabKey ( this tabs ) : string
tabs this
리턴 string

IndexByKey() 공개 정적인 메소드

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

SelectTab() 공개 정적인 메소드

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

SetDisabled() 공개 정적인 메소드

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