public interface DropDownModelProvider<T>
Modifier and Type | Method and Description |
---|---|
DropDownModel |
getDropDownModel(T domainObject,
int listIndex) |
DropDownModel getDropDownModel(T domainObject, int listIndex)
domainObject
- some domain objectlistIndex
- this parameter indicates the position in of the domain object in a list of domain objects.
Often generated markup uses position in the list to generate ids and the likeCopyright © 2002-2016 Atlassian. All Rights Reserved.