Namespace EPiServer.Shell.ObjectEditing.EditorDescriptors
Classes
BooleanEditorDescriptor
Editor descriptor that will create a checkbox to be able to edit boolean values.
DateTimeEditorDescriptor
Editor descriptor that will create date/time selector.
DecimalEditorDescriptor
Editor descriptor that will create a standard input with validation to be able to edit decimal type.
DoubleEditorDescriptor
Editor descriptor that will create a standard input with validation to be able to edit double type.
EditorDescriptor
Used for holding registered client side editors in the MetadataHandlerRegistry
EditorDescriptorRegistrationAttribute
Provides default editor settings for a class or property. These settings are applied first so specific attributes will override the settings from the editor descriptor.
FloatEditorDescriptor
Editor descriptor that will create a standard input with validation to be able to edit float type.
FloatingPointNumericEditorDescriptor
Base class for floating point numeric types' editor descriptor
GuidEditorDescriptor
Editor descriptor that will create a hidden input to edit a Guid value.
IntegerEditorDescriptor
Editor descriptor that will create a standard input with validation to be able to edit integer type.
NumericEditorDescriptor
Base class for all numeric type's editor descriptor
StringEditorDescriptor
Editor descriptor that will create a standard input to edit strings.
TextareaEditorDescriptor
Editor descriptor that will create a an textarea that changes size depending on the content.
UnsignedIntegerEditorDescriptor
Editor descriptor that will create a standard input with validation to be able to edit unsigned integer type.
UnsignedLongEditorDescriptor
Editor descriptor that will create a standard input with validation to be able to edit unsigned long integer type.
UnsignedShortEditorDescriptor
Editor descriptor that will create a standard input with validation to be able to edit unsigned short integer type.
Enums
EditorDescriptorBehavior
Specifies how an editor descriptor should interact with other descriptors for the same type.