Class IBiglistboxController<RowT,​HeadT,​CellT,​HeaderT>

  • All Implemented Interfaces:
    ItemController<java.lang.Object,​MatrixModel<RowT,​HeadT,​CellT,​HeaderT>,​IBiglistbox,​java.lang.String>

    public class IBiglistboxController<RowT,​HeadT,​CellT,​HeaderT>
    extends java.lang.Object
    implements ItemController<java.lang.Object,​MatrixModel<RowT,​HeadT,​CellT,​HeaderT>,​IBiglistbox,​java.lang.String>
    An IBiglistbox 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