Uses of Interface
org.zkoss.stateless.sul.ILayoutRegion
-
Packages that use ILayoutRegion Package Description org.zkoss.stateless.sul -
-
Uses of ILayoutRegion in org.zkoss.stateless.sul
Classes in org.zkoss.stateless.sul with type parameters of type ILayoutRegion Modifier and Type Interface Description interfaceILayoutRegion<I extends ILayoutRegion>ImmutableLayoutRegioninterfaceSubinterfaces of ILayoutRegion in org.zkoss.stateless.sul Modifier and Type Interface Description interfaceICenter<I extends IAnyGroup>ImmutableCentercomponentinterfaceIEast<I extends IAnyGroup>ImmutableEastcomponentinterfaceINorth<I extends IAnyGroup>ImmutableNorthcomponentinterfaceISouth<I extends IAnyGroup>ImmutableSouthcomponentinterfaceIWest<I extends IAnyGroup>ImmutableWestcomponentMethods in org.zkoss.stateless.sul with parameters of type ILayoutRegion Modifier and Type Method Description static IBorderlayoutIBorderlayout. of(ILayoutRegion... children)Returns the instance with the given children (i.e.Method parameters in org.zkoss.stateless.sul with type arguments of type ILayoutRegion Modifier and Type Method Description static IBorderlayoutIBorderlayout. of(java.lang.Iterable<? extends ILayoutRegion> children)Returns the instance with the given children (i.e.default IBorderlayoutIBorderlayout. withAllComponents(java.lang.Iterable<? extends ILayoutRegion> elements)
-