Uses of Class
com.iizix.prop.ui.mlist.MLGroup
Packages that use MLGroup Package Description com.iizigo.panel.prop.mlist com.iizix.prop.ui.mlist Uses of MLGroup in com.iizigo.panel.prop.mlist
Subclasses of MLGroup in com.iizigo.panel.prop.mlist Modifier and Type Class Description class
EMLGroup
Mobile list items group container for the designer.Uses of MLGroup in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return MLGroup Modifier and Type Method Description MLGroup
MLGroup. clone()
Clones this instance.MLGroup
MList. getFirstGroup()
Gets the first group of list items.MLGroup
MList. getFirstGroupNull()
Gets the first group of list items.MLGroup
MLDefaultItemProp. getGroup()
Gets the group for the default item.MLGroup
MList. getGroup(java.lang.String name)
Gets a group of list items by name.MLGroup
MLItem. getGroup()
Gets the group associated with this item.MLGroup
MLItemProp. getGroup()
Gets the group for this item property.MLGroup
MList. getGroupNull(java.lang.String name)
Gets a group of list items by name.MLGroup
IMListContentProvider. getItemsContainer()
Returns the items container.MLGroup
MLContentProvider. getItemsContainer()
Returns the items container.Methods in com.iizix.prop.ui.mlist with parameters of type MLGroup Modifier and Type Method Description IImageTarget
IMListIconProvider. getIcon(VSRow row, MLGroup group, MLItem listItem)
Gets the icon to use for the list item and the specified VS row.