C# 클래스 NetworkSkins.UI.UIDropDownOption

상속: UIOption
파일 보기 프로젝트 열기: boformer/NetworkSkins

공개 메소드들

메소드 설명
DropDown_eventSelectedIndexChanged ( UIComponent component, int index ) : void

보호된 메소드들

메소드 설명
Initialize ( ) : void
OnSelectionChanged ( int index ) : void
PopulateDropDown ( ) : bool
PopulateImpl ( ) : bool

메소드 상세

DropDown_eventSelectedIndexChanged() 공개 메소드

public DropDown_eventSelectedIndexChanged ( UIComponent component, int index ) : void
component UIComponent
index int
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

OnSelectionChanged() 보호된 추상적인 메소드

protected abstract OnSelectionChanged ( int index ) : void
index int
리턴 void

PopulateDropDown() 보호된 추상적인 메소드

protected abstract PopulateDropDown ( ) : bool
리턴 bool

PopulateImpl() 보호된 메소드

protected PopulateImpl ( ) : bool
리턴 bool