Uses of Interface
nl.gx.forms.wmpformapi.engine.autocompletion.AutoCompletionResult
-
Packages that use AutoCompletionResult Package Description nl.gx.forms.wmpformapi.engine.autocompletion -
-
Uses of AutoCompletionResult in nl.gx.forms.wmpformapi.engine.autocompletion
Methods in nl.gx.forms.wmpformapi.engine.autocompletion that return types with arguments of type AutoCompletionResult Modifier and Type Method Description List<AutoCompletionResult>
AutoCompletionService. autoComplete(Object scope, String value, int cursor)
Attempts to autocomplete a JavaScript expression with variables found in the form scope.
-