| Package | Description |
|---|---|
| org.geomajas.configuration | |
| org.geomajas.service |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEditableAttributeInfo
Base information which is shared between all editable attributes.
|
class |
AbstractReadOnlyAttributeInfo
Base information which is shared between all read-only attributes.
|
class |
AssociationAttributeInfo
Linked attribute configuration information.
|
class |
AttributeBaseInfo
Deprecated.
use
AbstractAttributeInfo instead |
class |
AttributeInfo
Deprecated.
use the one of
AbstractAttributeInfo or AbstractReadOnlyAttributeInfo or
AbstractEditableAttributeInfo |
class |
GeometryAttributeInfo
Geometric attribute configuration information.
|
class |
PrimitiveAttributeInfo
Primitive attribute configuration information.
|
class |
SyntheticAttributeInfo
A synthetic attribute has its value calculated and not stored in the database.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AbstractAttributeInfo> |
FeatureInfo.getAttributesMap()
Get map with attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureInfo.setAttributesMap(Map<String,AbstractAttributeInfo> attributesMap)
Set map with the attributes indexed by name.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute<?> |
DtoConverterService.toDto(Object object,
AbstractAttributeInfo info)
Converts a server-side attribute object into a DTO attribute.
|
Copyright © 2015 Geosparc. All Rights Reserved.