Interface GomViewOrderProvider
- All Superinterfaces:
GomElement,Serializable
- All Known Implementing Classes:
GomDataset
Definition of a GOM element providing information on how to sort entries in a content view.
- Since:
- 5.2.260304
-
Method Summary
Modifier and TypeMethodDescription@Nullable GomViewOrderProvides optional criteria for sorting a column in a content source view (ContentCreator only).voidsetViewOrder(@Nullable GomViewOrder viewOrder) Configures optional criteria for sorting a column in a content source view (ContentCreator only).Methods inherited from interface de.espirit.firstspirit.access.store.templatestore.gom.GomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Method Details
-
getViewOrder
Provides optional criteria for sorting a column in a content source view (ContentCreator only).- Returns:
- The sorting criteria.
- Since:
- 5.2.260304
-
setViewOrder
Configures optional criteria for sorting a column in a content source view (ContentCreator only).- Parameters:
viewOrder- The sorting criteria.- Since:
- 5.2.260304
-