Interface WTemplateFormView.FieldView

Enclosing class:
WTemplateFormView

public static interface WTemplateFormView.FieldView
Interface for custom update methods for field data.
  • Method Summary

    Modifier and Type Method Description
    void updateModelValue()
    Update the model's data based on the widget's value.
    void updateViewValue()
    Update the widget's value based on the model's data.
  • Method Details

    • updateViewValue

      void updateViewValue()
      Update the widget's value based on the model's data.
    • updateModelValue

      void updateModelValue()
      Update the model's data based on the widget's value.