Package | Description |
---|---|
com.asayama.gwt.angular.client |
Provides GWT Java wrapper around AngularJS.
|
com.asayama.gwt.jquery.client |
Modifier and Type | Method and Description |
---|---|
void |
Directive.compile(JQElement element,
JSON attrs) |
void |
AbstractDirective.compile(JQElement element,
JSON attrs) |
void |
Directive.link(NGScope scope,
JQElement element,
JSON attrs) |
void |
AbstractDirective.link(NGScope scope,
JQElement element,
JSON attrs) |
Modifier and Type | Method and Description |
---|---|
JQElement |
JQElement.addClass(String string) |
JQElement |
JQElement.append(Object o) |
JQElement |
JQElement.attr(String key,
String value) |
JQElement |
JQElement.empty() |
JQElement |
JQElement.find(String selector) |
JQElement |
JQElement.ready(JSClosure closure) |
JQElement |
JQElement.removeClass(String string) |
Copyright © 2014. All rights reserved.