Uses of Interface
com.iizix.prop.content.IContentItem
Packages that use IContentItem Package Description com.iizigo.panel.prop.map com.iizigo.panel.prop.mlist com.iizix.prop.content com.iizix.prop.ui.map com.iizix.prop.ui.mlist Uses of IContentItem in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IContentItem Modifier and Type Class Description class
EMapMarkerProp
The Editor version of a map marker.Uses of IContentItem in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IContentItem Modifier and Type Class Description class
EMLItemProp
The Editor version of a mobile list items group container.Uses of IContentItem in com.iizix.prop.content
Classes in com.iizix.prop.content with type parameters of type IContentItem Modifier and Type Class Description class
AbstractContentProvider<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>
The default content provider.class
AbstractContentUIContainer<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>
A property container that handles content and has custom content provider support.interface
IContentData<ITEM extends IContentItem>
The data content interface used to carry information about an item.interface
IContentProvider<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>
Generic interface of content providing.interface
IContentProviderAPI<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>
Extends the generic interface of content providing with an API to add/remove items by means of API.interface
IContentProviderPropCnrAPI<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>
The API as an interface with default code that easily is added to a container to provide the general code.Methods in com.iizix.prop.content that return IContentItem Modifier and Type Method Description ITEM[]
AbstractContentUIContainer. getItems()
Gets the container items.Uses of IContentItem in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IContentItem Modifier and Type Class Description class
MapMarkerProp
The property container for map markers.Uses of IContentItem in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement IContentItem Modifier and Type Class Description class
MLItemProp
The property container for mobile list items.