setHandler Function

fun setHandler(handler: CropHandler)

Attaches the handler that supplies the page and receives the user’s edits.

Parameters

  • handler — the handler to drive this fragment
Top