Uses of Interface
org.zkoss.stateless.sul.IInputgroup
-
Packages that use IInputgroup Package Description org.zkoss.stateless.sul -
-
Uses of IInputgroup in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IInputgroup Modifier and Type Field Description static IInputgroup
IInputgroup. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IInputgroup Modifier and Type Method Description static IInputgroup
IInputgroupCtrl. from(Inputgroup instance)
static IInputgroup
IInputgroup. of(java.lang.Iterable<? extends IChildrenOfInputgroup> children)
Returns the instance with the givenIChildrenOfInputgroup
children.static IInputgroup
IInputgroup. of(IChildrenOfInputgroup... children)
Returns the instance with the givenIChildrenOfInputgroup
children.static IInputgroup
IInputgroup. ofId(java.lang.String id)
Returns the instance with the given id.IInputgroup
IInputgroup. withOrient(java.lang.String orient)
Returns a copy ofthis
immutable component with the specifiedorient
.default IInputgroup
IInputgroup. withOrient(IInputgroup.Orient orient)
Returns a copy ofthis
immutable component with the specifiedorient
.
-