Class MapEditor

    • Method Detail

      • showErrors

        public void showErrors​(List<com.google.gwt.editor.client.EditorError> errors)
        GWT EDITOR CONTRACT METHODS **
        Specified by:
        showErrors in interface com.google.gwt.editor.client.HasEditorErrors<Map<String,​String>>
      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget
      • setValue

        public void setValue​(Map<String,​String> value)
        Specified by:
        setValue in interface com.google.gwt.user.client.TakesValue<Map<String,​String>>
      • getValue

        public Map<String,​String> getValue()
        Specified by:
        getValue in interface com.google.gwt.user.client.TakesValue<Map<String,​String>>