Uses of Interface
org.zkoss.stateless.sul.IRadio
-
Packages that use IRadio Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of IRadio in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return types with arguments of type IRadio Modifier and Type Method Description CheckedFunction2<DataT,java.lang.Integer,IRadio>IRadiogroupController. getRenderer()Method parameters in org.zkoss.stateless.state with type arguments of type IRadio Modifier and Type Method Description static <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 givenradiogroupvoidIRadiogroupController. setRenderer(CheckedFunction2<DataT,java.lang.Integer,IRadio> renderer) -
Uses of IRadio in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IRadio Modifier and Type Field Description static IRadioIRadio. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRadio Modifier and Type Method Description static IRadioIRadioCtrl. from(org.zkoss.zul.Radio instance)static IRadioIRadio. of(java.lang.String label)Returns the instance with the given label.static IRadioIRadio. of(java.lang.String label, java.lang.String image)Returns the instance with the given label and image.static IRadioIRadio. ofId(java.lang.String id)Returns the instance with the given id.static IRadioIRadio. ofImage(java.lang.String image)Returns the instance with the given image.IRadioIRadio. withRadiogroup(java.lang.String radiogroupId)Returns a copy ofthisimmutable component with the specifiedradiogroupId.default IRadioIRadio. withSelected(boolean selected)Returns a copy ofthisimmutable component with the specifiedselected.
-