Uses of Class
org.teamapps.dto.UiImageSizing
-
-
Uses of UiImageSizing in org.teamapps.dto
Fields in org.teamapps.dto declared as UiImageSizing Modifier and Type Field Description protected UiImageSizingUiImageElement. imageSizingprotected UiImageSizingUiImageField. imageSizingprotected UiImageSizingUiImageField.SetImageSizingCommand. imageSizingMethods in org.teamapps.dto that return UiImageSizing Modifier and Type Method Description UiImageSizingUiImageElement. getImageSizing()UiImageSizingUiImageField. getImageSizing()UiImageSizingUiImageField.SetImageSizingCommand. getImageSizing()static UiImageSizingUiImageSizing. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiImageSizing[]UiImageSizing. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiImageSizing Modifier and Type Method Description UiImageElementUiImageElement. setImageSizing(UiImageSizing imageSizing)UiImageFieldUiImageField. setImageSizing(UiImageSizing imageSizing)Constructors in org.teamapps.dto with parameters of type UiImageSizing Constructor Description SetImageSizingCommand(java.lang.String componentId, UiImageSizing imageSizing)
-