Interface ItemElementView.Presenter

    • Method Detail

      • getItemContainer

        com.google.gwt.dom.client.LIElement getItemContainer​(String itemId,
                                                             Map<String,​String> simplePropertiesMap,
                                                             Map<String,​Map<String,​String>> expandablePropertiesValues)
        Parameters:
        itemId - the id of the current item
        simplePropertiesMap - the properties to be put inside the UListElement
        expandablePropertiesValues - representing a single item of the list
        Returns:
        the LIElement representing all the items of the list
      • getSimpleItemsProperties

        Map<String,​Map<String,​String>> getSimpleItemsProperties()
        Retrieves a Map with the Maps of all the items' simple properties
        Returns:
        a Map where the key is the itemId of the item container, and the value is the map propertyName/propertyValue
      • getExpandableItemsProperties

        Map<String,​Map<String,​Map<String,​String>>> getExpandableItemsProperties()
        Retrieves a Map with the Maps of all the items' nested properties
        Returns:
        a Map where the key is the itemId of the item container, and the value is the map of nested properties