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