Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadAutoCompleteTextView

Hierarchy

  • any

Index

Properties

closeButtonImageSrc

closeButtonImageSrc: string

completionMode

completionMode: AutoCompleteCompletionMode

displayMode

filteredItems

filteredItems: Array<TokenModel>

hint

hint: string

itemViewLoader

itemViewLoader: function

Type declaration

    • (viewType: any): View
    • Parameters

      • viewType: any

      Returns View

items

items: ObservableArray<TokenModel>

layoutMode

loadSuggestionsAsync

loadSuggestionsAsync: any

minimumCharactersToSearch

minimumCharactersToSearch: number

noResultsText

noResultsText: string

readOnly

readOnly: boolean

selectedTokens

selectedTokens: Array<TokenModel>

showCloseButton

showCloseButton: boolean

suggestMode

suggestionView

suggestionView: any

text

text: string

Static didAutoCompleteEvent

didAutoCompleteEvent: string

Static itemLoadingEvent

itemLoadingEvent: string

Static loadSuggestionsAsyncProperty

loadSuggestionsAsyncProperty: Property<RadAutoCompleteTextView, any>

Static suggestionViewBecameVisibleEvent

suggestionViewBecameVisibleEvent: string

Static textChangedEvent

textChangedEvent: string

Static tokenAddedEvent

tokenAddedEvent: string

Static tokenDeselectedEvent

tokenDeselectedEvent: string

Static tokenRemovedEvent

tokenRemovedEvent: string

Static tokenSelectedEvent

tokenSelectedEvent: string

Methods

addToken

  • Parameters

    Returns any

insertTokenAtIndex

  • insertTokenAtIndex(token: TokenModel, index: number): any
  • Parameters

    Returns any

removeAllTokens

  • removeAllTokens(): any
  • Returns any

removeToken

  • Parameters

    Returns any

removeTokenAtIndex

  • removeTokenAtIndex(index: number): any
  • Parameters

    • index: number

    Returns any

resetAutoComplete

  • resetAutoComplete(): any
  • Returns any

tokenAtIndex

  • tokenAtIndex(index: number): any
  • Parameters

    • index: number

    Returns any

tokens

  • tokens(): any
  • Returns any

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method