public class KeyValueEditingBoxPresenter extends EditingBoxPresenter implements KeyValueEditingBox.Presenter
collectionEditorPresenter, propertyPresenter, viewsProvider
Constructor and Description |
---|
KeyValueEditingBoxPresenter() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.dom.client.LIElement |
getEditingBox(String key,
Map<String,String> keyPropertyMap,
Map<String,String> valuePropertyMap) |
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> keyPropertyMap, Map<String,String> valuePropertyMap)
getEditingBox
in interface KeyValueEditingBox.Presenter
key
- The key representing the property, i.e Classname#propertyname (e.g Author#books)public void save()
save
in interface EditingBox.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.