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