PTLib
Version 2.10.4
|
#include <httpform.h>
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 |
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. | |
Static Public Member Functions | |
static PString | Decrypt (const PString &pword) |
PHTTPPasswordField::PHTTPPasswordField | ( | const char * | name, |
PINDEX | size, | ||
const char * | initVal = NULL , |
||
const char * | help = NULL |
||
) |
PHTTPPasswordField::PHTTPPasswordField | ( | const char * | name, |
const char * | title, | ||
PINDEX | size, | ||
const char * | initVal = NULL , |
||
const char * | help = NULL |
||
) |
static PString PHTTPPasswordField::Decrypt | ( | const PString & | pword | ) | [static] |
virtual void PHTTPPasswordField::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. |
Reimplemented from PHTTPStringField.
virtual PString PHTTPPasswordField::GetValue | ( | PBoolean | dflt = false | ) | const [virtual] |
Get the string value of the field.
Reimplemented from PHTTPStringField.
virtual PHTTPField* PHTTPPasswordField::NewField | ( | ) | const [virtual] |
Create a new field of the same class as the current field.
Reimplemented from PHTTPStringField.
virtual void PHTTPPasswordField::SetValue | ( | const PString & | newValue | ) | [virtual] |
Set the value of the field.
Reimplemented from PHTTPStringField.