Interface GomTableTemplateProvider
- All Known Implementing Classes:
AbstractGomContentReferenceElement,AbstractGomTableTemplateElement,GomContentList,GomObjectChooser,GomTabList
public interface GomTableTemplateProvider
Provider for a
TableTemplateReference- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptiongetTable()Reference to the table templatevoidsetTable(TableTemplateReference table) Sets the reference to the table template
-
Method Details
-
getTable
TableTemplateReference getTable()Reference to the table template- Since:
- 3.0
-
setTable
Sets the reference to the table template- Since:
- 3.0
-