Home
last modified time | relevance | path

Searched refs:updateViewValue (Results 1 – 14 of 14) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/
H A DWTemplateFormView.C54 const std::function<void()>& updateViewValue, in setFormWidget() argument
57 const Runnable& updateViewValue, in setFormWidget()
65 fields_[field].updateView = updateViewValue; in setFormWidget()
68 fields_[field].updateView = &updateViewValue; in setFormWidget()
81 void WTemplateFormView::updateViewValue(WFormModel *model, in updateViewValue() function
85 if (updateViewValue(model, field, (WWidget *)edit)) in updateViewValue()
99 bool WTemplateFormView::updateViewValue(WFormModel *model, in updateViewValue() function
143 updateViewValue(model, field, fedit); in updateViewField()
145 updateViewValue(model, field, edit); in updateViewField()
H A DWTemplateFormView.h149 const std::function<void ()>& updateViewValue,
152 const Runnable& updateViewValue,
191 virtual void updateViewValue(WFormModel *model, WFormModel::Field field,
200 virtual bool updateViewValue(WFormModel *model, WFormModel::Field field,
/dports/www/wt/wt-4.6.1/src/Wt/Form/Dbo/
H A DFormView.h132 …void updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) ov… in updateViewValue() function
134 if (updateViewValue(model, field, static_cast<Wt::WWidget*>(edit))) { in updateViewValue()
140 d->updateViewValue(model, field, edit); in updateViewValue()
142 Wt::WTemplateFormView::updateViewValue(model, field, edit); in updateViewValue()
151 …bool updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WWidget *edit) overri… in updateViewValue() function
155 return d->updateViewValue(model, field, edit); in updateViewValue()
157 return Wt::WTemplateFormView::updateViewValue(model, field, edit); in updateViewValue()
/dports/www/wt/wt-4.6.1/src/Wt/Form/
H A DWAbstractFormDelegate.C32 void WAbstractFormDelegate::updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt:… in updateViewValue() function
37 bool WAbstractFormDelegate::updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt:… in updateViewValue() function
H A DWAbstractFormDelegate.h105 …virtual void updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *…
116 …virtual bool updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WWidget *edit…
H A DWFormDelegate.h170 …void updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) ov…
203 …void updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) ov…
236 …void updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) ov…
H A DWFormDelegate.C139 void WFormDelegate<bool, void>::updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field,… in updateViewValue() function
197 void WFormDelegate<int, void>::updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, … in updateViewValue() function
242 void WFormDelegate<double, void>::updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field fiel… in updateViewValue() function
/dports/www/wt/wt-4.6.1/examples/dbo-form/
H A DTextFormDelegate.h27 …void updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) ov…
H A DPtrFormDelegate.h22 …void updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) ov…
H A DPtrCollectionFormDelegate.h22 …void updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) ov…
H A DTextFormDelegate.C25 void WFormDelegate<Text, void>::updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field,… in updateViewValue() function
H A DPtrFormDelegate.C34 void PtrFormDelegate::updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WForm… in updateViewValue() function
H A DPtrCollectionFormDelegate.C34 void PtrCollectionFormDelegate::updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field,… in updateViewValue() function
H A DEnumFormDelegate.h60 …void updateViewValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) ov… in updateViewValue() function