Uses of Class
com.iizix.prop.ui.mlist.MLItem
Packages that use MLItem
Uses of MLItem in com.iizix.prop.ui.mlist
Subclasses of MLItem in com.iizix.prop.ui.mlistModifier and TypeClassDescriptionclassThe checkbox list item class.classComboBox is a value field that will show a overlay widget to select its value from.classDate/time input in form of a pop-up to input a date and/or time in various forms.classThe radio button list item class.classThe simple list item class.classSlider is a component that accepts any user input (sliding selection on a numeric value).classSpinner is a value field that will show a drop-down widget to select its value from.classThe switch list item class.classText entry is a text box that accepts any user input, with the additional specification of text type to show a special keyboard (e.g.Methods in com.iizix.prop.ui.mlist that return MLItemModifier and TypeMethodDescriptionprotected MLItemMLContentProvider.createContentItem(VSRow row) Creates a new content item for a VS row.MList.get(int index) Removes an item at the specified index from the first group.MLItem[]MList.getAll()Gets all the list items from the first group.MLItemProp.getContentItem(boolean createIfNotPresent) Returns the content item that has initialized this property container.MList.remove(int index) Removes an item at the specified index from the first group.Methods in com.iizix.prop.ui.mlist that return types with arguments of type MLItemModifier and TypeMethodDescriptionMLGroup.getItemContentClass()Return the class of content items stored in the container.Methods in com.iizix.prop.ui.mlist with parameters of type MLItemModifier and TypeMethodDescriptionvoidInserts a new item before the specified index in the first group.voidAdds a new item last in the first group.protected MLItemPropMLGroup.createItem(Atom atom, MLItem data) Creates a new property item from an item data holder and initializes the property.default IImageTargetIMListContentProvider.getIcon(VSRow row, MLItem listItem, IImageTarget iImageTarget) Gets the icon to use for the list item and the specified VS row.Gets the icon to use for the list item and the specified VS row.MLContentProvider.getIcon(VSRow row, MLItem listItem, IImageTarget iImageTarget) Gets the icon to use for the list item and the specified VS row.voidIMLActionButtonListener.onActionButtonInvoked(MLItem item) Called when the action button is invoked by the user.voidMLDateTime.onActionButtonInvoked(MLItem item) Called when the action button is invoked by the user.voidMLSlider.onActionButtonInvoked(MLItem item) Called when the action button is invoked by the user.voidMLSpinner.onActionButtonInvoked(MLItem item) Called when the action button is invoked by the user.voidMLText.onActionButtonInvoked(MLItem item) Called when the action button is invoked by the user.voidIMLArrowActionListener.onArrowInvoked(MLItem item) Called when the item arrow is invoked by the user.voidMLCheckBox.onArrowInvoked(MLItem item) Called when the arrow action is invoked.voidMLDateTime.onArrowInvoked(MLItem item) Called when the arrow action is invoked.voidMLRadioButton.onArrowInvoked(MLItem item) Called when the arrow action is invoked.voidMLSimple.onArrowInvoked(MLItem item) Called when the arrow action is invoked.voidMLSlider.onArrowInvoked(MLItem item) Called when the arrow action is invoked.voidMLSpinner.onArrowInvoked(MLItem item) Called when the arrow action is invoked.voidMLSwitch.onArrowInvoked(MLItem item) Called when the arrow action is invoked.voidMLText.onArrowInvoked(MLItem item) Called when the arrow action is invoked.booleanRemoves an item from the first group.