AutoComplete for ASP.NET Web Forms
C1AutoComplete クラス メンバ
プロパティ  メソッド  イベント

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1AutoComplete 名前空間 : C1AutoComplete クラス

C1AutoCompleteデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタInitializes a new instance of the C1AutoComplete class.  
トップ
パブリック プロパティ
 名前解説
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティWhich element the menu should be appended to. Reference: http://jqueryui.com/demos/autocomplete/#appendTo  
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティIf set to true the first item will be automatically focused. Reference: http://jqueryui.com/demos/autocomplete/#autoFocus  
Public プロパティGets or sets the value that indicates whether or not the control posts back to the server each time a user interacts with the control.  
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティGets or sets the name of the field from the data source to bind to the category.  
Public プロパティGets or sets the name of the field from the data source to bind to the label.  
Public プロパティ System.Web.UI.WebControls.DataBoundControlから継承されます。
Public プロパティ System.Web.UI.WebControls.BaseDataBoundControlから継承されます。
Public プロパティ System.Web.UI.WebControls.DataBoundControlから継承されます。
Public プロパティ System.Web.UI.WebControls.DataBoundControlから継承されます。
Public プロパティGets or sets the name of the field from the data source to bind to the value.  
Public プロパティThe delay in milliseconds the Autocomplete waits after a keystroke to activate itself. A zero-delay makes sense for local data (more responsive), but can produce a lot of load for remote data, while being less responsive. Reference: http://jqueryui.com/demos/autocomplete/#delay  
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティGets a C1AutoCompleteDataItemCollection object that contains the items of the current C1AutoComplete control.  
Public プロパティ System.Web.UI.WebControls.DataBoundControlから継承されます。
Public プロパティGets or sets the value that indicates whether or not Loads on demand is enabled. If it set to true, the auto complete will get suggestions from datasource you specified.  
Public プロパティGets or sets the value that indicates the max number of callback results (you must specified the data source and set property "LoadOnDemand" to true) .  
Public プロパティThe attribute "maxlength" of textbox.  
Public プロパティThe minimum number of characters a user has to type before the Autocomplete activates. Zero is useful for local data with just a few items. Should be increased when there are a lot of items, where a single character would match a few thousand items. Reference: http://jqueryui.com/demos/autocomplete/#minLength  
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティThe name of the function which will be called when the field is blurred, if the value has changed; ui.item refers to the selected item.  
Public プロパティThe name of the function which will be called when the list is hidden - doesn't have to occur together with a change.  
Public プロパティThe name of the function which will be called when autocomplete is created.  
Public プロパティThe name of the function which will be called before focus is moved to an item (not selecting), ui.item refers to the focused item. The default action of focus is to replace the text field's value with the value of the focused item, though only if the focus event was triggered by a keyboard interaction. Canceling this event prevents the value from being updated, but does not prevent the menu item from being focused.  
Public プロパティThe name of the function which will be called when the suggestion menu is opened.  
Public プロパティThe name of the function which will be called when a search completes, even if the menu will not be shown because there are no results or the Autocomplete is disabled.  
Public プロパティThe name of the function which will be called Before a request (source-option) is started, after minLength and delay are met. Can be canceled (return false), then no request will be started and no items suggested.  
Public プロパティThe name of the function which will be called when an item is selected from the menu; ui.item refers to the selected item. The default action of select is to replace the text field's value with the value of the selected item. Canceling this event prevents the value from being updated, but does not prevent the menu from closing.  
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティIdentifies the position of the Autocomplete widget in relation to the associated input element. The "of" option defaults to the input element, but you can specify another element to position against. You can refer to the jQuery UI Position utility for more details about the various options. Reference: http://jqueryui.com/demos/autocomplete/#position  
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティ System.Web.UI.WebControls.DataBoundControlから継承されます。
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティDefines the data to use, must be specified. See Overview section for more details, and look at the various demos. Reference: http://jqueryui.com/demos/autocomplete/#source  
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティ System.Web.UI.WebControls.BaseDataBoundControlから継承されます。
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティGets or sets the text of autocomplete control.  
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
Public プロパティオーバーライドされます。   
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティ System.Web.UI.Controlから継承されます。
Public プロパティ System.Web.UI.WebControls.WebControlから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッド System.Web.UI.WebControls.WebControlから継承されます。
Public メソッド System.Web.UI.Controlから継承されます。
Public メソッド System.Web.UI.WebControls.WebControlから継承されます。
Public メソッドオーバーライドされます。 This method overrides the generic DataBind method to bind the related data to the control.  
Public メソッド System.Web.UI.Controlから継承されます。
Public メソッド System.Web.UI.Controlから継承されます。
Public メソッド System.Web.UI.Controlから継承されます。
Public メソッドオーバーロードされます。  System.Web.UI.Controlから継承されます。
Public メソッド System.Web.UI.Controlから継承されます。
Public メソッド System.Web.UI.Controlから継承されます。
Public メソッドオーバーロードされます。 Loads control layout properties from the file.  
Public メソッド System.Web.UI.WebControls.WebControlから継承されます。
Public メソッド System.Web.UI.WebControls.WebControlから継承されます。
Public メソッド System.Web.UI.Controlから継承されます。
Public メソッド System.Web.UI.WebControls.WebControlから継承されます。
Public メソッド System.Web.UI.Controlから継承されます。
Public メソッド System.Web.UI.Controlから継承されます。
Public メソッドオーバーロードされます。 Saves the control layout properties to the file.  
Public メソッド System.Web.UI.Controlから継承されます。
トップ
パブリック イベント
 名前解説
Public イベント System.Web.UI.WebControls.DataBoundControlから継承されます。
Public イベント System.Web.UI.WebControls.DataBoundControlから継承されます。
Public イベント System.Web.UI.Controlから継承されます。
Public イベント System.Web.UI.WebControls.BaseDataBoundControlから継承されます。
Public イベント System.Web.UI.Controlから継承されます。
Public イベント System.Web.UI.Controlから継承されます。
Public イベントOccurs before C1AutoCompleteDataItem is created in data binding.  
Public イベントOccurs after C1AutoCompleteDataItem is created in data binding.  
Public イベントOccurs after item of C1AutoComplete is selected.  
Public イベント System.Web.UI.Controlから継承されます。
Public イベント System.Web.UI.Controlから継承されます。
Public イベントOccurs after text of C1AutoComplete is changed.  
Public イベント System.Web.UI.Controlから継承されます。
トップ
参照

C1AutoComplete クラス
C1.Web.Wijmo.Controls.C1AutoComplete 名前空間