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 IAuxheadIAuxhead. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IAuxhead Modifier and Type Method Description static IAuxheadIAuxheadCtrl. from(org.zkoss.zul.Auxhead instance)static IAuxheadIAuxhead. of(java.lang.Iterable<? extends IAuxheader> children)Returns the instance with the givenIAuxheaderchildren.static IAuxheadIAuxhead. of(IAuxheader... children)Returns the instance with the givenIAuxheaderchildren.static IAuxheadIAuxhead. 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 theIAuxheadcomponent, if any.Methods in org.zkoss.stateless.sul with parameters of type IAuxhead Modifier and Type Method Description default IGridIGrid. withAuxhead(IAuxhead... auxhead)Returns a copy ofthisimmutable component with the specifiedauxhead.default IListboxIListbox. withAuxhead(IAuxhead... auxhead)Returns a copy ofthisimmutable component with the specifiedauxhead.default ITreeITree. withAuxhead(IAuxhead... auxhead)Returns a copy ofthisimmutable component with the specifiedauxhead.Method parameters in org.zkoss.stateless.sul with type arguments of type IAuxhead Modifier and Type Method Description IGridIGrid. withAuxhead(java.lang.Iterable<? extends IAuxhead> auxhead)Returns a copy ofthisimmutable component with the specifiedauxhead.IListboxIListbox. withAuxhead(java.lang.Iterable<? extends IAuxhead> auxhead)Returns a copy ofthisimmutable component with the specifiedauxhead.ITreeITree. withAuxhead(java.lang.Iterable<? extends IAuxhead> auxhead)Returns a copy ofthisimmutable component with the specifiedauxhead.
-