Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / GeneralEditor Class
Properties Methods


In This Topic
    GeneralEditor Class Members
    In This Topic

    The following tables list the members exposed by GeneralEditor.

    Public Constructors
     NameDescription
    Public ConstructorCreates an instance of this editor class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the URL of the client script file for the editor control. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Public PropertyGets or sets the size of the editor control.  
    Public PropertyGets the validator collection. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates a generic text box editor control.  
    Public MethodGets the editing value posted back from the client for the editor control. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Public MethodGets the validator for the editor control used to validate values. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Public MethodGets the validator collection. Overwrites this method to allow customizing the returned result from the Validators property. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Public MethodValidates the input value for the editor control. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Top
    Protected Methods
     NameDescription
    Protected MethodApplies the appearance settings (style) to the table cell (TableCell object). (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Protected MethodReturns the FpSpread control. (Inherited from FarPoint.Web.Spread.Editor.BaseEditor)
    Top
    See Also