Members
(inner) indicatorColor
Sets the message's color of the activity indicator.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
indicatorColor |
Number |
<optional> |
- Source:
(inner) indicatorMessage
Sets the message of the activity indicator.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
indicatorMessage |
Number |
<optional> |
- Source:
(inner) indicatorStyle
Sets the style of the activity indicator.
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
indicatorStyle |
Number |
<optional> |
DARK |
- Source:
Methods
(inner) getImage() → {String|Titanium.Blob|Titanium.Filesystem.File}
Returns the image of this ImageView
- Source:
Returns:
- Type
- String | Titanium.Blob | Titanium.Filesystem.File
(inner) hideIndicator()
Hide this ImageView's activity indicator
- Source:
(inner) setImage(image)
Sets the image of this ImageView
Parameters:
Name | Type | Description |
---|---|---|
image |
String | Titanium.Blob | Titanium.Filesystem.File |
- Source:
(inner) showIndicator()
Show an activity indicator, hiding the displayed image
- Source:
(inner) toggleIndicator(visible)
Toggle the visibility of this ImageView's activity indicator
Parameters:
Name | Type | Description |
---|---|---|
visible |
boolean |
- Source: