Uses of Class
org.teamapps.ux.component.imagecropper.ImageCropperSelectionMode
-
Packages that use ImageCropperSelectionMode Package Description org.teamapps.ux.component.field.upload org.teamapps.ux.component.imagecropper -
-
Uses of ImageCropperSelectionMode in org.teamapps.ux.component.field.upload
Methods in org.teamapps.ux.component.field.upload with parameters of type ImageCropperSelectionMode Modifier and Type Method Description voidPictureChooser. setImageCropperSelectionMode(ImageCropperSelectionMode selectionMode) -
Uses of ImageCropperSelectionMode in org.teamapps.ux.component.imagecropper
Methods in org.teamapps.ux.component.imagecropper that return ImageCropperSelectionMode Modifier and Type Method Description ImageCropperSelectionModeImageCropper. getSelectionMode()static ImageCropperSelectionModeImageCropperSelectionMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageCropperSelectionMode[]ImageCropperSelectionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.imagecropper with parameters of type ImageCropperSelectionMode Modifier and Type Method Description voidImageCropper. setSelectionMode(ImageCropperSelectionMode selectionMode)
-