Uses of Interface
org.zkoss.stateless.sul.IAuxhead
-
Packages that use IAuxhead Package Description org.zkoss.stateless.sul -
-
Uses of IAuxhead in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IAuxhead Modifier and Type Field Description static IAuxhead
IAuxhead. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IAuxhead Modifier and Type Method Description static IAuxhead
IAuxheadCtrl. from(Auxhead instance)
static IAuxhead
IAuxhead. of(java.lang.Iterable<? extends IAuxheader> children)
Returns the instance with the givenIAuxheader
children.static IAuxhead
IAuxhead. of(IAuxheader... children)
Returns the instance with the givenIAuxheader
children.static IAuxhead
IAuxhead. ofId(java.lang.String id)
Returns the instance with the given id.Methods in org.zkoss.stateless.sul that return types with arguments of type IAuxhead Modifier and Type Method Description default java.util.List<IAuxhead>
IGrid. getAuxhead()
Returns the auxhead child.default java.util.List<IAuxhead>
IListbox. getAuxhead()
Returns the auxhead child.default java.util.List<IAuxhead>
ITree. getAuxhead()
Returns theIAuxhead
component, if any.Methods in org.zkoss.stateless.sul with parameters of type IAuxhead Modifier and Type Method Description default IGrid
IGrid. withAuxhead(IAuxhead... auxhead)
Returns a copy ofthis
immutable component with the specifiedauxhead
.default IListbox
IListbox. withAuxhead(IAuxhead... auxhead)
Returns a copy ofthis
immutable component with the specifiedauxhead
.default ITree
ITree. withAuxhead(IAuxhead... auxhead)
Returns a copy ofthis
immutable component with the specifiedauxhead
.Method parameters in org.zkoss.stateless.sul with type arguments of type IAuxhead Modifier and Type Method Description IGrid
IGrid. withAuxhead(java.lang.Iterable<? extends IAuxhead> auxhead)
Returns a copy ofthis
immutable component with the specifiedauxhead
.IListbox
IListbox. withAuxhead(java.lang.Iterable<? extends IAuxhead> auxhead)
Returns a copy ofthis
immutable component with the specifiedauxhead
.ITree
ITree. withAuxhead(java.lang.Iterable<? extends IAuxhead> auxhead)
Returns a copy ofthis
immutable component with the specifiedauxhead
.
-