public class ItemEditingBoxPresenter extends EditingBoxPresenter implements ItemEditingBox.Presenter
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
nestedPropertiesNamesList |
collectionEditorPresenter, propertyPresenter, viewsProvider| Constructor and Description |
|---|
ItemEditingBoxPresenter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addExpandableItemEditingBox(ItemEditingBox containerItemEditingBox,
Map<String,String> propertiesMap,
String key,
String propertyName) |
com.google.gwt.dom.client.LIElement |
getEditingBox(String key,
Map<String,String> simplePropertiesMap,
Map<String,Map<String,String>> expandablePropertiesMap) |
void |
save() |
close, setCollectionEditorPresenterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, setCollectionEditorPresenterpublic com.google.gwt.dom.client.LIElement getEditingBox(String key, Map<String,String> simplePropertiesMap, Map<String,Map<String,String>> expandablePropertiesMap)
getEditingBox in interface ItemEditingBox.Presenterkey - The key representing the property, i.e Classname#propertyname (e.g Author#books)simplePropertiesMap - the simple properties tho showexpandablePropertiesMap - the expandable properties to showpublic void save()
save in interface EditingBox.PresenterCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.