public interface GxCellEditorSuggestionResolverInterface
A interface which defines how a suggestion's resolver/builder should build the suggesting lst
Modifier and Type | Method and Description |
---|---|
JsonArray | resolve(BBjString term!, GxClientColumnModel column!, GxClientRowModel row!) Resolve/build the suggestion list |
public JsonArray resolve(BBjString term!, GxClientColumnModel column!, GxClientRowModel row!)
Resolve/build the suggestion list
BBjString
term! The search termGxClientColumnModel
column! The column modelGxClientRowModel
row! The row model