java.lang.Object |
↳ |
ConstraintLayout |
|
↳ |
com.mapsted.ui_components.property.PropertyListLayout |
Class Overview
PropertyListLayout displays properties in a horizontal or vertical orientation. Internally, it uses a recyclerView to show PropertyView
(horizontal orientation format) or PropertyViewWide
(vertical orientation format).
The following code shows a property list in vertical orientation.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
PropertyListLayout
(Context context)
public
PropertyListLayout
(Context context, AttributeSet attrs)
public
PropertyListLayout
(Context context, AttributeSet attrs, int defStyleAttr)
public
PropertyListLayout
(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
Public Methods
Returns
- Returns the adapter that was set to the recyclerView
public
RecyclerView
getListView
()
Returns
- Returns the recyclerView that is used to show the properties.