#include <httpform.h>
Inheritance diagram for PHTTPRadioField:

Public Member Functions | |
| PHTTPRadioField (const char *name, const PStringArray &valueArray, PINDEX initVal=0, const char *help=NULL) | |
| PHTTPRadioField (const char *name, const PStringArray &valueArray, const PStringArray &titleArray, PINDEX initVal=0, const char *help=NULL) | |
| PHTTPRadioField (const char *name, PINDEX count, const char *const *valueStrings, PINDEX initVal=0, const char *help=NULL) | |
| PHTTPRadioField (const char *name, PINDEX count, const char *const *valueStrings, const char *const *titleStrings, PINDEX initVal=0, const char *help=NULL) | |
| PHTTPRadioField (const char *name, const char *groupTitle, const PStringArray &valueArray, PINDEX initVal=0, const char *help=NULL) | |
| PHTTPRadioField (const char *name, const char *groupTitle, const PStringArray &valueArray, const PStringArray &titleArray, PINDEX initVal=0, const char *help=NULL) | |
| PHTTPRadioField (const char *name, const char *groupTitle, PINDEX count, const char *const *valueStrings, PINDEX initVal=0, const char *help=NULL) | |
| PHTTPRadioField (const char *name, const char *groupTitle, PINDEX count, const char *const *valueStrings, const char *const *titleStrings, PINDEX initVal=0, const char *help=NULL) | |
| virtual PHTTPField * | NewField () const |
| Create a new field of the same class as the current field. | |
| virtual void | GetHTMLTag (PHTML &html) const |
| Convert the field to HTML form tag for inclusion into the HTTP page. | |
| virtual PString | GetHTMLInput (const PString &input) const |
| Convert the field input to HTML for inclusion into the HTTP page. | |
| virtual PString | GetValue (PBoolean dflt=false) const |
| Get the string value of the field. | |
| virtual void | SetValue (const PString &newVal) |
| Set the value of the field. | |
Protected Attributes | |
| PStringArray | values |
| PStringArray | titles |
| PString | value |
| PString | initialValue |
| PHTTPRadioField::PHTTPRadioField | ( | const char * | name, | |
| const PStringArray & | valueArray, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| PHTTPRadioField::PHTTPRadioField | ( | const char * | name, | |
| const PStringArray & | valueArray, | |||
| const PStringArray & | titleArray, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| PHTTPRadioField::PHTTPRadioField | ( | const char * | name, | |
| PINDEX | count, | |||
| const char *const * | valueStrings, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| PHTTPRadioField::PHTTPRadioField | ( | const char * | name, | |
| PINDEX | count, | |||
| const char *const * | valueStrings, | |||
| const char *const * | titleStrings, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| PHTTPRadioField::PHTTPRadioField | ( | const char * | name, | |
| const char * | groupTitle, | |||
| const PStringArray & | valueArray, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| PHTTPRadioField::PHTTPRadioField | ( | const char * | name, | |
| const char * | groupTitle, | |||
| const PStringArray & | valueArray, | |||
| const PStringArray & | titleArray, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| PHTTPRadioField::PHTTPRadioField | ( | const char * | name, | |
| const char * | groupTitle, | |||
| PINDEX | count, | |||
| const char *const * | valueStrings, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| PHTTPRadioField::PHTTPRadioField | ( | const char * | name, | |
| const char * | groupTitle, | |||
| PINDEX | count, | |||
| const char *const * | valueStrings, | |||
| const char *const * | titleStrings, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| virtual void PHTTPRadioField::GetHTMLTag | ( | PHTML & | html | ) | const [virtual] |
Convert the field to HTML form tag for inclusion into the HTTP page.
| html | HTML to receive the field info. |
Implements PHTTPField.
| virtual PHTTPField* PHTTPRadioField::NewField | ( | ) | const [virtual] |
Create a new field of the same class as the current field.
Implements PHTTPField.
| virtual void PHTTPRadioField::SetValue | ( | const PString & | newVal | ) | [virtual] |
PString PHTTPRadioField::initialValue [protected] |
PStringArray PHTTPRadioField::titles [protected] |
PString PHTTPRadioField::value [protected] |
PStringArray PHTTPRadioField::values [protected] |
1.4.7