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 TypeClassDescriptionclass
The Editor version of a mobile list items group container.Methods in com.iizigo.panel.prop.mlist that return MLItemPropModifier and TypeMethodDescriptionprotected MLItemProp
EMLGroup.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 MLItemProp
MLGroup.createItem
(Atom atom, MLItem data) Creates a new property item from an item data holder and initializes the property.protected MLItemProp
MLGroup.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 TypeMethodDescriptionvoid
MLItem.addMappings
(VSMappings mappings, String uiRef, MLItemProp item) Adds the mappings of a VirtualSpace to the panel components.void
MLCheckBox.initialize
(MLItemProp item) Initializes the item property from the content data.void
MLComboBox.initialize
(MLItemProp item) Initializes the item property from the content data.void
MLDateTime.initialize
(MLItemProp item) Initializes the item property from the content data.void
MLRadioButton.initialize
(MLItemProp item) Initializes the item property from the content data.void
MLSimple.initialize
(MLItemProp item) Initializes the item property from the content data.void
MLSlider.initialize
(MLItemProp item) Initializes the item property from the content data.void
MLSpinner.initialize
(MLItemProp item) Initializes the item property from the content data.void
MLSwitch.initialize
(MLItemProp item) Initializes the item property from the content data.void
MLText.initialize
(MLItemProp item) Initializes the item property from the content data.protected void
MLGroup.onItemAdded
(MLItemProp item) Item added event.protected void
MLGroup.onItemRemoved
(MLItemProp item) Item removed event.