Class IBiglistboxController<Row,​Head,​Cell,​Header>

  • All Implemented Interfaces:
    ItemController<java.lang.Object,​MatrixModel<Row,​Head,​Cell,​Header>,​IBiglistbox,​java.lang.String>

    public class IBiglistboxController<Row,​Head,​Cell,​Header>
    extends java.lang.Object
    implements ItemController<java.lang.Object,​MatrixModel<Row,​Head,​Cell,​Header>,​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