public class

PropertyView

extends ConstraintLayout
implements OnInflateLayout
java.lang.Object
   ↳ ConstraintLayout
     ↳ com.mapsted.ui_components.property.PropertyView
Known Direct Subclasses

Summary

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

Public Constructors

public PropertyView (Context context)

public PropertyView (Context context, AttributeSet attrs)

public PropertyView (Context context, AttributeSet attrs, int defStyleAttr)

public PropertyView (Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)

Public Methods

public void onInflateLayout ()

public void setAsDownloading ()

public void setAsNotDownloadingState ()

public void setDownloadStatus (DownloadStatus downloadStatus)

public void setIconUrl (String iconUrl)

public void setProgressPct (int pct)

public void setTitle (String title)

public void showProgress (boolean show)