static <D,G,F,R extends IRowBase> IGridController<D,R> |
IGridController.of(IGrid owner,
GroupsModel<D,G,F> model) |
Returns the controller instance with the given grid
|
static <D,G,F,R extends IRowBase> IGridController<D,R> |
IGridController.of(IGrid owner,
GroupsModel<D,G,F> model,
CheckedFunction3<D,java.lang.Integer,GroupingInfo,R> renderer) |
Returns the controller instance with the given grid
|
static <D,R extends IRowBase> IGridController<D,R> |
IGridController.of(IGrid owner,
ListModel<D> model) |
Returns the controller instance with the given grid
|
static <D,R extends IRowBase> IGridController<D,R> |
IGridController.of(IGrid owner,
ListModel<D> model,
CheckedFunction2<D,java.lang.Integer,R> renderer) |
Returns the controller instance with the given grid
|