Uses of Class
ca.corbett.forms.fields.ImageListField
Packages that use ImageListField
Package
Description
Contains UI classes for the app-extensions code, most notably the ExtensionManagerDialog.
ca.corbett.forms.fields
-
Uses of ImageListField in ca.corbett.extensions.ui
Fields in ca.corbett.extensions.ui declared as ImageListField -
Uses of ImageListField in ca.corbett.forms.fields
Methods in ca.corbett.forms.fields that return ImageListFieldModifier and TypeMethodDescriptionImageListField.addImage(BufferedImage image) Programmatically adds an image to this image field, assuming the number of images currently contained is less than the configured image limit.ImageListField.addImage(BufferedImage thumbnail, ImageIcon imageIcon) Programmatically adds an animated GIF image to this field, assuming the number of images currently contained is less than the configured image limit.ImageListField.clear()Removes all images from this field.ImageListField.removeImageAt(int index) Removes the image at the specified index.ImageListField.setMaxImageCount(int maxCount) Optionally restrict how many images this field will allow.ImageListField.setShouldExpand(boolean expand) Optionally make this FormField expand to fill the entire width of the parent FormPanel.ImageListField.setThumbnailSize(int size) Adjusts the desired thumbnail size for images in this field.