[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Editor.BaseEditor

BaseEditor Class

Represents the partial (abstract) implementation of the IEditor interface for a base editor for a cell.

Implements
Namespace: FarPoint.Web.Spread.Editor
Assembly: FarPoint.Web.Spread.dll
Syntax
public abstract class BaseEditor : IEditor3, IEditor
Public MustInherit Class BaseEditor
    Implements IEditor3, IEditor

Constructors

Name Description
BaseEditor()

Properties

Name Description
EditorClientScriptUrl

Gets the URL of the client script file for the editor control.

Validators

Gets the validator collection.

Methods

Name Description
ApplyStyleTo(TableCell, Appearance, Inset, bool)

Applies the appearance settings (style) to the table cell (TableCell object).

GetEditorControl(string, TableCell, Appearance, Inset, object, bool)

Creates the cell editor control.

GetEditorValue(Control, string)

Gets the editing value posted back from the client for the editor control.

GetSpread(Control)

Returns the FpSpread control.

GetValidators()

Gets the validator collection. Overwrites this method to allow customizing the returned result from the Validators property.

ValidateEditorValue(object)

Validates the input value for the editor control.