Uses of Class
com.iizix.prop.content.AbstractContentUIContainer
Packages that use AbstractContentUIContainer 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 AbstractContentUIContainer in com.iizigo.panel.prop.map
Subclasses of AbstractContentUIContainer in com.iizigo.panel.prop.map Modifier and Type Class Description class
EMapMarkers
Map markers container for the designer.Uses of AbstractContentUIContainer in com.iizigo.panel.prop.mlist
Subclasses of AbstractContentUIContainer in com.iizigo.panel.prop.mlist Modifier and Type Class Description class
EMLGroup
Mobile list items group container for the designer.Uses of AbstractContentUIContainer in com.iizix.prop.content
Fields in com.iizix.prop.content declared as AbstractContentUIContainer Modifier and Type Field Description protected AbstractContentUIContainer<ITEM,ITEM_CONTENT>
AbstractContentProvider. cnr
The container.Methods in com.iizix.prop.content that return AbstractContentUIContainer Modifier and Type Method Description AbstractContentUIContainer<ITEM,ITEM_CONTENT>
AbstractContentUIContainer. clone()
Clones this instance.AbstractContentUIContainer<ITEM,ITEM_CONTENT>
AbstractContentProvider. getItemsContainer()
Returns the items container.default AbstractContentUIContainer<?,?>
IContentItem. getItemsContainer()
Returns the container for the items.AbstractContentUIContainer<ITEM,ITEM_CONTENT>
IContentProvider. getItemsContainer()
Returns the items container.Methods in com.iizix.prop.content with parameters of type AbstractContentUIContainer Modifier and Type Method Description void
AbstractContentProvider. initialize(AbstractContentUIContainer<ITEM,ITEM_CONTENT> cnr)
Called to initialize the content provider for the container instance.void
IContentProvider. initialize(AbstractContentUIContainer<ITEM,ITEM_CONTENT> cnr)
Called to initialize the content provider for the container instance.Uses of AbstractContentUIContainer in com.iizix.prop.ui.map
Subclasses of AbstractContentUIContainer in com.iizix.prop.ui.map Modifier and Type Class Description class
MapMarkers
The map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.Uses of AbstractContentUIContainer in com.iizix.prop.ui.mlist
Subclasses of AbstractContentUIContainer in com.iizix.prop.ui.mlist Modifier and Type Class Description class
MLGroup
The mobile list item group contains mobile list items placed inserted into a list that comes from a VirtualSpace table or by means of the API.