| java.lang.Object | ||
| ↳ | ConstraintLayout | |
| ↳ | com.mapsted.ui_components.property.PropertyView | |
Known Direct Subclasses
|
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PropertyView(Context context) | |||||||||||
| PropertyView(Context context, AttributeSet attrs) | |||||||||||
| PropertyView(Context context, AttributeSet attrs, int defStyleAttr) | |||||||||||
| PropertyView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | onInflateLayout() | ||||||||||
| void | setAsDownloading() | ||||||||||
| void | setAsNotDownloadingState() | ||||||||||
| void | setDownloadStatus(DownloadStatus downloadStatus) | ||||||||||
| void | setIconUrl(String iconUrl) | ||||||||||
| void | setProgressPct(int pct) | ||||||||||
| void | setTitle(String title) | ||||||||||
| void | showProgress(boolean show) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.mapsted.ui_components.property.OnInflateLayout
| |||||||||||