open class ViewReflector : Reflector<View!>
<init> |
ViewReflector(real: View!) |
callMethod |
open fun callMethod(methodName: String!): Any! |
callMethodByReflection |
open fun <T : Any!> callMethodByReflection(methodName: String?, vararg params: Any!): T |
getBackgroundResourceId |
open fun getBackgroundResourceId(): Int |
getKeyedTags |
open fun getKeyedTags(): SparseArray<Any!>! |