XuniAutoComplete クラス リファレンス

継承元 XuniComboBox : XuniDropDown : UIView
定義先 XuniAutoComplete.h

  filteringArgs

@property (nonatomic) XuniAutoCompleteFilteringEventArgs *filteringArgs

定義先

XuniAutoComplete.h

  customViews

tableView のカスタマイズしたセルを取得または設定します。

@property (nonatomic) NSArray<UIView*> *customViews

内容

tableView のカスタマイズしたセルを取得または設定します。

定義先

XuniAutoComplete.h

  highlightedColor

一致したテキストの強調表示された背景色を取得または設定します。

@property (nonatomic) IBInspectable UIColor *highlightedColor

内容

一致したテキストの強調表示された背景色を取得または設定します。

定義先

XuniAutoComplete.h

  filterString

テキストフィールド内の filterString を取得または設定します。

@property (nonatomic) IBInspectable NSString *filterString

内容

テキストフィールド内の filterString を取得または設定します。

定義先

XuniAutoComplete.h

  temporaryItemSource

選択する項目を含む一時ソースコレクションを取得または設定します。

@property (nonatomic) NSMutableArray *temporaryItemSource

内容

選択する項目を含む一時ソースコレクションを取得または設定します。

定義先

XuniAutoComplete.h

  operatorType

リストのフィルタを取得または設定します。

@property (nonatomic) XuniAutoCompleteOperator operatorType

内容

リストのフィルタを取得または設定します。

定義先

XuniAutoComplete.h

  delay

入力が発生してから検索が実行されるまでの遅延時間(ミリ秒単位)を取得または設定します。

@property (nonatomic) IBInspectable double delay

内容

入力が発生してから検索が実行されるまでの遅延時間(ミリ秒単位)を取得または設定します。

定義先

XuniAutoComplete.h

  maxItems

ドロップダウンリストに表示される項目の最大数を取得または設定します。

@property (nonatomic) IBInspectable int maxItems

内容

ドロップダウンリストに表示される項目の最大数を取得または設定します。

定義先

XuniAutoComplete.h

  minLength

オートコンプリート候補を検索するために必要な入力の最小長さを取得または設定します。

@property (nonatomic) IBInspectable int minLength

内容

オートコンプリート候補を検索するために必要な入力の最小長さを取得または設定します。

定義先

XuniAutoComplete.h

  isCustomFiltering

カスタムフィルタ処理かどうかを取得または設定します。

@property (nonatomic) IBInspectable BOOL isCustomFiltering

内容

カスタムフィルタ処理かどうかを取得または設定します。

定義先

XuniAutoComplete.h

– refreshTableViewItemSource

tableView の itemSource をリフレッシュします。

- (void)refreshTableViewItemSource

内容

tableView の itemSource をリフレッシュします。

定義先

XuniAutoComplete.h

– normalizeCellText:WithSubstring:

セルのテキストを正規化します。

- (void)normalizeCellText:(UILabel *)textLabel WithSubstring:(NSString *)subString

パラメータ

textLabel

テキストラベル

subString

テキストラベルテキストの部分文字列

内容

セルのテキストを正規化します。

定義先

XuniAutoComplete.h

– highlightedSubstring:inFilterCellText:

部分文字列を強調表示します。

- (void)highlightedSubstring:(NSString *)substring inFilterCellText:(UILabel *)textLabel

パラメータ

textLabel

テキストラベル

subString

テキストラベルテキストの部分文字列

内容

部分文字列を強調表示します。

定義先

XuniAutoComplete.h