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 IPortalchildren
IPortalchildren. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IPortalchildren Modifier and Type Method Description static IPortalchildren
IPortalchildrenCtrl. from(Portalchildren instance)
static IPortalchildren
IPortalchildren. of(java.lang.Iterable<? extends IPanel> children)
Returns the instance with the givenIPanel
children.static IPortalchildren
IPortalchildren. of(IPanel... children)
Returns the instance with the givenIPanel
children.static IPortalchildren
IPortalchildren. ofId(java.lang.String id)
Returns the instance with the given id.static IPortalchildren
IPortalchildren. ofSize(java.lang.String width, java.lang.String height)
Returns the instance with the given size, width and height.IPortalchildren
IPortalchildren. withCounterVisible(boolean counterVisible)
Returns a copy ofthis
immutable component with the specifiedcounterVisible
.IPortalchildren
IPortalchildren. withTitle(java.lang.String title)
Returns a copy ofthis
immutable component with the specifiedtitle
.Methods in org.zkoss.stateless.sul with parameters of type IPortalchildren Modifier and Type Method Description static IPortallayout
IPortallayout. of(IPortalchildren... children)
Returns the instance with the givenIPortalchildren
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IPortalchildren Modifier and Type Method Description static IPortallayout
IPortallayout. of(java.lang.Iterable<? extends IPortalchildren> children)
Returns the instance with the givenIPortalchildren
children.
-