Files
EWF/draft/library/wsf_js_widget/kernel/autocompletion/wsf_autocompletion.e
Jocelyn Fiat cc7d268610 Code improvement
Cosmetic (comments, names, formatting)
2014-03-26 10:18:02 +01:00

32 lines
786 B
Plaintext

note
description: "Summary description for {WSF_AUTOCOMPLETION}."
date: "$Date$"
revision: "$Revision$"
deferred class
WSF_AUTOCOMPLETION
feature -- Query
autocompletion (input: READABLE_STRING_GENERAL): JSON_ARRAY
-- JSON array of suggestions that fit the specific input
deferred
end
feature -- Access
template: detachable READABLE_STRING_32
-- Customizable template
;note
copyright: "2011-2014, Yassin Hassan, Severin Munger, Jocelyn Fiat, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software
5949 Hollister Ave., Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"
end