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 IRadiogroup
IRadiogroupController. 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, ListModel<D> model)
Returns the controller instance with the givenradiogroup
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
-
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. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRadiogroup Modifier and Type Method Description static IRadiogroup
IRadiogroupCtrl. from(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.IRadiogroup
IRadiogroup. withName(java.lang.String name)
Returns a copy ofthis
immutable component with the specifiedname
.IRadiogroup<I>
IRadiogroup. withOrient(java.lang.String orient)
Returns a copy ofthis
immutable component with the specifiedorient
.default IRadiogroup<I>
IRadiogroup. withOrient(IRadiogroup.Orient orient)
Returns a copy ofthis
immutable component with the specifiedorient
.Methods in org.zkoss.stateless.sul with parameters of type IRadiogroup Modifier and Type Method Description static java.lang.String
IRadiogroupCtrl. genGroupName(IRadiogroup radiogroup)
-