Uses of Interface
org.zkoss.stateless.sul.ISpan
-
Packages that use ISpan Package Description org.zkoss.stateless.sul -
-
Uses of ISpan in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ISpan Modifier and Type Field Description static ISpan
ISpan. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISpan Modifier and Type Method Description static ISpan
ISpanCtrl. from(Span instance)
static <I extends IAnyGroup>
ISpan<I>ISpan. of(I... children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
ISpan<I>ISpan. of(java.lang.Iterable<? extends I> children)
Returns the instance with the given any group children.static <I extends IAnyGroup>
ISpan<I>ISpan. ofId(java.lang.String id)
Returns the instance with the given id.
-