C# Class NetworkSkins.UI.UIDropDownOption

Inheritance: UIOption
Mostra file Open project: boformer/NetworkSkins

Public Methods

Method Description
DropDown_eventSelectedIndexChanged ( UIComponent component, int index ) : void

Protected Methods

Method Description
Initialize ( ) : void
OnSelectionChanged ( int index ) : void
PopulateDropDown ( ) : bool
PopulateImpl ( ) : bool

Method Details

DropDown_eventSelectedIndexChanged() public method

public DropDown_eventSelectedIndexChanged ( UIComponent component, int index ) : void
component UIComponent
index int
return void

Initialize() protected method

protected Initialize ( ) : void
return void

OnSelectionChanged() protected abstract method

protected abstract OnSelectionChanged ( int index ) : void
index int
return void

PopulateDropDown() protected abstract method

protected abstract PopulateDropDown ( ) : bool
return bool

PopulateImpl() protected method

protected PopulateImpl ( ) : bool
return bool