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