List Model Interface

Definition of the model used by one-to-many editors like SuggestBox and Select.

Implementations

Constructor

  const abstractListModel = new UIKernel.AbstractModels.List();

Methods

(abstract) async read

 async read(string search)

Get options list for a Select or SuggestBox editor taking into account list labels search filter(case insensitive).


(abstract) async getLabel

 async getLabel(number id)

Get an option name which matches specified ID.