public static interface ItemElementView.Presenter extends ElementView.Presenter<ItemElementView>
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.dom.client.LIElement |
getItemContainer(String itemId,
Map<String,String> propertiesMap) |
List<Map<String,String>> |
getItemsProperties()
Retrieves a
List with the Maps of all the items' properties |
onDeleteItem, onEditItem, onStopEditingItem, onToggleRowExpansion, onToggleRowExpansion, remove, setCollectionEditorPresenter, toggleEditingStatus, updateItemcom.google.gwt.dom.client.LIElement getItemContainer(String itemId, Map<String,String> propertiesMap)
itemId - the id of the current itempropertiesMap - the properties to be put inside the UListElement
representing a single item of the listLIElement representing all the items of the listCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.