Uses of Class
org.zkoss.stateless.state.IChosenboxController
-
Packages that use IChosenboxController Package Description org.zkoss.stateless.state -
-
Uses of IChosenboxController in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return IChosenboxController Modifier and Type Method Description static <D> IChosenboxController<D>
IChosenboxController. of(IChosenbox owner, ListModel<D> model)
Returns the controller instance with the givenchosenbox
static <D> IChosenboxController<D>
IChosenboxController. of(IChosenbox owner, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,java.lang.String> renderer)
Returns the controller instance with the givenchosenbox
-