Uses of Enum Class
org.teamapps.dto.UiImageCropperSelectionMode
-
Uses of UiImageCropperSelectionMode in org.teamapps.dto
Subclasses with type arguments of type UiImageCropperSelectionMode in org.teamapps.dtoFields in org.teamapps.dto declared as UiImageCropperSelectionModeModifier and TypeFieldDescriptionprotected UiImageCropperSelectionModeUiImageCropper.selectionModeprotected UiImageCropperSelectionModeUiImageCropper.SetSelectionModeCommand.selectionModeMethods in org.teamapps.dto that return UiImageCropperSelectionModeModifier and TypeMethodDescriptionUiImageCropper.getSelectionMode()UiImageCropper.SetSelectionModeCommand.getSelectionMode()static UiImageCropperSelectionModeReturns the enum constant of this class with the specified name.static UiImageCropperSelectionMode[]UiImageCropperSelectionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiImageCropperSelectionModeModifierConstructorDescriptionSetSelectionModeCommand(String componentId, UiImageCropperSelectionMode selectionMode) UiImageCropper(String imageUrl, UiImageCropperSelectionMode selectionMode, float aspectRatio)