| Package | Description |
|---|---|
| org.geomajas.configuration | |
| org.geomajas.configuration.client | |
| org.geomajas.configuration.validation |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LayerExtraInfo
Marker interface objects which can be added in layer configuration, using
LayerInfo.setExtraInfo(java.util.Map). |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeInfo
Base information which is shared between all attributes.
|
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 |
CircleInfo
Circle configuration information.
|
class |
FeatureInfo
Information about a Feature, indicates how an object can be converted to a feature.
|
class |
FeatureStyleInfo
Style configuration information.
|
class |
FontStyleInfo
Information about how to access and how to render the label attribute.
|
class |
GeometryAttributeInfo
Geometric attribute configuration information.
|
class |
ImageInfo
Image configuration information.
|
class |
LabelStyleInfo
Information about how to access and how to render the label attribute.
|
class |
LayerInfo
Layer configuration info.
|
class |
NamedStyleInfo
A named layer style for vector layers.
|
class |
Parameter
Representation of a generic parameter for the configuration.
|
class |
PrimitiveAttributeInfo
Primitive attribute configuration information.
|
class |
RasterLayerInfo
Information about a raster layer.
|
class |
RectInfo
Rectangle configuration information.
|
class |
SnappingRuleInfo
Snapping rule configuration information.
|
class |
SymbolInfo
Symbol configuration information.
|
class |
SyntheticAttributeInfo
A synthetic attribute has its value calculated and not stored in the database.
|
class |
VectorLayerInfo
Information about a vector layer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientUserDataInfo
Use this interface to define custom data classes to be passed to the client.
|
interface |
ClientWidgetInfo
Marker interface for widget information which is contained in the map (or application)
and needs to be sent to the client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoundsLimitOption
Available options to limit (e.g.
|
class |
ClientApplicationInfo
Base application info entry point.
|
static class |
ClientApplicationInfo.DummyClientUserDataInfo
Dummy implementation to keep GWT serializer happy !
|
static class |
ClientApplicationInfo.DummyClientWidgetInfo
Dummy implementation to keep GWT serializer happy !
|
class |
ClientLayerInfo
Abstract class that contains the metadata properties that are common to all client layers.
|
class |
ClientLayerTreeInfo
Configuration of a layer tree.
|
class |
ClientLayerTreeNodeInfo
Representation of a node in the layer tree widget.
|
class |
ClientMapInfo
Map configuration.
|
class |
ClientPreferredPixelsPerTile
Configuration of the preferred pixels per tile on the map.
|
class |
ClientRasterLayerInfo
Client side raster layer metadata.
|
class |
ClientToolbarInfo
Representation of a configured toolbar.
|
class |
ClientToolInfo
Representation of a tool.
|
class |
ClientVectorLayerInfo
Client side vector layer metadata.
|
class |
ScaleConfigurationInfo
Scale configuration of the map.
|
class |
ScaleInfo
Represents a single scale.
|
class |
ScaleUnit
Scale unit type.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConstraintInfo
Base class for validation constraints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssertFalseConstraintInfo
The constrained attribute must be false.
|
class |
AssertTrueConstraintInfo
The constrained attribute must be true.
|
class |
DecimalMaxConstraintInfo
The value of the constrained number attribute must be lower or equal to the specified maximum.
|
class |
DecimalMinConstraintInfo
The value of the constrained number attribute must be higher or equal to the specified minimum.
|
class |
DigitsConstraintInfo
The value of the constrained number attribute must have a maximum number of integer and/or fractional digits.
|
class |
FutureConstraintInfo
The constrained date attribute value must be a date in the future.
|
class |
MaxConstraintInfo
The value of the constrained number attribute (integer type) must be lower or equal to the specified maximum.
|
class |
MinConstraintInfo
The value of the constrained number attribute (integer type) must be higher or equal to the specified minimum.
|
class |
NotNullConstraintInfo
The value of the constrained attribute must not be null.
|
class |
NullConstraintInfo
The value of the constrained attribute must be null.
|
class |
PastConstraintInfo
The constrained date attribute value must be a date in the past.
|
class |
PatternConstraintInfo
The constrained string attribute must match the following regular expression.
|
class |
SizeConstraintInfo
The constrained attribute must have a size between the specified boundaries (included).
|
class |
ValidatorInfo
Validator configuration information.
|
Copyright © 2015 Geosparc. All Rights Reserved.