Interface IListSymbolFactory
public interface IListSymbolFactory
Interface for implementing custom symbols for lists
-
Method Summary
Modifier and TypeMethodDescriptioncreateSymbol(int index, IPropertyContainer list, IPropertyContainer listItem) Creates symbol.
-
Method Details
-
createSymbol
Creates symbol.- Parameters:
index- - the positive (greater then zero) index of list item in list.list- - theIPropertyContainerwith all properties of corresponding list.listItem- - theIPropertyContainerwith all properties of corresponding list item.- Returns:
- the
IElementrepresenting symbol.
-