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

Public Member Functions | |
| PHTTPPasswordField (const char *name, PINDEX size, const char *initVal=NULL, const char *help=NULL) | |
| PHTTPPasswordField (const char *name, const char *title, PINDEX size, const char *initVal=NULL, const char *help=NULL) | |
| virtual PHTTPField * | NewField () const |
| virtual void | GetHTMLTag (PHTML &html) const |
| virtual PString | GetValue (BOOL dflt=FALSE) const |
| virtual void | SetValue (const PString &newVal) |
Static Public Member Functions | |
| static PString | Decrypt (const PString &pword) |
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
Convert the field to HTML form tag for inclusion into the HTTP page.
Reimplemented from PHTTPStringField. |
|
|
Get the string value of the field.
Reimplemented from PHTTPStringField. |
|
|
Create a new field of the same class as the current field.
Reimplemented from PHTTPStringField. |
|
|
Set the value of the field. Reimplemented from PHTTPStringField. |
1.4.2