Package | Description |
---|---|
net.sf.mmm.client.ui.base.binding |
Contains the (base) implementations of the data binding.
|
net.sf.mmm.util.pojo.descriptor.api |
Provides the API for introspection of
Pojo s. |
net.sf.mmm.util.pojo.descriptor.base |
Contains the basic implementation of the
Introspection-API . |
net.sf.mmm.util.pojo.descriptor.base.accessor |
Contains the basic implementation of the
Introspection-Accessor-API . |
net.sf.mmm.util.pojo.descriptor.impl |
Contains the implementation of the
Introspection-API . |
net.sf.mmm.util.pojo.descriptor.impl.accessor |
Contains the implementation of the
Introspection-Accessor-API . |
net.sf.mmm.util.pojo.descriptor.impl.rebind |
Contains the GWT rebinding generator for POJO introspection.
|
Modifier and Type | Field and Description |
---|---|
private PojoDescriptor<VALUE> |
UiDataBindingAdapterImpl.descriptor
The
PojoDescriptor used to implement the functionality. |
Modifier and Type | Method and Description |
---|---|
private <V> V |
UiDataBindingAdapterImpl.copy(V value,
PojoDescriptor<V> pojoDescriptor) |
Modifier and Type | Method and Description |
---|---|
<POJO> PojoDescriptor<POJO> |
PojoDescriptorBuilder.getDescriptor(Class<POJO> pojoClass)
This method gets (or creates) the
descriptor for the given pojoClass . |
<POJO> PojoDescriptor<POJO> |
PojoDescriptorBuilder.getDescriptor(GenericType<POJO> pojoType)
This method gets (or creates) the
descriptor for the given pojoType . |
PojoDescriptor<?> |
PojoDescriptorBuilder.getDescriptor(Type pojoType)
This method gets (or creates) the
descriptor for the given pojoType . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPojoDescriptor<POJO>
This is the abstract base implementation of the
PojoDescriptor interface. |
Modifier and Type | Field and Description |
---|---|
private PojoDescriptor |
PojoMap.pojoDescriptor |
Modifier and Type | Method and Description |
---|---|
ACCESSOR |
PojoPropertyAccessorBuilder.create(Field field,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies)
This method creates the
accessor for the given field if that field is suitable
for this builder (e.g. |
ACCESSOR |
PojoPropertyAccessorBuilder.create(Method method,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies)
This method creates the
accessor for the given method if that method is
suitable for this builder (e.g. |
Constructor and Description |
---|
AbstractPojoPropertyAccessorBase(String propertyName,
Type propertyType,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies)
The constructor.
|
AbstractPojoPropertyAccessorField(PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies,
Field field)
The constructor.
|
AbstractPojoPropertyAccessorField(String propertyName,
Type propertyType,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies,
Field field)
The constructor.
|
AbstractPojoPropertyAccessorMethod(String propertyName,
Type propertyType,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies,
Method method)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPojoDescriptorImpl<POJO>
This is an abstract but mostly complete implementation of the
PojoDescriptor interface. |
class |
PojoDescriptorImpl<POJO>
This is the abstract base implementation of the
PojoDescriptor interface. |
Modifier and Type | Field and Description |
---|---|
private PojoDescriptor<?> |
PojoDescriptorGenerator.StatefulPropertyGenerator.superDescriptor |
Modifier and Type | Method and Description |
---|---|
private static PojoDescriptor<?> |
PojoDescriptorGenerator.getPojoDescriptor(com.google.gwt.core.ext.typeinfo.JClassType inputType)
This method determines the property descriptors of the
Pojo identified by
inputType . |
Modifier and Type | Method and Description |
---|---|
protected void |
PojoDescriptorGenerator.generateConstructor(com.google.gwt.user.rebind.SourceWriter sourceWriter,
String simpleName,
com.google.gwt.core.ext.typeinfo.JClassType inputType,
PojoDescriptor<?> pojoDescriptor,
com.google.gwt.core.ext.GeneratorContext context)
Generates the constructor of the
Class to generate. |
private void |
PojoDescriptorGenerator.generateMethodNewInstance(com.google.gwt.core.ext.typeinfo.JClassType inputType,
com.google.gwt.user.rebind.SourceWriter sourceWriter,
PojoDescriptor<?> pojoDescriptor)
Generates the method
newInstance() . |
Copyright © 2001–2016 mmm-Team. All rights reserved.