Interface RepeaterEntry
-
- All Superinterfaces:
Composite
,DataHolder
- All Known Subinterfaces:
ModifiableRepeaterEntry
- All Known Implementing Classes:
AbstractRepeaterEntry
,ModelAwareRepeaterEntry
,ModifiableModelAwareRepeaterEntry
public interface RepeaterEntry extends Composite
Interface for repeater entries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPosition()
Retrieves the position of this entry in the repeater-
Methods inherited from interface org.ametys.plugins.repository.data.holder.DataHolder
copyTo, dataToSAX, dataToSAX, getComposite, getDataNames, getParentDataHolder, getRepositoryData, getRootDataHolder, hasValue, hasValueOrEmpty
-
-
-
-
Method Detail
-
getPosition
int getPosition()
Retrieves the position of this entry in the repeater- Returns:
- the position of this entry in the repeater
-
-