This is the complete list of members for
wexus::Form, including all inherited members.
dm_formname (defined in wexus::Form) | wexus::Form | [protected] |
dm_rec (defined in wexus::Form) | wexus::Form | [protected] |
Form(const QString &formname, const QString &rawurl=pathTo(), int method=Method_Post) | wexus::Form | |
Form(ActiveRecord &rec, const QString &rawurl=pathTo(), int method=Method_Post) | wexus::Form | |
formValue(const QString &fieldName) const | wexus::Form | [protected] |
fullFieldName(const QString &fieldName) const | wexus::Form | [protected] |
Method_Get enum value (defined in wexus::Form) | wexus::Form | |
Method_Post enum value (defined in wexus::Form) | wexus::Form | |
Method_Upload enum value (defined in wexus::Form) | wexus::Form | |
submitButton(const QString &desc, const QString &fieldName=QString()) const | wexus::Form | |
testFlashValidators(const QVariantMap ¶ms, const QVariantMap &flash, Context::Errors &errors) (defined in wexus::Form) | wexus::Form | [static] |
textField(const QString &fieldName, const QVariant &defaultVal=QVariant(), int sz=30, int maxlen=60, const ValidationExpr &valExpr=ValidationExpr()) const | wexus::Form | |
~Form() | wexus::Form | |