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, org.zkoss.zul.ListModel<D> model)Returns the controller instance with the givenchosenboxstatic <D> IChosenboxController<D>IChosenboxController. of(IChosenbox owner, org.zkoss.zul.ListModel<D> model, CheckedFunction2<D,java.lang.Integer,java.lang.String> renderer)Returns the controller instance with the givenchosenbox
-