Uses of Interface
com.iizix.prop.content.IContentProvider
Packages that use IContentProvider
Uses of IContentProvider in com.iizix.prop.content
Subinterfaces of IContentProvider in com.iizix.prop.contentModifier and TypeInterfaceDescriptioninterface
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.Classes in com.iizix.prop.content that implement IContentProviderModifier and TypeClassDescriptionclass
AbstractContentProvider<ITEM extends IContentItem,
ITEM_CONTENT extends IContentData<ITEM>> The default content provider.Methods in com.iizix.prop.content that return IContentProviderModifier and TypeMethodDescriptionprotected IContentProvider<ITEM,
ITEM_CONTENT> AbstractContentUIContainer.createContentProvider()
Creates the content provider.protected abstract IContentProvider<ITEM,
ITEM_CONTENT> AbstractContentUIContainer.createDefaultContentProvider()
Creates and returns a new instance of a default content provider.protected IContentProvider<ITEM,
ITEM_CONTENT> AbstractContentUIContainer.getContentProvider()
Gets the or created content provider to use.Methods in com.iizix.prop.content with parameters of type IContentProviderModifier and TypeMethodDescriptionboolean
AbstractContentUIContainer.setContentProvider
(IContentProvider<ITEM, ITEM_CONTENT> customContentProvider) Sets a custom content provider to be used.Uses of IContentProvider in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IContentProviderModifier and TypeClassDescriptionclass
The marker content provider for the Map component.Uses of IContentProvider in com.iizix.prop.ui.mlist
Subinterfaces of IContentProvider in com.iizix.prop.ui.mlistModifier and TypeInterfaceDescriptioninterface
The minimum content provider interface for MList.interface
The content provider interface for MList that includes API functions to add and remove items.Classes in com.iizix.prop.ui.mlist that implement IContentProviderModifier and TypeClassDescriptionclass
The mobile list item content provider for the mobile list component.