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 MImage
AbstractADWindowContent. getImage()
MImage
ADWindow. 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 URL
ManageImageCache. getImageInternalUrl(MImage image)
investigate image path of MImage, if path is a internal return internal url other return nullString
ManageImageCache. 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 MImage
MImage. get(int AD_Image_ID)
Get MImage from Cache (immutable)static MImage
MImage. get(Properties ctx, int AD_Image_ID)
Get MImage (Immutable) from Cachestatic MImage
MImage. getCopy(Properties ctx, int AD_Image_ID, String trxName)
Get updateable copy of MImage from cacheMImage
GridWindow. getMImage()
MImage
MImage. markImmutable()
Methods in org.compiere.model with parameters of type MImage Modifier and Type Method Description boolean
IImageStore. delete(MImage image, MStorageProvider prov)
boolean
ImageDBStorageImpl. delete(MImage image, MStorageProvider prov)
boolean
ImageFileStorageImpl. delete(MImage image, MStorageProvider prov)
void
IImageStore. flush(MImage image, MStorageProvider prov)
void
ImageDBStorageImpl. flush(MImage image, MStorageProvider prov)
void
ImageFileStorageImpl. 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)
void
IImageStore. save(MImage image, MStorageProvider prov, byte[] inflatedData)
void
ImageDBStorageImpl. save(MImage image, MStorageProvider prov, byte[] inflatedData)
void
ImageFileStorageImpl. 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)
-