ColType*: Push the ::validate and ::modify methods down from Column
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user