SpreadJS Documentation
BaseCellType type
Represents the base class for the other cell type classes.
Syntax
var instance = new GcSpread.Sheets.BaseCellType();
function BaseCellType;
Inheritance Hierarchy

Object
   GcSpread.Sheets.BaseCellType
      GcSpread.Sheets.ColumnHeaderCellType
      GcSpread.Sheets.ComboBoxCellType
      GcSpread.Sheets.CornerCellType
      GcSpread.Sheets.CustomCellType
      GcSpread.Sheets.RowHeaderCellType
      GcSpread.Sheets.TextCellType

Constructors
 NameDescription
public ConstructorBaseCellType ConstructorRepresents the base class for the other cell type classes.  
Top
Fields
 NameDescription
public FieldtypeNameRepresents the type name string used for supporting serialization.  
Top
Methods
 NameDescription
public MethodactivateEditorActivates the editor, including setting properties or attributes for the editor and binding events for the editor.  
public MethodcreateEditorElementCreates a DOM element then returns it.  
public MethoddeactivateEditorDeactivates the editor, such as unbinding events for editor.  
public MethodfocusFocuses the editor DOM element.  
public MethodformatFormats a value with the specified format to a string.  
public MethodgetAutoFitHeightGets a cell's height that can be used to handle the row's automatic fit.  
public MethodgetAutoFitWidthGets a cell's width that can be used to handle the column's automatic fit.  
public MethodgetEditorValueGets the editor's value.  
public MethodgetHitInfoGets the cell type's hit information.  
public MethodisEditingValueChangedWhether the editing value has changed.  
public MethodisImeAwareWhether this cell type is aware of IME.  
public MethodisReservedKeyWhether the cell type handles the keyboard event itself.  
public MethodpaintPaints a cell on the canvas.  
public MethodparseParses the text with the specified format string to an object.  
public MethodprocessKeyDownProcesses key down in display mode.  
public MethodprocessKeyUpProcesses key up in display mode.  
public MethodprocessMouseDownProcesses mouse down in display mode.  
public MethodprocessMouseEnterProcesses mouse enter in display mode.  
public MethodprocessMouseLeaveProcesses mouse leave in display mode.  
public MethodprocessMouseMoveProcesses mouse move in display mode.  
public MethodprocessMouseUpProcesses mouse up in display mode.  
public MethodselectAllSelects all the text in the editor DOM element.  
public MethodsetEditorValueSets the editor's value.  
public MethodupdateEditorUpdates the editor's size.  
public MethodupdateImeModeUpdates the editor's ime-mode.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.