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 classEMapMarkerPropThe 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 classEMLItemPropThe 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 classAbstractContentProvider<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>The default content provider.classAbstractContentUIContainer<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>A property container that handles content and has custom content provider support.interfaceIContentData<ITEM extends IContentItem>The data content interface used to carry information about an item.interfaceIContentProvider<ITEM extends IContentItem,ITEM_CONTENT extends IContentData<ITEM>>Generic interface of content providing.interfaceIContentProviderAPI<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.interfaceIContentProviderPropCnrAPI<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 classMapMarkerPropThe 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 classMLItemPropThe property container for mobile list items.