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

Public Member Functions | |
| PHTTPSelectField (const char *name, const PStringArray &valueArray, PINDEX initVal=0, const char *help=NULL) | |
| PHTTPSelectField (const char *name, PINDEX count, const char *const *valueStrings, PINDEX initVal=0, const char *help=NULL) | |
| PHTTPSelectField (const char *name, const char *title, const PStringArray &valueArray, PINDEX initVal=0, const char *help=NULL) | |
| PHTTPSelectField (const char *name, const char *title, PINDEX count, const char *const *valueStrings, 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 | GetValue (PBoolean dflt=false) const |
| Get the string value of the field. | |
| virtual void | SetValue (const PString &newVal) |
| Set the value of the field. | |
Public Attributes | |
| PStringArray | values |
Protected Attributes | |
| PString | value |
| PINDEX | initialValue |
| PHTTPSelectField::PHTTPSelectField | ( | const char * | name, | |
| const PStringArray & | valueArray, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| PHTTPSelectField::PHTTPSelectField | ( | const char * | name, | |
| PINDEX | count, | |||
| const char *const * | valueStrings, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| PHTTPSelectField::PHTTPSelectField | ( | const char * | name, | |
| const char * | title, | |||
| const PStringArray & | valueArray, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| PHTTPSelectField::PHTTPSelectField | ( | const char * | name, | |
| const char * | title, | |||
| PINDEX | count, | |||
| const char *const * | valueStrings, | |||
| PINDEX | initVal = 0, |
|||
| const char * | help = NULL | |||
| ) |
| virtual void PHTTPSelectField::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* PHTTPSelectField::NewField | ( | ) | const [virtual] |
Create a new field of the same class as the current field.
Implements PHTTPField.
| virtual void PHTTPSelectField::SetValue | ( | const PString & | newVal | ) | [virtual] |
PINDEX PHTTPSelectField::initialValue [protected] |
PString PHTTPSelectField::value [protected] |
1.4.7