Interface TableTemplateProvider

All Known Subinterfaces:
ContentListEditorValue, Dataset, ObjectChooserEditorValue, TabListEditorValue

public interface TableTemplateProvider
Definition of a table template providing editor.
Since:
4.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Key to store the selection.
    static final String
    Key to store the selection's value.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable TableTemplate
    Get the table template for this value based on the form's definition.
  • Field Details

  • Method Details

    • getTableTemplate

      @Nullable @Nullable TableTemplate getTableTemplate()
      Get the table template for this value based on the form's definition.
      Returns:
      The table template or null, if no such template exists.
      Since:
      4.0