Uses of Interface
org.zkoss.stateless.sul.IHtml
-
Packages that use IHtml Package Description org.zkoss.stateless.sul -
-
Uses of IHtml in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IHtml Modifier and Type Field Description static IHtmlIHtml. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IHtml Modifier and Type Method Description static IHtmlIHtmlCtrl. from(org.zkoss.zul.Html instance)static IHtmlIHtml. of(java.lang.String content)Returns the instance with the given content.static IHtmlIHtml. ofId(java.lang.String id)Returns the instance with the given id.IHtmlIHtml. withContent(java.lang.String content)Returns a copy ofthisimmutable component with the specifiedcontent.
-