org.caleigo.core
Interface ICompositeEntityDescriptor.ICompositeFieldDescriptor
- All Superinterfaces:
- IFieldDescriptor, java.io.Serializable
- All Known Implementing Classes:
- CompositeEntityDescriptor.CompositeFieldGroup.CompositeFieldDescriptor
- Enclosing interface:
- ICompositeEntityDescriptor
- public static interface ICompositeEntityDescriptor.ICompositeFieldDescriptor
- extends IFieldDescriptor
The ICompositeFieldDescriptor wraps another field descriptor and in
many ways acts as a proxy for it. It can be used to alter properties
such as code and display names.
Methods inherited from interface org.caleigo.core.IFieldDescriptor |
canValidate, getCodeName, getDataType, getDefaultValue, getDisplayName, getEntityDescriptor, getFieldRelations, getLength, getReferenceFieldRelation, getSourceName, isAutoGenerated, isHiddenField, isHintField, isIdentityField, isIndexed, isNameField, isNaturalOrder, isOverviewField, isReadOnly, isReferenceField, isRequired, validateData |
getSourceFieldDescriptor
public IFieldDescriptor getSourceFieldDescriptor()
- Access method to the source field descriptor.
getFieldGroup
public ICompositeEntityDescriptor.ICompositeFieldGroup getFieldGroup()
- Returns:
- The ICompositeFieldGroup this composite field descriptor
belongs to.
Copyright © 2005 Caleigo. All Rights Reserved.