Interface GomIndexTreatment
- All Known Implementing Classes:
- AbstractGomContentReferenceElement,- AbstractGomTableTemplateElement,- GomContentList,- GomDataset,- GomObjectChooser,- GomTabList
public interface GomIndexTreatment
Interface for GOM elements allowing to define their treatment wrt. indexing.
- Since:
- 5.2.12
- 
Method SummaryModifier and TypeMethodDescriptionProvides the option defining how to treat following associations.voidsetIndexTreatment(@Nullable Treatment treatment) Sets the option on how to treat following associations.
- 
Method Details- 
getIndexTreatmentTreatment getIndexTreatment()Provides the option defining how to treat following associations.- Returns:
- The desired treatment.
- Since:
- 5.2.12
 
- 
setIndexTreatmentSets the option on how to treat following associations.- Parameters:
- treatment- The treatment to be used.
- Since:
- 5.2.12
 
 
-