Uses of Class
com.iizix.prop.ui.mlist.MLItemProp
Uses of MLItemProp in com.iizigo.panel.prop.mlist
Modifier and TypeClassDescriptionclass
The Editor version of a mobile list items group container.Modifier and TypeMethodDescriptionprotected MLItemProp
EMLGroup.createListItemProp
(Atom atom) Creates a list item property.Uses of MLItemProp in com.iizix.prop.ui.mlist
Modifier 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.Modifier and TypeMethodDescriptionMLGroup.getItemClass()
Return the class of items stored in the container.Modifier 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.