| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| Modifier and Type | Method and Description |
|---|---|
static FileEncodedImageAsync |
FileEncodedImageAsync.create(String fileName,
byte[] placeholder,
int width,
int height)
Deprecated.
use the version that accepts a name and a placeholderImage
|
static FileEncodedImageAsync |
FileEncodedImageAsync.create(String fileName,
Image placeholder)
Creates an encoded image that maps to a local file thus allowing to
seamlessly fetch files as needed.
|
Copyright © 2021. All rights reserved.