|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageViewBindingListener
Image view binding listener.
Nested Class Summary | |
---|---|
static class |
ImageViewBindingListener.Adapter
Image view binding listener adapter. |
Method Summary | |
---|---|
void |
imageBindMappingChanged(ImageView imageView,
ImageView.ImageBindMapping previousImageBindMapping)
Called when an image view's text bind mapping has changed. |
void |
imageBindTypeChanged(ImageView imageView,
BindType previousImageBindType)
Called when a image views's image bind type has changed. |
void |
imageKeyChanged(ImageView imageView,
String previousImageKey)
Called when an image view's image key has changed. |
Method Detail |
---|
void imageKeyChanged(ImageView imageView, String previousImageKey)
imageView
- previousImageKey
- void imageBindTypeChanged(ImageView imageView, BindType previousImageBindType)
imageView
- previousImageBindType
- void imageBindMappingChanged(ImageView imageView, ImageView.ImageBindMapping previousImageBindMapping)
imageView
- previousImageBindMapping
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |