C# 클래스 ThreejsDemo.AccordionPanel

파일 보기 프로젝트 열기: guidovanhilst/SharpThreejs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MainContainer Bridge.jQuery2.jQuery
PType PanelType
PanelGroup Bridge.jQuery2.jQuery
id string
panelCount int

공개 메소드들

메소드 설명
AddPanel ( string title, Bridge.jQuery2.jQuery content, Action clickHandler = null, object panelTag = null ) : Bridge.jQuery2.jQuery
Make ( string headerText, string subtext, string id, PanelType type ) : AccordionPanel

비공개 메소드들

메소드 설명
Collapse ( Bridge.jQuery2.jQueryEvent e ) : void
GetPanelTypeName ( PanelType t ) : string
MakeContentPanel ( Bridge.jQuery2.jQuery content, string id ) : Bridge.jQuery2.jQuery
MakePanelTitle ( string title, string href, string dataParent, Action clickHandler, object panelTag ) : Bridge.jQuery2.jQuery

메소드 상세

AddPanel() 공개 메소드

public AddPanel ( string title, Bridge.jQuery2.jQuery content, Action clickHandler = null, object panelTag = null ) : Bridge.jQuery2.jQuery
title string
content Bridge.jQuery2.jQuery
clickHandler Action
panelTag object
리턴 Bridge.jQuery2.jQuery

Make() 공개 정적인 메소드

public static Make ( string headerText, string subtext, string id, PanelType type ) : AccordionPanel
headerText string
subtext string
id string
type PanelType
리턴 AccordionPanel

프로퍼티 상세

MainContainer 공개적으로 프로퍼티

public jQuery,Bridge.jQuery2 MainContainer
리턴 Bridge.jQuery2.jQuery

PType 공개적으로 프로퍼티

public PanelType PType
리턴 PanelType

PanelGroup 공개적으로 프로퍼티

public jQuery,Bridge.jQuery2 PanelGroup
리턴 Bridge.jQuery2.jQuery

id 공개적으로 프로퍼티

public string id
리턴 string

panelCount 공개적으로 프로퍼티

public int panelCount
리턴 int