Uses of Interface
org.zkoss.stateless.sul.IRadiogroup
-
Packages that use IRadiogroup Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of IRadiogroup in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return IRadiogroup Modifier and Type Method Description IRadiogroupIRadiogroupController. build()Methods in org.zkoss.stateless.state with parameters of type IRadiogroup Modifier and Type Method Description static <D> IRadiogroupController<D>IRadiogroupController. of(IRadiogroup owner, org.zkoss.zul.ListModel<D> model)Returns the controller instance with the givenradiogroupstatic <D> IRadiogroupController<D>IRadiogroupController. of(IRadiogroup owner, org.zkoss.zul.ListModel<D> model, CheckedFunction2<D,java.lang.Integer,IRadio> renderer)Returns the controller instance with the givenradiogroup -
Uses of IRadiogroup in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IRadiogroup Modifier and Type Field Description static IRadiogroup<IAnyGroup>IRadiogroup. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRadiogroup Modifier and Type Method Description static IRadiogroupIRadiogroupCtrl. from(org.zkoss.zul.Radiogroup instance)static <I extends IAnyGroup>
IRadiogroup<I>IRadiogroup. of(I... children)Returns the instance with the given any group children.static <I extends IAnyGroup>
IRadiogroup<I>IRadiogroup. of(java.lang.Iterable<? extends I> children)Returns the instance with the given any group children.static <I extends IAnyGroup>
IRadiogroup<I>IRadiogroup. ofId(java.lang.String id)Returns the instance with the given id.IRadiogroupIRadiogroup. withName(java.lang.String name)Returns a copy ofthisimmutable component with the specifiedname.IRadiogroup<I>IRadiogroup. withOrient(java.lang.String orient)Returns a copy ofthisimmutable component with the specifiedorient.default IRadiogroup<I>IRadiogroup. withOrient(IRadiogroup.Orient orient)Returns a copy ofthisimmutable component with the specifiedorient.Methods in org.zkoss.stateless.sul with parameters of type IRadiogroup Modifier and Type Method Description static java.lang.StringIRadiogroupCtrl. genGroupName(IRadiogroup radiogroup)
-