Interface KeyValueElementView.Presenter

    • 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 item
        keyPropertiesValues - the properties to be put inside the UListElement representing the key of a single item of the map
        keyPropertiesValues - the properties to be put inside the UListElement representing the value of a single item of the map
        Returns:
        the LIElement representing all the items of the map
      • getItemsProperties

        Map<Map<String,​String>,​Map<String,​String>> getItemsProperties()
        Retrieves a Map with the Maps of all the items' key/value properties
        Returns: