Uses of Class
com.iizix.prop.ui.mlist.MLItemProp
Packages that use MLItemProp Package Description com.iizigo.panel.prop.mlist com.iizix.prop.ui.mlist Uses of MLItemProp in com.iizigo.panel.prop.mlist
Subclasses of MLItemProp in com.iizigo.panel.prop.mlist Modifier and Type Class Description class
EMLItemProp
The Editor version of a mobile list items group container.Methods in com.iizigo.panel.prop.mlist that return MLItemProp Modifier and Type Method Description protected 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 MLItemProp Modifier and Type Method Description MLItemProp
MLItemProp. 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.MLItemProp
MList. getActionItem()
Returns the action that last triggered the OnUIAction, VSAction or VS focus.MLItemProp
MLItem. getItemProp()
Returns the item property assigned for this instance.Methods in com.iizix.prop.ui.mlist that return types with arguments of type MLItemProp Modifier and Type Method Description java.lang.Class<MLItemProp>
MLGroup. getItemClass()
Return the class of items stored in the container.Methods in com.iizix.prop.ui.mlist with parameters of type MLItemProp Modifier and Type Method Description void
MLItem. addMappings(VSMappings mappings, java.lang.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.