Interface RepeaterEntry
- All Superinterfaces:
Composite
,DataHolder
- All Known Subinterfaces:
IndexableRepeaterEntry
,ModelAwareRepeaterEntry
,ModifiableIndexableRepeaterEntry
,ModifiableModelAwareRepeaterEntry
,ModifiableRepeaterEntry
- All Known Implementing Classes:
DefaultModelAwareRepeaterEntry
,DefaultModifiableModelAwareRepeaterEntry
Interface for repeater entries
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the holding repeater of this entry.int
Retrieves the position of this entry in the repeaterMethods inherited from interface org.ametys.plugins.repository.data.holder.group.Composite
copyTo, dataToJSON, dataToSAX, getDataNames, getDefaultDataHolder, hasValue, hasValueOrEmpty
Methods inherited from interface org.ametys.plugins.repository.data.holder.DataHolder
dataToJSON, dataToSAX, getComposite, getParentDataHolder, getRepositoryData, getRootDataHolder
-
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
-