onClick

abstract fun onClick()

Child view's click function should call this #onClick method. This way UiContainer will be notified about view(or button) click and will do necessary action.