![JAR search and dependency download from the Maven repository](/logo.png)
com.google.gwt.angular.client.impl.JsNgFormController Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of angulargwt Show documentation
Show all versions of angulargwt Show documentation
Fork of AngularGWT based on ltgt's maven-plugin
package com.google.gwt.angular.client.impl;
import com.google.gwt.angular.client.JsNgParserFunction;
import com.google.gwt.angular.client.NgFormController;
import com.google.gwt.angular.client.NgModelController;
import com.google.gwt.core.client.JavaScriptObject;
import elemental.json.JsonObject;
import elemental.util.ArrayOf;
/**
* Native implementation of NgModelController
*/
public class JsNgFormController extends JsCanBeJson implements NgFormController {
protected JsNgFormController() {
}
final public native NgModelController getModelController(String key) /*-{
return this[key];
}-*/;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy