SMART datagrid v.1 > Classes

Back  Forward

abstract DataLudi.TextCellEditor  class

一つの行のテキストエディター達の為の基盤クラス。 

Base Classes
CellEditor > EventAware > DLBase
Inherited Classes
DateCellEditor, LineCellEditor, ListCellEditor, MaskCellEditor, NumberCellEditor
Constructor
function TextCellEditor (grid: GridBase, parentElement: Object);
Properties
maxLength
minLength
noHangul
text
Inherited Properties
CellEditor.booleanFormat
CellEditor.datetimeFormat
CellEditor.emptyValue
CellEditor.fontName
CellEditor.fontSize
CellEditor.keyCallback
CellEditor.textCase
Inherited Methods
EventAware.addListener
DLBase.assign
CellEditor.ctor
DLBase.getProperties
DLBase.getProperty
EventAware.removeListener
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

See Also
MultiLineCellEditor
Examples
Text Cell Editors