TableCellIntegerEditor
TableCellIntegerEditor::TableCellIntegerEditor(::Value* initialValue,
TableCellIntegerEditor::~TableCellIntegerEditor()
TableCellIntegerEditor::ValidateInput() const
TableCellIntegerEditor::GetValueForInput(::Value*& _output) const
class TableCellIntegerEditor : public TableCellTextControlEditor {
TableCellIntegerEditor(::Value* initialValue,
virtual ~TableCellIntegerEditor();
TableCellIntegerEditor* editor = new(std::nothrow) TableCellIntegerEditor(
BReference<TableCellIntegerEditor> editorReference(editor, true);