@Dependent public class MapEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, LeafAttributeEditor<Map<String,String>>
Provides an editor for a Map instance of String values.
Modifier and Type | Class and Description |
---|---|
static interface |
MapEditor.View |
Modifier and Type | Field and Description |
---|---|
MapEditor.View |
view |
Constructor and Description |
---|
MapEditor(MapEditor.View view,
javax.enterprise.event.Event<ValueChangeEvent<Map<String,String>>> valueChangeEvent) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
Map<String,String> |
getValue() |
void |
init() |
void |
setValue(Map<String,String> value) |
void |
showErrors(List<com.google.gwt.editor.client.EditorError> errors)
GWT EDITOR CONTRACT METHODS **
|
public MapEditor.View view
@Inject public MapEditor(MapEditor.View view, javax.enterprise.event.Event<ValueChangeEvent<Map<String,String>>> valueChangeEvent)
@PostConstruct public void init()
public void showErrors(List<com.google.gwt.editor.client.EditorError> errors)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.