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<Data,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, ListModel<D> model, CheckedFunction2<D,java.lang.Integer,IRadio> renderer)
Returns the controller instance with the givenradiogroup
void
IRadiogroupController. setRenderer(CheckedFunction2<Data,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 IRadio
IRadio. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRadio Modifier and Type Method Description static IRadio
IRadioCtrl. from(Radio instance)
static IRadio
IRadio. of(java.lang.String label)
Returns the instance with the given label.static IRadio
IRadio. of(java.lang.String label, java.lang.String image)
Returns the instance with the given label and image.static IRadio
IRadio. ofId(java.lang.String id)
Returns the instance with the given id.static IRadio
IRadio. ofImage(java.lang.String image)
Returns the instance with the given image.IRadio
IRadio. withRadiogroup(java.lang.String radiogroupId)
Returns a copy ofthis
immutable component with the specifiedradiogroupId
.default IRadio
IRadio. withSelected(boolean selected)
Returns a copy ofthis
immutable component with the specifiedselected
.
-