ListItemViewModel
The ViewModel for an item in a TtListRecyclerView.
Types
Properties
Inherited functions
Link copied to clipboard
Retrieves the DrawableResolver. If it returns null
, no image information will be presented in the indicator. If both getStringResolver and getDrawableResolver return a non-null value, the return value of getStringResolver will be adopted by TtScrollBar first.
Link copied to clipboard
Retrieves the StringResolver. If it returns null
, no text information will be presented in the indicator. If both getStringResolver and getDrawableResolver return a non-null value, the return value of getStringResolver will be adopted by TtScrollBar first.