public interface Directive
Modifier and Type | Interface and Description |
---|---|
static class |
Directive.Restrict |
Modifier and Type | Method and Description |
---|---|
void |
compile(JQElement element,
JSON attrs) |
String |
getName() |
Directive.Restrict[] |
getRestrict() |
com.google.gwt.resources.client.TextResource |
getTemplate() |
String |
getTemplateUrl() |
boolean |
getTransclude() |
void |
link(NGScope scope,
JQElement element,
JSON attrs) |
NGScope |
scope() |
void |
setName(String name) |
String getName()
boolean getTransclude()
void setName(String name)
Directive.Restrict[] getRestrict()
com.google.gwt.resources.client.TextResource getTemplate()
String getTemplateUrl()
NGScope scope()
Copyright © 2014. All rights reserved.