Interface RepeaterEntry
- All Superinterfaces:
Composite,DataHolder,ModelAwareComposite,ModelAwareDataHolder
- All Known Subinterfaces:
IndexableRepeaterEntry,ModifiableIndexableRepeaterEntry,ModifiableRepeaterEntry
- All Known Implementing Classes:
DefaultIndexableRepeaterEntry,DefaultModifiableIndexableRepeaterEntry,DefaultModifiableRepeaterEntry,DefaultRepeaterEntry
Interface for repeater entries
-
Field Summary
Fields inherited from interface org.ametys.plugins.repository.data.holder.ModelAwareDataHolder
ALTERNATIVE_SUFFIX, STATUS_SUFFIX -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the holding repeater of this entry.intRetrieves the position of this entry in the repeaterMethods inherited from interface org.ametys.plugins.repository.data.holder.group.Composite
dataToSAX, getValue, getValueOrDefault, hasValue, hasValueOrEmptyMethods inherited from interface org.ametys.plugins.repository.data.holder.DataHolder
copyTo, copyTo, dataToJSON, dataToSAX, getRepositoryDataMethods inherited from interface org.ametys.plugins.repository.data.holder.group.ModelAwareComposite
dataToJSON, dataToJSON, dataToJSON, dataToJSONForEdition, dataToMap, dataToSAX, dataToSAX, dataToSAXForEdition, getComposite, getDataNames, getDefaultDataHolder, getDefinition, getDifferences, getDifferences, getDifferences, getDifferences, getExternalComposite, getExternalRepeater, getExternalValue, getLocalComposite, getLocalRepeater, getLocalValue, getModel, getModelItemTypeExtensionPoint, getParentDataHolder, getRepeater, getRootDataHolder, getStatus, getType, getValueOfType, getValueOfTypeOrDefault, getValueOrDefault, getValueWithMultiValuedPathSegments, hasDefinition, hasDifferences, hasDifferences, hasDifferences, hasDifferences, hasExternalValue, hasExternalValueOrEmpty, hasLocalValue, hasLocalValueOrEmpty, hasValue, isMultiple, isMultipleMethods inherited from interface org.ametys.plugins.repository.data.holder.ModelAwareDataHolder
dataToJSON, dataToJSON, dataToMap, dataToMap, dataToMap, dataToSAX, dataToSAX
-
Method Details
-
getPosition
int getPosition()Retrieves the position of this entry in the repeater- Returns:
- the position of this entry in the repeater
-
getHoldingRepeater
Retrieves the holding repeater of this entry.- Returns:
- the holding repeater of this entry
-