public static interface ItemEditingBox.Presenter extends EditingBox.Presenter
Modifier and Type | Method and Description |
---|---|
com.google.gwt.dom.client.LIElement |
getEditingBox(String key,
Map<String,String> simplePropertiesMap,
Map<String,Map<String,String>> expandablePropertiesMap) |
close, save, setCollectionEditorPresenter
com.google.gwt.dom.client.LIElement getEditingBox(String key, Map<String,String> simplePropertiesMap, Map<String,Map<String,String>> expandablePropertiesMap)
key
- The key representing the property, i.e Classname#propertyname (e.g Author#books)simplePropertiesMap
- the simple properties tho showexpandablePropertiesMap
- the expandable properties to showCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.