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 IInputgroupIInputgroup. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IInputgroup Modifier and Type Method Description static IInputgroupIInputgroupCtrl. from(org.zkoss.zul.Inputgroup instance)static IInputgroupIInputgroup. of(java.lang.Iterable<? extends IChildrenOfInputgroup> children)Returns the instance with the givenIChildrenOfInputgroupchildren.static IInputgroupIInputgroup. of(IChildrenOfInputgroup... children)Returns the instance with the givenIChildrenOfInputgroupchildren.static IInputgroupIInputgroup. ofId(java.lang.String id)Returns the instance with the given id.IInputgroupIInputgroup. withOrient(java.lang.String orient)Returns a copy ofthisimmutable component with the specifiedorient.default IInputgroupIInputgroup. withOrient(IInputgroup.Orient orient)Returns a copy ofthisimmutable component with the specifiedorient.
-