Uses of Interface
org.zkoss.stateless.sul.IPortalchildren
-
Packages that use IPortalchildren Package Description org.zkoss.stateless.sul -
-
Uses of IPortalchildren in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IPortalchildren Modifier and Type Field Description static IPortalchildrenIPortalchildren. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IPortalchildren Modifier and Type Method Description static IPortalchildrenIPortalchildrenCtrl. from(org.zkoss.zkmax.zul.Portalchildren instance)static IPortalchildrenIPortalchildren. of(java.lang.Iterable<? extends IPanel> children)Returns the instance with the givenIPanelchildren.static IPortalchildrenIPortalchildren. of(IPanel... children)Returns the instance with the givenIPanelchildren.static IPortalchildrenIPortalchildren. ofId(java.lang.String id)Returns the instance with the given id.static IPortalchildrenIPortalchildren. ofSize(java.lang.String width, java.lang.String height)Returns the instance with the given size, width and height.IPortalchildrenIPortalchildren. withCounterVisible(boolean counterVisible)Returns a copy ofthisimmutable component with the specifiedcounterVisible.IPortalchildrenIPortalchildren. withTitle(java.lang.String title)Returns a copy ofthisimmutable component with the specifiedtitle.Methods in org.zkoss.stateless.sul with parameters of type IPortalchildren Modifier and Type Method Description static IPortallayoutIPortallayout. of(IPortalchildren... children)Returns the instance with the givenIPortalchildrenchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IPortalchildren Modifier and Type Method Description static IPortallayoutIPortallayout. of(java.lang.Iterable<? extends IPortalchildren> children)Returns the instance with the givenIPortalchildrenchildren.
-