Uses of Interface
com.iizix.prop.content.IContentProvider
Uses of IContentProvider in com.iizix.prop.content
Modifier 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.Modifier and TypeClassDescriptionclass
AbstractContentProvider<ITEM extends IContentItem,
ITEM_CONTENT extends IContentData<ITEM>> The default content provider.Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
The marker content provider for the Map component.Uses of IContentProvider in com.iizix.prop.ui.mlist
Modifier 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.Modifier and TypeClassDescriptionclass
The mobile list item content provider for the mobile list component.