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 TypeClassDescriptionclass
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 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 TypeMethodDescriptionvoid
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 IContentDataModifier and TypeClassDescriptionclass
The marker for the map consists of a location, text and attributes.Methods in com.iizix.prop.ui.map with parameters of type IContentDataModifier and TypeMethodDescriptionvoid
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 IContentDataModifier and TypeClassDescriptionclass
The checkbox list item class.class
ComboBox is a value field that will show a overlay widget to select its value from.class
Date/time input in form of a pop-up to input a date and/or time in various forms.class
The list item for the mobile list.class
The radio button list item class.class
The simple list item class.class
Slider is a component that accepts any user input (sliding selection on a numeric value).class
Spinner is a value field that will show a drop-down widget to select its value from.class
The switch list item class.class
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 IContentDataModifier and TypeMethodDescriptionfinal void
MLItemProp.setContentItem
(IContentData<?> itemData) Returns the content item that has initialized this property container.