JavaXT
|
|||||
SearchField ClassForm field used to initiate a search via web sockets
ConstructorsUsed to instantiate this class
Config Optionsurl Relative path the to websocket endpoint (e.g. "/search"). You do not need to specify a full url with a "ws://" or "wss://" prefix.
style Style for individual elements within the component. Note that you can provide CSS class names instead of individual style definitions.
debugr
EventsPublic MethodsgetValue( ) Used to retrieve the value for the key/id associated with the selected search result parseResponse( text ) Default method used to parse responses from the server. Should return an array of key/value pairs to insert into the combobox. Example: [["Bob","12/30"],["Jim","10/28"]] |