Method |
Description |
|
bootRunTime ( Object $object, Configs $configs ) |
Do whatever is needed to setup the runtime environment correctly. |
|
getColumns ( ) : Jarves\Admin\FieldTypes\ColumnDefinitionInterface[] |
Returns all columns that are necessary to get this field working. |
|
getFieldDefinition ( ) : Field |
|
|
getForm ( ) : Form |
|
|
getName ( ) : string |
|
|
getPhpDataType ( ) : string |
Returns the internal data type that is required for setValue or that is returned by getValue. |
|
getRequiredFields ( ) : array |
A list of field names that are included additional in ObjectCrud's field list during loading of this field. |
|
getSelection ( ) : string[] |
Returns the field names to select from the object model as array. |
|
getValue ( ) : mixed |
|
|
isDiffAllowed ( ) |
|
|
mapValues ( array &$data ) |
Maps the internal value to $data. |
|
setFieldDefinition ( Field $field ) |
|
|
setValue ( mixed $value ) |
|
|
validate ( ) : array |
|
|