void | MList.add(int index, MLItem item) | Inserts a new item before the specified index in the first group. |
---|
void | MList.add(MLItem item) | 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. |
---|
IImageTarget | IMListIconProvider.getIcon(VSRow row, MLGroup group, MLItem listItem) | Gets the icon to use for the list item and the specified VS row. |
---|
IImageTarget | 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 | MList.remove(MLItem item) | Removes an item from the first group. |
---|