Uses of Class
org.teamapps.ux.component.format.ImageSizing
-
Packages that use ImageSizing Package Description org.teamapps.ux.component.field org.teamapps.ux.component.format org.teamapps.ux.component.template.gridtemplate -
-
Uses of ImageSizing in org.teamapps.ux.component.field
Methods in org.teamapps.ux.component.field that return ImageSizing Modifier and Type Method Description ImageSizingImageField. getImageSizing()Methods in org.teamapps.ux.component.field with parameters of type ImageSizing Modifier and Type Method Description ImageFieldImageField. setImageSizing(ImageSizing imageSizing) -
Uses of ImageSizing in org.teamapps.ux.component.format
Methods in org.teamapps.ux.component.format that return ImageSizing Modifier and Type Method Description static ImageSizingImageSizing. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageSizing[]ImageSizing. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ImageSizing in org.teamapps.ux.component.template.gridtemplate
Fields in org.teamapps.ux.component.template.gridtemplate declared as ImageSizing Modifier and Type Field Description protected ImageSizingImageElement. imageSizingMethods in org.teamapps.ux.component.template.gridtemplate that return ImageSizing Modifier and Type Method Description ImageSizingImageElement. getImageSizing()Methods in org.teamapps.ux.component.template.gridtemplate with parameters of type ImageSizing Modifier and Type Method Description ImageElementImageElement. setImageSizing(ImageSizing imageSizing)
-