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 TypeClassDescriptionclass
The checkbox list item class.class
ComboBox is a value field that will show a overlay widget to select its value from.class
Date/time input in form of a pop-up to input a date and/or time in various forms.class
The radio button list item class.class
The simple list item class.class
Slider is a component that accepts any user input (sliding selection on a numeric value).class
Spinner is a value field that will show a drop-down widget to select its value from.class
The switch list item class.class
Text 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 MLItem
MLContentProvider.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 TypeMethodDescriptionvoid
Inserts a new item before the specified index in the first group.void
Adds a new item last in the first group.protected MLItemProp
MLGroup.createItem
(Atom atom, MLItem data) Creates a new property item from an item data holder and initializes the property.default IImageTarget
IMListContentProvider.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.void
IMLActionButtonListener.onActionButtonInvoked
(MLItem item) Called when the action button is invoked by the user.void
MLDateTime.onActionButtonInvoked
(MLItem item) Called when the action button is invoked by the user.void
MLSlider.onActionButtonInvoked
(MLItem item) Called when the action button is invoked by the user.void
MLSpinner.onActionButtonInvoked
(MLItem item) Called when the action button is invoked by the user.void
MLText.onActionButtonInvoked
(MLItem item) Called when the action button is invoked by the user.void
IMLArrowActionListener.onArrowInvoked
(MLItem item) Called when the item arrow is invoked by the user.void
MLCheckBox.onArrowInvoked
(MLItem item) Called when the arrow action is invoked.void
MLDateTime.onArrowInvoked
(MLItem item) Called when the arrow action is invoked.void
MLRadioButton.onArrowInvoked
(MLItem item) Called when the arrow action is invoked.void
MLSimple.onArrowInvoked
(MLItem item) Called when the arrow action is invoked.void
MLSlider.onArrowInvoked
(MLItem item) Called when the arrow action is invoked.void
MLSpinner.onArrowInvoked
(MLItem item) Called when the arrow action is invoked.void
MLSwitch.onArrowInvoked
(MLItem item) Called when the arrow action is invoked.void
MLText.onArrowInvoked
(MLItem item) Called when the arrow action is invoked.boolean
Removes an item from the first group.