Class IGridController<DataT,​RowT extends IRowBase>

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

    public class IGridController<DataT,​RowT extends IRowBase>
    extends java.lang.Object
    implements ItemController<DataT,​ListModel<DataT>,​IGrid,​RowT>
    An IGrid 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:
    katherine