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 IHtml
IHtml. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IHtml Modifier and Type Method Description static IHtml
IHtmlCtrl. from(Html instance)
static IHtml
IHtml. of(java.lang.String content)
Returns the instance with the given content.static IHtml
IHtml. ofId(java.lang.String id)
Returns the instance with the given id.IHtml
IHtml. withContent(java.lang.String content)
Returns a copy ofthis
immutable component with the specifiedcontent
.
-