46 #ifndef __WTX_DBO_FIELDVAR_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 47 #define __WTX_DBO_FIELDVAR_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 55 :
public Field<std::string>
65 auto retVal = std::make_unique<Wt::WLineEdit>();
67 retVal-> setAutoComplete(
false );
73 std::string value(
const std::string & fieldName )
const;
75 void setValue(
const std::string & value );
77 void setValue(
const std::string & field,
const std::string & value );
78 void setValue(
const std::string & field,
int value );