C# Class NetworkSkins.UI.UIDropDownTextFieldOption

Inheritance: UIOption
Mostra file Open project: boformer/NetworkSkins

Protected Methods

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

Private Methods

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

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

OnSelectionChanged() protected abstract method

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

OnTextChanged() protected abstract method

protected abstract OnTextChanged ( string value ) : void
value string
return void

PopulateDropDown() protected abstract method

protected abstract PopulateDropDown ( ) : bool
return bool

PopulateImpl() protected method

protected PopulateImpl ( ) : bool
return bool