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