GcSpread.Sheets Namespace : BaseCellType type |
var instance = new GcSpread.Sheets.BaseCellType();
function BaseCellType;
Object
GcSpread.Sheets.BaseCellType
GcSpread.Sheets.ColumnHeaderCellType
GcSpread.Sheets.ComboBoxCellType
GcSpread.Sheets.CornerCellType
GcSpread.Sheets.CustomCellType
GcSpread.Sheets.RowHeaderCellType
GcSpread.Sheets.TextCellType
Name | Description | |
---|---|---|
BaseCellType Constructor | Represents the base class for the other cell type classes. |
Name | Description | |
---|---|---|
activateEditor | Activates the editor, including setting properties or attributes for the editor and binding events for the editor. | |
createEditorElement | Creates a DOM element then returns it. | |
deactivateEditor | Deactivates the editor, such as unbinding events for editor. | |
focus | Focuses the editor DOM element. | |
format | Formats a value with the specified format to a string. | |
getAutoFitHeight | Gets a cell's height that can be used to handle the row's automatic fit. | |
getAutoFitWidth | Gets a cell's width that can be used to handle the column's automatic fit. | |
getEditorValue | Gets the editor's value. | |
getHitInfo | Gets the cell type's hit information. | |
isEditingValueChanged | Whether the editing value has changed. | |
isImeAware | Whether this cell type is aware of IME. | |
isReservedKey | Whether the cell type handles the keyboard event itself. | |
paint | Paints a cell on the canvas. | |
parse | Parses the text with the specified format string to an object. | |
processKeyDown | Processes key down in display mode. | |
processKeyUp | Processes key up in display mode. | |
processMouseDown | Processes mouse down in display mode. | |
processMouseEnter | Processes mouse enter in display mode. | |
processMouseLeave | Processes mouse leave in display mode. | |
processMouseMove | Processes mouse move in display mode. | |
processMouseUp | Processes mouse up in display mode. | |
selectAll | Selects all the text in the editor DOM element. | |
setEditorValue | Sets the editor's value. | |
updateEditor | Updates the editor's size. | |
updateImeMode | Updates the editor's ime-mode. |