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 56530a1f24
commit a91cd72829
10 changed files with 29 additions and 7 deletions

View File

@@ -283,12 +283,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 (