Uses of Class
org.zkoss.stateless.sul.INavbar.Orient
-
Packages that use INavbar.Orient Package Description org.zkoss.stateless.sul -
-
Uses of INavbar.Orient in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return INavbar.Orient Modifier and Type Method Description static INavbar.Orient
INavbar.Orient. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static INavbar.Orient[]
INavbar.Orient. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.stateless.sul with parameters of type INavbar.Orient Modifier and Type Method Description default INavbar
INavbar. withOrient(INavbar.Orient orient)
Returns a copy ofthis
immutable component with the specifiedorient
.
-