Interface ComponentView

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit initView(ComponentDelegate delegate, CoroutineScope coroutineScope, Context localizedContext) This function will be called when the component is attached and the view is ready to get initialized.
      abstract Unit highlightValidationErrors() Highlight and focus on the current validation errors for the user to take action.
      abstract View getView()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • initView

         abstract Unit initView(ComponentDelegate delegate, CoroutineScope coroutineScope, Context localizedContext)

        This function will be called when the component is attached and the view is ready to get initialized.

      • highlightValidationErrors

         abstract Unit highlightValidationErrors()

        Highlight and focus on the current validation errors for the user to take action. If the component doesn't need validation or if everything is already valid, nothing will happen.