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