Uses of Interface
org.zkoss.stateless.sul.IChildrenOfNavbar
-
Packages that use IChildrenOfNavbar Package Description org.zkoss.stateless.sul -
-
Uses of IChildrenOfNavbar in org.zkoss.stateless.sul
Classes in org.zkoss.stateless.sul with type parameters of type IChildrenOfNavbar Modifier and Type Interface Description interface
IChildrenOfNavbar<I extends IChildrenOfNavbar>
An interface to indicate child is allowed forINav
.Subinterfaces of IChildrenOfNavbar in org.zkoss.stateless.sul Modifier and Type Interface Description interface
INav
ImmutableNav
componentinterface
INavitem
ImmutableNavitem
componentinterface
INavseparator
ImmutableNavseparator
componentMethods in org.zkoss.stateless.sul with parameters of type IChildrenOfNavbar Modifier and Type Method Description static INavbar
INavbar. of(IChildrenOfNavbar... children)
Returns the instance with the givenIChildrenOfNavbar
children.Method parameters in org.zkoss.stateless.sul with type arguments of type IChildrenOfNavbar Modifier and Type Method Description static INavbar
INavbar. of(java.lang.Iterable<? extends IChildrenOfNavbar> children)
Returns the instance with the givenIChildrenOfNavbar
children.
-