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 interface
ILayoutRegion<I extends ILayoutRegion>
ImmutableLayoutRegion
interfaceSubinterfaces of ILayoutRegion in org.zkoss.stateless.sul Modifier and Type Interface Description interface
ICenter<I extends IAnyGroup>
ImmutableCenter
componentinterface
IEast<I extends IAnyGroup>
ImmutableEast
componentinterface
INorth<I extends IAnyGroup>
ImmutableNorth
componentinterface
ISouth<I extends IAnyGroup>
ImmutableSouth
componentinterface
IWest<I extends IAnyGroup>
ImmutableWest
componentMethods in org.zkoss.stateless.sul with parameters of type ILayoutRegion Modifier and Type Method Description static IBorderlayout
IBorderlayout. 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 IBorderlayout
IBorderlayout. of(java.lang.Iterable<? extends ILayoutRegion> children)
Returns the instance with the given children (i.e.default IBorderlayout
IBorderlayout. withAllComponents(java.lang.Iterable<? extends ILayoutRegion> elements)
-