Uses of Interface
com.iizix.prop.content.IContentData
Packages that use IContentData
Uses of IContentData in com.iizix.prop.content
Classes in com.iizix.prop.content with type parameters of type IContentDataModifier and TypeClassDescriptionclassAbstractContentProvider<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 IContentDataModifier and TypeMethodDescriptionAbstractContentProvider.getAll()Gets the content items.AbstractContentUIContainer.getAll()Gets all items.IContentProvider.getAll()Returns the array of content data provided.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 IContentDataModifier and TypeMethodDescriptionvoidIContentItem.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 IContentDataModifier and TypeClassDescriptionclassThe marker for the map consists of a location, text and attributes.Methods in com.iizix.prop.ui.map with parameters of type IContentDataModifier and TypeMethodDescriptionvoidMapMarkerProp.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 IContentDataModifier and TypeClassDescriptionclassThe checkbox list item class.classComboBox is a value field that will show a overlay widget to select its value from.classDate/time input in form of a pop-up to input a date and/or time in various forms.classThe list item for the mobile list.classThe radio button list item class.classThe simple list item class.classSlider is a component that accepts any user input (sliding selection on a numeric value).classSpinner is a value field that will show a drop-down widget to select its value from.classThe switch list item class.classText 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 IContentDataModifier and TypeMethodDescriptionfinal voidMLItemProp.setContentItem(IContentData<?> itemData) Returns the content item that has initialized this property container.