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, setCollectionEditorPresenter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, setCollectionEditorPresenter
public com.google.gwt.dom.client.LIElement getEditingBox(String key, Map<String,String> simplePropertiesMap, Map<String,Map<String,String>> expandablePropertiesMap)
getEditingBox
in interface ItemEditingBox.Presenter
key
- 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.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.