XuniAutoCompleteDelegate プロトコル リファレンス
参照先 | XuniComboBoxDelegate |
---|---|
定義先 | AutoCompleteDelegate.h |
– customizeTheCellsOfSuggestionList:
suggestionList のセルをカスタマイズします。
- (void)customizeTheCellsOfSuggestionList:(UITableViewCell *)cell
パラメータ
cell |
カスタマイズしたビューの追加に使用されるセル |
---|
内容
suggestionList のセルをカスタマイズします。
定義先
AutoCompleteDelegate.h
– filtering:eventArgs:
コントロールが項目のリストにフィルタを適用するときに発生します。
- (void)filtering:(XuniAutoComplete *)sender eventArgs:(XuniAutoCompleteFilteringEventArgs *)eventArgs
パラメータ
sender |
|
---|---|
text |
テキスト |
内容
コントロールが項目のリストにフィルタを適用するときに発生します。
定義先
AutoCompleteDelegate.h
– getXamarinCustomView:WithIndex:
インデックスを指定して Xamarin カスタムビューを取得します。
- (UIView *)getXamarinCustomView:(XuniAutoComplete *)sender WithIndex:(int)index
パラメータ
index |
項目のインデックス |
---|
内容
インデックスを指定して Xamarin カスタムビューを取得します。
定義先
AutoCompleteDelegate.h