PHTTPBooleanField Class Reference

#include <httpform.h>

Inheritance diagram for PHTTPBooleanField:

PHTTPField PObject List of all members.

Public Member Functions

 PHTTPBooleanField (const char *name, BOOL initVal=FALSE, const char *help=NULL)
 PHTTPBooleanField (const char *name, const char *title, BOOL initVal=FALSE, const char *help=NULL)
virtual PHTTPFieldNewField () const
virtual void GetHTMLTag (PHTML &html) const
virtual PString GetHTMLInput (const PString &input) const
virtual PString GetValue (BOOL dflt=FALSE) const
virtual void SetValue (const PString &newVal)
virtual void LoadFromConfig (PConfig &cfg)
virtual void SaveToConfig (PConfig &cfg) const

Protected Attributes

BOOL value
BOOL initialValue

Constructor & Destructor Documentation

PHTTPBooleanField::PHTTPBooleanField ( const char *  name,
BOOL  initVal = FALSE,
const char *  help = NULL 
)

PHTTPBooleanField::PHTTPBooleanField ( const char *  name,
const char *  title,
BOOL  initVal = FALSE,
const char *  help = NULL 
)


Member Function Documentation

virtual PHTTPField* PHTTPBooleanField::NewField (  )  const [virtual]

Create a new field of the same class as the current field.

Returns:
New field object instance.

Implements PHTTPField.

virtual void PHTTPBooleanField::GetHTMLTag ( PHTML html  )  const [virtual]

Convert the field to HTML form tag for inclusion into the HTTP page.

Parameters:
html  HTML to receive the field info.

Implements PHTTPField.

virtual PString PHTTPBooleanField::GetHTMLInput ( const PString input  )  const [virtual]

Convert the field input to HTML for inclusion into the HTTP page.

Reimplemented from PHTTPField.

virtual PString PHTTPBooleanField::GetValue ( BOOL  dflt = FALSE  )  const [virtual]

Get the string value of the field.

Returns:
String for field value.

Implements PHTTPField.

virtual void PHTTPBooleanField::SetValue ( const PString newVal  )  [virtual]

Set the value of the field.

Implements PHTTPField.

virtual void PHTTPBooleanField::LoadFromConfig ( PConfig &  cfg  )  [virtual]

Get the value of the PConfig to the sub-field. If the field is not composite then it always sets the value as for the non-indexed version.

Parameters:
cfg  Configuration for value transfer.

Reimplemented from PHTTPField.

virtual void PHTTPBooleanField::SaveToConfig ( PConfig &  cfg  )  const [virtual]

Set the value of the sub-field into the PConfig. If the field is not composite then it always sets the value as for the non-indexed version.

Parameters:
cfg  Configuration for value transfer.

Reimplemented from PHTTPField.


Member Data Documentation

BOOL PHTTPBooleanField::value [protected]

BOOL PHTTPBooleanField::initialValue [protected]


The documentation for this class was generated from the following file:
Generated on Fri Mar 7 06:25:05 2008 for PTLib by  doxygen 1.5.1