public static interface ItemElementView.Presenter extends ElementView.Presenter<ItemElementView>
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Map<String,String>>> |
getExpandableItemsProperties()
Retrieves a
Map with the Map s of all the items' nested properties |
com.google.gwt.dom.client.LIElement |
getItemContainer(String itemId,
Map<String,String> simplePropertiesMap,
Map<String,Map<String,String>> expandablePropertiesValues) |
Map<String,Map<String,String>> |
getSimpleItemsProperties()
Retrieves a
Map with the Map s of all the items' simple properties |
onDeleteItem, onEditItem, onStopEditingItem, onToggleRowExpansion, onToggleRowExpansion, remove, setCollectionEditorPresenter, toggleEditingStatus, updateCommonToggleStatus, updateItem
com.google.gwt.dom.client.LIElement getItemContainer(String itemId, Map<String,String> simplePropertiesMap, Map<String,Map<String,String>> expandablePropertiesValues)
itemId
- the id of the current itemsimplePropertiesMap
- the properties to be put inside the UListElement
expandablePropertiesValues
- representing a single item of the listLIElement
representing all the items of the listMap<String,Map<String,String>> getSimpleItemsProperties()
Map
with the Map
s of all the items' simple propertiesMap
where the key is the itemId of the item container, and the value is the map propertyName/propertyValueCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.