CmsEntryModifier class

Modifies the behavior of the CmsEntry

Constructors

CmsEntryModifier({bool pinned = true, bool editable = true, bool required = true, bool sortable = false, bool sortInvertNulls = false, bool expanded = false, bool initializable = true})
const

Properties

editable bool
Defines whether the entry is editable.
final
expanded bool
If true the entry will be placed in the separate row in the CmsItemManagementView
final
hashCode int
The hash code for this object.
no setterinherited
initializable bool
Defines whether the entry appears in the create flow.
final
pinned bool
Defines whether the entry will be displayed in CmsTable, otherwise it will be accessible only from create/manage flow.
final
required bool
If true field will be necessary to create/edit item
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortable bool
Defines whether the CmsTable can be sorted by the value of the CmsEntry
final
sortInvertNulls bool
Inverts the sorting order of null values.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited