abstract class DefaultChildItem : ChildItem
Default implementation of ChildItem
Author
Camerash
See Also
inner class ViewHolder : ViewHolder
Default implementation of ViewHolder of ChildItem |
DefaultChildItem()
Default implementation of ChildItem |
open fun getDefaultBackgroundColorRes(): Int
Supply the default color resource used by ChildItem background (Unselected) |
|
open fun getDefaultTextColorRes(): Int
Supply the default color resource used by ChildItem text (Unselected) |
|
open fun getLayoutRes(): Int
Supply default layout resource |
|
open fun getSelectedBackgroundColorRes(): Int
Supply the selected color resource used by ChildItem background |
|
open fun getSelectedTextColorRes(): Int
Supply the selected color resource used by ChildItem text |
|
open fun getViewHolder(v: View): ViewHolder
Supply the ViewHolder implementation |
abstract fun getTitle(): String
Supply title for the ChildItem |