open fun onGoto(source: UIComponent) = source.replaceWith(this) fun goto(target: UIComponent) = target.onGoto(this) inline fun goto(vararg params: Pair) = find(*params).onGoto(this, *params)