Uses of Class
com.iizix.prop.ui.mlist.MLItemProp
Packages that use MLItemProp
Uses of MLItemProp in com.iizigo.panel.prop.mlist
Subclasses of MLItemProp in com.iizigo.panel.prop.mlistModifier and TypeClassDescriptionclassThe Editor version of a mobile list items group container.Methods in com.iizigo.panel.prop.mlist that return MLItemPropModifier and TypeMethodDescriptionprotected MLItemPropEMLGroup.createListItemProp(Atom atom) Creates a list item property.Uses of MLItemProp in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return MLItemPropModifier and TypeMethodDescriptionMLItemProp.clone()Clones the property.protected MLItemPropMLGroup.createItem(Atom atom, MLItem data) Creates a new property item from an item data holder and initializes the property.protected MLItemPropMLGroup.createListItemProp(Atom atom) Creates a list item property.MList.getActionItem()Returns the action that last triggered the OnUIAction, VSAction or VS focus.MLItem.getItemProp()Returns the item property assigned for this instance.Methods in com.iizix.prop.ui.mlist that return types with arguments of type MLItemPropModifier and TypeMethodDescriptionMLGroup.getItemClass()Return the class of items stored in the container.Methods in com.iizix.prop.ui.mlist with parameters of type MLItemPropModifier and TypeMethodDescriptionvoidMLItem.addMappings(VSMappings mappings, String uiRef, MLItemProp item) Adds the mappings of a VirtualSpace to the panel components.voidMLCheckBox.initialize(MLItemProp item) Initializes the item property from the content data.voidMLComboBox.initialize(MLItemProp item) Initializes the item property from the content data.voidMLDateTime.initialize(MLItemProp item) Initializes the item property from the content data.voidMLRadioButton.initialize(MLItemProp item) Initializes the item property from the content data.voidMLSimple.initialize(MLItemProp item) Initializes the item property from the content data.voidMLSlider.initialize(MLItemProp item) Initializes the item property from the content data.voidMLSpinner.initialize(MLItemProp item) Initializes the item property from the content data.voidMLSwitch.initialize(MLItemProp item) Initializes the item property from the content data.voidMLText.initialize(MLItemProp item) Initializes the item property from the content data.protected voidMLGroup.onItemAdded(MLItemProp item) Item added event.protected voidMLGroup.onItemRemoved(MLItemProp item) Item removed event.