Uses of Class
org.compiere.model.MImage
-
Packages that use MImage Package Description org.adempiere.webui.adwindow org.adempiere.webui.component org.adempiere.webui.util org.adempiere.webui.window org.compiere.model Provides for.... -
-
Uses of MImage in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow that return MImage Modifier and Type Method Description MImageAbstractADWindowContent. getImage()MImageADWindow. getMImage() -
Uses of MImage in org.adempiere.webui.component
Constructors in org.adempiere.webui.component with parameters of type MImage Constructor Description DecorateInfo(MImage imageData) -
Uses of MImage in org.adempiere.webui.util
Methods in org.adempiere.webui.util with parameters of type MImage Modifier and Type Method Description static URLManageImageCache. getImageInternalUrl(MImage image)investigate image path of MImage, if path is a internal return internal url other return nullStringManageImageCache. loadImage(MImage mImage)if MImage contain extend image or binary image data, load it into cache and return key other return null -
Uses of MImage in org.adempiere.webui.window
Constructors in org.adempiere.webui.window with parameters of type MImage Constructor Description WImageDialog(MImage mImage)Constructor -
Uses of MImage in org.compiere.model
Methods in org.compiere.model that return MImage Modifier and Type Method Description static MImageMImage. get(int AD_Image_ID)Get MImage from Cache (immutable)static MImageMImage. get(Properties ctx, int AD_Image_ID)Get MImage (Immutable) from Cachestatic MImageMImage. getCopy(Properties ctx, int AD_Image_ID, String trxName)Get updateable copy of MImage from cacheMImageGridWindow. getMImage()MImageMImage. markImmutable()Methods in org.compiere.model with parameters of type MImage Modifier and Type Method Description booleanIImageStore. delete(MImage image, MStorageProvider prov)booleanImageDBStorageImpl. delete(MImage image, MStorageProvider prov)booleanImageFileStorageImpl. delete(MImage image, MStorageProvider prov)voidIImageStore. flush(MImage image, MStorageProvider prov)voidImageDBStorageImpl. flush(MImage image, MStorageProvider prov)voidImageFileStorageImpl. flush(MImage image, MStorageProvider prov)byte[]IImageStore. load(MImage image, MStorageProvider prov)byte[]ImageDBStorageImpl. load(MImage image, MStorageProvider prov)byte[]ImageFileStorageImpl. load(MImage image, MStorageProvider prov)voidIImageStore. save(MImage image, MStorageProvider prov, byte[] inflatedData)voidImageDBStorageImpl. save(MImage image, MStorageProvider prov, byte[] inflatedData)voidImageFileStorageImpl. save(MImage image, MStorageProvider prov, byte[] inflatedData)Constructors in org.compiere.model with parameters of type MImage Constructor Description MImage(Properties ctx, MImage copy)MImage(Properties ctx, MImage copy, String trxName)MImage(MImage copy)
-