Uses of Class
org.zkoss.stateless.sul.IToolbar.Orient
-
Packages that use IToolbar.Orient Package Description org.zkoss.stateless.sul -
-
Uses of IToolbar.Orient in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IToolbar.Orient Modifier and Type Method Description static IToolbar.Orient
IToolbar.Orient. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IToolbar.Orient[]
IToolbar.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 IToolbar.Orient Modifier and Type Method Description default IToolbar<I>
IToolbar. withOrient(IToolbar.Orient orient)
Returns a copy ofthis
immutable component with the specifiedorient
.
-