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 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.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 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 voidIContentItem. 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 classMapMarkerThe 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 voidMapMarkerProp. 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 classMLCheckBoxThe checkbox list item class.classMLComboBoxComboBox is a value field that will show a overlay widget to select its value from.classMLDateTimeDate/time input in form of a pop-up to input a date and/or time in various forms.classMLItemThe list item for the mobile list.classMLRadioButtonThe radio button list item class.classMLSimpleThe simple list item class.classMLSliderSlider is a component that accepts any user input (sliding selection on a numeric value).classMLSpinnerSpinner is a value field that will show a drop-down widget to select its value from.classMLSwitchThe switch list item class.classMLTextText 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 voidMLItemProp. setContentItem(IContentData<?> itemData)Returns the content item that has initialized this property container.