21#ifndef __ANTARES_TOOLBOX_COMPONENTS_DATAGRID_FILTER_ALL_COLUMN_INDEX_H__
22#define __ANTARES_TOOLBOX_COMPONENTS_DATAGRID_FILTER_ALL_COLUMN_INDEX_H__
25#include <antares/date/date.h>
36 static const wxChar* Name()
38 return wxT(
"columnindex");
40 static const wxChar* Caption()
44 static Date::Precision Precision()
59 virtual Date::Precision precision()
const
61 return ColumnIndex::Precision();
64 virtual bool checkOnColsLabels()
const
69 virtual const wxChar*
name()
const
71 return ColumnIndex::Name();
75 return ColumnIndex::Caption();
78 virtual bool colIsValid(
int col)
const