Interface TableTemplateProvider
- All Known Subinterfaces:
ContentListEditorValue
,Dataset
,ObjectChooserEditorValue
,TabListEditorValue
public interface TableTemplateProvider
Definition of a table template providing editor.
- Since:
- 4.0
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable TableTemplate
Get the table template for this value based on the form's definition.
-
Field Details
-
SELECTION_KEY
Key to store the selection.- Since:
- 4.0
- See Also:
-
SELECTION_VALUE_KEY
Key to store the selection's value.- Since:
- 4.0
- See Also:
-
-
Method Details
-
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
-