public interface IContentData<ITEM extends IContentItem>
Modifier and Type | Method and Description |
---|---|
void |
addMappings(VSMappings mappings,
String uiRef,
ITEM item)
Adds the mappings of a VirtualSpace to the panel components.
|
ITEM |
getItemProp()
Returns the property that was used to update this data content.
|
VSRow |
getVSRow()
Gets the associated VSRow for this item.
|
void |
initialize(ITEM item)
Initializes the item property from the content data.
|
boolean |
isSelected()
Gets the selection state of the item.
|
void |
refreshFromVS(int[] columns)
Refreshes contents from VirtualSpace.
|
String |
setSelection(boolean on)
Sets the selection state of an item.
|
String |
setSelectionInternal(boolean on)
Internal method to sets the selection state of an item.
|
void refreshFromVS(int[] columns)
columns
- The connected table columns indicies, -1 for none.VSRow getVSRow()
ITEM getItemProp()
void initialize(ITEM item)
item
- The item.boolean isSelected()
String setSelection(boolean on)
on
- The new selection state.String setSelectionInternal(boolean on)
on
- The new selection state.void addMappings(VSMappings mappings, String uiRef, ITEM item)
The default is to find the relative references to VS and add those references. Override to provide other functionality.
mappings
- The mappings instance to fill in.uiRef
- The reference.item
- The item property.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.