SMART datagrid v.1 > Classes

Back  Forward

DataLudi.NumberCellEditor  class

数字を入力するセルエディターである。 基本的に数字たちと',', '.', '+', '-', 'e', 'E'文字たちだけ入力ができるように制限される。 positiveOnly, integerOnlyプロパティー達を設定すればもっと制限することもできる。 

Base Classes
TextCellEditor > CellEditor > EventAware > DLBase
Constructor
function NumberCellEditor (grid: GridBase, parentElement: HTMLElement);
Properties
checkMaxValue
maxDigits
maxValue
minValue
positiveOnly
scientific
Inherited Properties
CellEditor.booleanFormat
CellEditor.datetimeFormat
CellEditor.emptyValue
CellEditor.fontName
CellEditor.fontSize
CellEditor.keyCallback
TextCellEditor.maxLength
TextCellEditor.minLength
TextCellEditor.noHangul
TextCellEditor.text
CellEditor.textCase
Inherited Methods
EventAware.addListener
DLBase.assign
CellEditor.ctor
TextCellEditor.ctor
DLBase.getProperties
DLBase.getProperty
EventAware.removeListener
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

See Also
DateCellEditor
Examples
Numberセルエディター