open class ViewNode
<init> |
ViewNode(id: Int, level: Int, position: Int, data: MutableMap<String!, Any!>!) |
addChild |
open fun addChild(n: ViewNode!): Unit |
getChildAt |
open fun getChildAt(index: Int): ViewNode! |
getChildCount |
open fun getChildCount(): Int |
getData |
open fun getData(): MutableMap<String!, Any!>! |
getId |
open fun getId(): Int |
getLevel |
open fun getLevel(): Int |
getPosition |
open fun getPosition(): Int |
toJson |
open fun toJson(): JSONObject! |