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 IImage
IImage. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IImage Modifier and Type Method Description static IImage
IImageCtrl. from(Image instance)
static IImage
IImage. of(java.lang.String src)
Returns the instance with the givensrc
.static IImage
IImage. ofId(java.lang.String id)
Returns the instance with the given id.
-