public interface Controllable
| Modifier and Type | Method and Description |
|---|---|
void |
setClickListener(android.view.View.OnClickListener onClickListener)
Sets the click listener to be called int the StateListView when a certain
part of the implementing view is clicked
|
void |
setImage(int drawableRes)
Sets the image to be shown in the StateListView to the drawable resource
|
void |
setMessage(java.lang.String message)
Set the message to be shown in the StateListView to the provided message
|
void setImage(int drawableRes)
drawableRes - void setMessage(java.lang.String message)
message - void setClickListener(android.view.View.OnClickListener onClickListener)
onClickListener -