Method | Description | |
---|---|---|
Initialize ( ) : void | ||
OnSelectionChanged ( int index ) : void | ||
OnTextChanged ( string value ) : void | ||
PopulateDropDown ( ) : bool | ||
PopulateImpl ( ) : bool |
Method | Description | |
---|---|---|
DropDown_eventSelectedIndexChanged ( UIComponent component, int index ) : void | ||
TextField_eventTextSubmitted ( UIComponent component, string value ) : void |
protected abstract OnSelectionChanged ( int index ) : void | ||
index | int | |
return | void |
protected abstract OnTextChanged ( string value ) : void | ||
value | string | |
return | void |
protected abstract PopulateDropDown ( ) : bool | ||
return | bool |