Interface Suggester
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for creating code completion suggestions for the
JmixCodeEditor component.
Autocompletions are suggested based on the current state of the client-side of the component
described by Suggester.SuggestionContext.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA class that describes the current state of the client-side of theJmixCodeEditorcomponent used to prepare suggestions. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getSuggestions
- Parameters:
context- the current state of the client-side component- Returns:
- life of suggestions for the current state of the component
- See Also:
-