C# Class NetworkSkins.UI.UIDropDownOption

Inheritance: UIOption
Afficher le fichier Open project: boformer/NetworkSkins

Méthodes publiques

Méthode Description
DropDown_eventSelectedIndexChanged ( UIComponent component, int index ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void
OnSelectionChanged ( int index ) : void
PopulateDropDown ( ) : bool
PopulateImpl ( ) : bool

Method Details

DropDown_eventSelectedIndexChanged() public méthode

public DropDown_eventSelectedIndexChanged ( UIComponent component, int index ) : void
component UIComponent
index int
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

OnSelectionChanged() protected abstract méthode

protected abstract OnSelectionChanged ( int index ) : void
index int
Résultat void

PopulateDropDown() protected abstract méthode

protected abstract PopulateDropDown ( ) : bool
Résultat bool

PopulateImpl() protected méthode

protected PopulateImpl ( ) : bool
Résultat bool