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