Class IListboxController<DataT,​RowT extends IListitemBase>

  • All Implemented Interfaces:
    ItemController<DataT,​ListModel<DataT>,​IListbox,​RowT>

    public class IListboxController<DataT,​RowT extends IListitemBase>
    extends java.lang.Object
    implements ItemController<DataT,​ListModel<DataT>,​IListbox,​RowT>
    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