Method |
Description |
|
compare ( Sulu\Component\Rest\ListBuilder\FieldDescriptorInterface $other ) : boolean |
Compares current instance of FieldDescriptor with another instance. |
|
getClass ( ) : string |
|
|
getDefault ( ) : boolean |
|
|
getDisabled ( ) : boolean |
Returns whether the field is disabled or not. |
|
getEditable ( ) : boolean |
|
|
getMetadata ( ) : PropertyMetadata |
|
|
getMinWidth ( ) : string |
|
|
getName ( ) : string |
Returns the name of the field. |
|
getSortable ( ) : boolean |
|
|
getTranslation ( ) : string |
Returns the translation code of the field. |
|
getType ( ) : string |
Returns the type of the field. |
|
getWidth ( ) : string |
Returns the width of the field. |
|