Uses of Class
org.teamapps.dto.UiImageCropperSelectionMode
-
Uses of UiImageCropperSelectionMode in org.teamapps.dto
Fields in org.teamapps.dto declared as UiImageCropperSelectionMode Modifier and Type Field Description protected UiImageCropperSelectionModeUiImageCropper. selectionModeprotected UiImageCropperSelectionModeUiImageCropper.SetSelectionModeCommand. selectionModeMethods in org.teamapps.dto that return UiImageCropperSelectionMode Modifier and Type Method Description UiImageCropperSelectionModeUiImageCropper. getSelectionMode()UiImageCropperSelectionModeUiImageCropper.SetSelectionModeCommand. getSelectionMode()static UiImageCropperSelectionModeUiImageCropperSelectionMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiImageCropperSelectionMode[]UiImageCropperSelectionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiImageCropperSelectionMode Constructor Description SetSelectionModeCommand(java.lang.String componentId, UiImageCropperSelectionMode selectionMode)UiImageCropper(java.lang.String imageUrl, UiImageCropperSelectionMode selectionMode, float aspectRatio)