Interface KeyValueElementView.Presenter
-
- All Superinterfaces:
ElementView.Presenter<KeyValueElementView>
- All Known Implementing Classes:
KeyValueElementPresenter
- Enclosing interface:
- KeyValueElementView
public static interface KeyValueElementView.Presenter extends ElementView.Presenter<KeyValueElementView>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Map<String,String>,Map<String,String>>getItemsProperties()Retrieves aMapwith theMaps of all the items' key/value propertiescom.google.gwt.dom.client.LIElementgetKeyValueContainer(String itemId, Map<String,String> keyPropertiesValues, Map<String,String> valuePropertiesValues)-
Methods inherited from interface org.drools.workbench.screens.scenariosimulation.client.collectioneditor.ElementView.Presenter
onDeleteItem, onEditItem, onStopEditingItem, onToggleRowExpansion, onToggleRowExpansion, remove, setCollectionEditorPresenter, toggleEditingStatus, updateCommonToggleStatus, updateItem
-
-
-
-
Method Detail
-
getKeyValueContainer
com.google.gwt.dom.client.LIElement getKeyValueContainer(String itemId, Map<String,String> keyPropertiesValues, Map<String,String> valuePropertiesValues)
- Parameters:
itemId- the id of the current itemkeyPropertiesValues- the properties to be put inside theUListElementrepresenting the key of a single item of the mapkeyPropertiesValues- the properties to be put inside theUListElementrepresenting the value of a single item of the map- Returns:
- the
LIElementrepresenting all the items of the map
-
-