Uses of Enum Class
org.teamapps.dto.UiImageSizing
-
Uses of UiImageSizing in org.teamapps.dto
Fields in org.teamapps.dto declared as UiImageSizingModifier and TypeFieldDescriptionprotected UiImageSizingUiImageElement.imageSizingprotected UiImageSizingUiImageField.imageSizingMethods in org.teamapps.dto that return UiImageSizingModifier and TypeMethodDescriptionUiImageElement.getImageSizing()UiImageField.getImageSizing()static UiImageSizingReturns the enum constant of this class with the specified name.static UiImageSizing[]UiImageSizing.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiImageSizingModifier and TypeMethodDescriptionUiImageElement.setImageSizing(UiImageSizing imageSizing) UiImageField.setImageSizing(UiImageSizing imageSizing)