| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.record | |
| gr.uoa.di.madgik.grs.record.field |
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldDefinition> |
RecordDefinition.Fields
The field definitions available for the hosted
Fields |
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
RecordDefinition.getDefinition(int index)
Retrieves the field definition with the provided index
|
| Constructor and Description |
|---|
GenericRecordDefinition(FieldDefinition[] fieldDefinitions)
Create a new instance
|
| Constructor and Description |
|---|
RecordDefinition(List<FieldDefinition> fieldDefinitions)
Creates a new instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileFieldDefinition
The
FieldDefinition implementation for FileField |
class |
ObjectFieldDefinition
The
FieldDefinition implementation for ObjectField. |
class |
StringFieldDefinition
The
FieldDefinition implementation for StringField |
class |
URLFieldDefinition
The
FieldDefinition implementation for URLField |
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
Field.getFieldDefinition()
|
Copyright © 2014. All Rights Reserved.