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 Map s 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, updateItem
com.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–2020 JBoss by Red Hat. All rights reserved.