Uses of Interface
org.zkoss.stateless.sul.ILinelayout
-
Packages that use ILinelayout Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of ILinelayout in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return ILinelayout Modifier and Type Method Description ILinelayoutILinelayoutController. build()Methods in org.zkoss.stateless.state with parameters of type ILinelayout Modifier and Type Method Description static <D> ILinelayoutController<D>ILinelayoutController. of(ILinelayout owner, org.zkoss.zul.ListModel<D> model)Returns the controller instance with the givenlinelayoutstatic <D> ILinelayoutController<D>ILinelayoutController. of(ILinelayout owner, org.zkoss.zul.ListModel<D> model, CheckedFunction2<D,java.lang.Integer,ILineitem> renderer)Returns the controller instance with the givenlinelayout -
Uses of ILinelayout in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ILinelayout Modifier and Type Field Description static ILinelayoutILinelayout. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ILinelayout Modifier and Type Method Description static ILinelayoutILinelayoutCtrl. from(org.zkoss.zkmax.zul.Linelayout instance)static ILinelayoutILinelayout. of(java.lang.Iterable<? extends ILineitem<IAnyGroup>> children)Returns the instance with the givenILineitemchildren.static ILinelayoutILinelayout. of(ILineitem<IAnyGroup>... children)Returns the instance with the givenILineitemchildren.static ILinelayoutILinelayout. ofId(java.lang.String id)Returns the instance with the given id.static ILinelayoutILinelayout. ofOrient(ILinelayout.Orient orient)Returns the instance with the given orient.ILinelayoutILinelayout. withFirstScale(int firstScale)Returns a copy ofthisimmutable component with the specifiedfirstScale.ILinelayoutILinelayout. withLastScale(int lastScale)Returns a copy ofthisimmutable component with the specifiedlastScale.ILinelayoutILinelayout. withLineStyle(java.lang.String lineStyle)Returns a copy ofthisimmutable component with the specifiedlineStyle.ILinelayoutILinelayout. withOrient(java.lang.String orient)Returns a copy ofthisimmutable component with the specifiedorient.default ILinelayoutILinelayout. withOrient(ILinelayout.Orient orient)Returns a copy ofthisimmutable component with the specifiedorient.
-