Class IListboxController<Data,​Row extends IListitemBase>

  • All Implemented Interfaces:
    ItemController<Data,​ListModel<Data>,​IListbox,​Row>

    public class IListboxController<Data,​Row extends IListitemBase>
    extends java.lang.Object
    implements ItemController<Data,​ListModel<Data>,​IListbox,​Row>
    An IListbox controller to control any operation on the given model.

    Note: this class is not thread-safe, so when it's used in multi-threading environment, the developer should handle the threading issue.

    Author:
    jumperchen