Uses of Interface
com.iizix.prop.content.IContentData
Packages that use IContentData Package Description com.iizix.prop.content com.iizix.prop.ui.map com.iizix.prop.ui.mlist Uses of IContentData in com.iizix.prop.content
Classes in com.iizix.prop.content with type parameters of type IContentData 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
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 IContentData Modifier and Type Method Description ITEM_CONTENT[]
AbstractContentProvider. getAll()
Gets the content items.ITEM_CONTENT[]
AbstractContentUIContainer. getAll()
Gets all items.ITEM_CONTENT[]
IContentProvider. getAll()
Returns the array of content data provided.ITEM_CONTENT[]
IContentProviderAPI. getAll()
Gets all items.default ITEM_CONTENT[]
IContentProviderPropCnrAPI. getAll()
Gets all items.default IContentData<?>
IContentItem. getContentItem()
Returns the content item that has initialized this property container.IContentData<?>
IContentItem. getContentItem(boolean createIfNotPresent)
Returns the content item that has initialized this property container.Methods in com.iizix.prop.content with parameters of type IContentData Modifier and Type Method Description void
IContentItem. setContentItem(IContentData<?> itemData)
Returns the content item that has initialized this property container.Uses of IContentData in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IContentData Modifier and Type Class Description class
MapMarker
The marker for the map consists of a location, text and attributes.Methods in com.iizix.prop.ui.map with parameters of type IContentData Modifier and Type Method Description void
MapMarkerProp. setContentItem(IContentData<?> itemData)
Returns the content item that has initialized this property container.Uses of IContentData in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement IContentData Modifier and Type Class Description class
MLCheckBox
The checkbox list item class.class
MLComboBox
ComboBox is a value field that will show a overlay widget to select its value from.class
MLDateTime
Date/time input in form of a pop-up to input a date and/or time in various forms.class
MLItem
The list item for the mobile list.class
MLRadioButton
The radio button list item class.class
MLSimple
The simple list item class.class
MLSlider
Slider is a component that accepts any user input (sliding selection on a numeric value).class
MLSpinner
Spinner is a value field that will show a drop-down widget to select its value from.class
MLSwitch
The switch list item class.class
MLText
Text entry is a text box that accepts any user input, with the additional specification of text type to show a special keyboard (e.g.Methods in com.iizix.prop.ui.mlist with parameters of type IContentData Modifier and Type Method Description void
MLItemProp. setContentItem(IContentData<?> itemData)
Returns the content item that has initialized this property container.