static <D,G,F,R extends IListitemBase> IListboxController<D,R> |
IListboxController.of(IListbox owner,
GroupsModel<D,G,F> model) |
Returns the controller instance with the given listbox
|
static <D,G,F,R extends IListitemBase> IListboxController<D,R> |
IListboxController.of(IListbox owner,
GroupsModel<D,G,F> model,
CheckedFunction2<D,java.lang.Integer,R> renderer) |
Returns the controller instance with the given listbox
|
static <D,R extends IListitemBase> IListboxController<D,R> |
IListboxController.of(IListbox owner,
ListModel<D> model) |
Returns the controller instance with the given listbox
|
static <D,R extends IListitemBase> IListboxController<D,R> |
IListboxController.of(IListbox owner,
ListModel<D> model,
CheckedFunction2<D,java.lang.Integer,R> renderer) |
Returns the controller instance with the given listbox
|