Modifier and Type | Class and Description |
---|---|
static class |
DataBindingUtil.DataBinderRef
Represents a reference to an injected or generated data binder.
|
Modifier and Type | Field and Description |
---|---|
static String |
BINDER_MODEL_TYPE_VALUE |
static Annotation[] |
MODEL_QUALIFICATION |
static String |
TRANSIENT_BINDER_VALUE |
Modifier and Type | Method and Description |
---|---|
static Set<MetaClass> |
getAllBindableTypes(com.google.gwt.core.ext.GeneratorContext context)
Returns all bindable types on the classpath.
|
static Set<MetaClass> |
getConfiguredBindableTypes()
Reads bindable types from all ErraiApp.properties files on the classpath.
|
static boolean |
isBindableType(MetaClass type)
Checks if the provided type is bindable.
|
static DataBindingUtil.DataBinderRef |
lookupDataBinderRef(InjectableInstance<?> inst)
|
public static final String TRANSIENT_BINDER_VALUE
public static final String BINDER_MODEL_TYPE_VALUE
public static final Annotation[] MODEL_QUALIFICATION
public static DataBindingUtil.DataBinderRef lookupDataBinderRef(InjectableInstance<?> inst)
Model
or an injected AutoBound
data binder.inst
- the injectable instancepublic static boolean isBindableType(MetaClass type)
type
- the type to checkpublic static Set<MetaClass> getAllBindableTypes(com.google.gwt.core.ext.GeneratorContext context)
context
- the current generator contextCopyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.