ColType*: Push the ::validate and ::modify methods down from Column

This commit is contained in:
Paul Beckingham
2016-12-31 09:53:42 -05:00
parent 76c2de685b
commit b17bfb50b3
10 changed files with 29 additions and 7 deletions

View File

@@ -292,12 +292,6 @@ void Column::setStyle (const std::string& style)
_style = style;
}
////////////////////////////////////////////////////////////////////////////////
bool Column::validate (const std::string& input) const
{
return input.length () ? true : false;
}
////////////////////////////////////////////////////////////////////////////////
// All integer values are right-justified.
void Column::renderInteger (