Class ItemEditingBoxPresenter

    • Field Detail

      • nestedPropertiesNamesList

        protected List<String> nestedPropertiesNamesList
    • Constructor Detail

      • ItemEditingBoxPresenter

        public ItemEditingBoxPresenter()
    • Method Detail

      • getEditingBox

        public com.google.gwt.dom.client.LIElement getEditingBox​(String key,
                                                                 Map<String,​String> simplePropertiesMap,
                                                                 Map<String,​Map<String,​String>> expandablePropertiesMap)
        Specified by:
        getEditingBox in interface ItemEditingBox.Presenter
        Parameters:
        key - The key representing the property, i.e Classname#propertyname (e.g Author#books)
        simplePropertiesMap - the simple properties tho show
        expandablePropertiesMap - the expandable properties to show
        Returns:
      • addExpandableItemEditingBox

        protected void addExpandableItemEditingBox​(ItemEditingBox containerItemEditingBox,
                                                   Map<String,​String> propertiesMap,
                                                   String key,
                                                   String propertyName)
        Parameters:
        containerItemEditingBox -
        propertiesMap -
        key -
        propertyName -