Class QuickGridView.CellItem<T>

    • Constructor Detail

      • CellItem

        public CellItem​(String id,
                        int index,
                        IModel<T> model)
      • CellItem

        public CellItem​(String id,
                        int index,
                        IModel<T> model,
                        boolean empty)