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 classEMLItemPropThe 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 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 MLItemProp Modifier and Type Method Description MLItemPropMLItemProp. 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.MLItemPropMList. getActionItem()Returns the action that last triggered the OnUIAction, VSAction or VS focus.MLItemPropMLItem. 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 voidMLItem. addMappings(VSMappings mappings, java.lang.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.