|
|
|
@ -3,6 +3,10 @@ package net.pokeranalytics.android.ui.adapter.components |
|
|
|
import android.view.ViewGroup |
|
|
|
import android.view.ViewGroup |
|
|
|
import androidx.recyclerview.widget.RecyclerView |
|
|
|
import androidx.recyclerview.widget.RecyclerView |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
interface EditableDataDelegate : DynamicRowDelegate { |
|
|
|
|
|
|
|
fun setValue(value: Any, row: DynamicRowInterface) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
interface DynamicRowDelegate { |
|
|
|
interface DynamicRowDelegate { |
|
|
|
|
|
|
|
|
|
|
|
fun adapterRows() : ArrayList<DynamicRowInterface> |
|
|
|
fun adapterRows() : ArrayList<DynamicRowInterface> |
|
|
|
|