Uses of Interface
org.zkoss.stateless.sul.IImage
-
Packages that use IImage Package Description org.zkoss.stateless.sul -
-
Uses of IImage in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IImage Modifier and Type Field Description static IImageIImage. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IImage Modifier and Type Method Description static IImageIImageCtrl. from(org.zkoss.zul.Image instance)static IImageIImage. of(java.lang.String src)Returns the instance with the givensrc.static IImageIImage. ofId(java.lang.String id)Returns the instance with the given id.
-