Package | Description |
---|---|
com.codename1.rad.ui.entityviews |
This package contains entity views - view components that are bound to an Entity value model.
|
com.codename1.rad.ui.image |
This class contains subclasses of AsyncImage
|
Modifier and Type | Field and Description |
---|---|
static ViewProperty<AsyncImage> |
MultiButtonEntityView.ICON
View property to bind
MultiButton.setIcon(com.codename1.ui.Image) . |
Modifier and Type | Method and Description |
---|---|
AsyncImage |
ProfileAvatarView.ImageRenderer.createImage(EntityView view,
Property property,
int rowIndex,
boolean selected,
boolean focused) |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathImage
An image that is loaded from the classpath.
|
class |
FileSystemImage
An image loaded from file system storage.
|
class |
NetworkImage
An image that is loaded over the network.
|
class |
ResourceImage
An image that is loaded from a resource file.
|
class |
StorageImage
An image that is loaded from storage.
|
class |
WrappedImage
A wrapper for an
Image so that it can be used in places that require an AsyncImage. |
Modifier and Type | Method and Description |
---|---|
AsyncImage |
FirstCharEntityImageRenderer.createImage(EntityView view,
Property property,
int rowIndex,
boolean selected,
boolean focused) |
AsyncImage |
EntityImageRenderer.createImage(EntityView view,
Property property,
int rowIndex,
boolean selected,
boolean focused) |
AsyncImage |
DefaultEntityImageRenderer.createImage(EntityView view,
Property property,
int rowIndex,
boolean selected,
boolean focused) |
Copyright © 2021. All Rights Reserved.