Package com.iizix.prop.ui.map
Class MapMarkerContentProvider
java.lang.Object
com.iizix.prop.content.AbstractContentProvider<MapMarkerProp,MapMarker>
com.iizix.prop.ui.map.MapMarkerContentProvider
- All Implemented Interfaces:
IContentProvider<MapMarkerProp,
,MapMarker> IContentProviderAPI<MapMarkerProp,
MapMarker>
The marker content provider for the Map component. The content provider supports both VirtualSpace connection or API usage.
- Author:
- Christopher Mindus
Field Summary
Fields inherited from class com.iizix.prop.content.AbstractContentProvider
cnr
Constructor Summary
ConstructorDescriptionMapMarkerContentProvider
(int selectionType) Constructor for the content provider.Method Summary
Modifier and TypeMethodDescriptionprotected MapMarker
createContentItem
(VSRow row) Creates a new content item for a VS row.Methods inherited from class com.iizix.prop.content.AbstractContentProvider
add, beginChanges, canModifyWithAPI, clearSelection, commitChanges, dispose, get, getAll, getColumns, getFirstSelectedIndex, getItemCount, getItemsContainer, getSelectedIndicies, getTable, indexOf, initialize, isEnabledStateSynchronized, isReadOnlyStateSynchronized, isVisibleStateSynchronized, onAdded, onRemoved, onSelectionChanged, onSelectionTypeChanged, refreshContent, refreshContentItemFromVS, reinitialize, remove, remove, removeAll, setSelection, setSelection, updateContents, updateContentsFromVS, useVSConnection
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.iizix.prop.content.IContentProviderAPI
add
Constructor Details
MapMarkerContentProvider
public MapMarkerContentProvider(int selectionType) Constructor for the content provider.- Parameters:
selectionType
- The selection type: 0=none, 1=single, 2=multiple.
Method Details
createContentItem
Creates a new content item for a VS row.- Specified by:
createContentItem
in classAbstractContentProvider<MapMarkerProp,
MapMarker> - Parameters:
row
- The row.- Returns:
- The new content item associated with the row.