public static interface KeyValueElementView.Presenter extends ElementView.Presenter<KeyValueElementView>
| Modifier and Type | Method and Description |
|---|---|
Map<Map<String,String>,Map<String,String>> |
getItemsProperties()
Retrieves a
Map with the Maps of all the items' key/value properties |
com.google.gwt.dom.client.LIElement |
getKeyValueContainer(String itemId,
Map<String,String> keyPropertiesValues,
Map<String,String> valuePropertiesValues) |
onDeleteItem, onEditItem, onStopEditingItem, onToggleRowExpansion, onToggleRowExpansion, remove, setCollectionEditorPresenter, toggleEditingStatus, updateCommonToggleStatus, updateItemcom.google.gwt.dom.client.LIElement getKeyValueContainer(String itemId, Map<String,String> keyPropertiesValues, Map<String,String> valuePropertiesValues)
itemId - the id of the current itemkeyPropertiesValues - the properties to be put inside the UListElement
representing the key of a single item of the mapkeyPropertiesValues - the properties to be put inside the UListElement
representing the value of a single item of the mapLIElement representing all the items of the mapCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.