PTLib  Version 2.10.4
PHTTPRadioField Class Reference

#include <httpform.h>

Inheritance diagram for PHTTPRadioField:
PHTTPField PObject

List of all members.

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 PHTTPFieldNewField () 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

Constructor & Destructor Documentation

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 
)

Member Function Documentation

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

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

Reimplemented from PHTTPField.

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

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

Parameters:
htmlHTML to receive the field info.

Implements PHTTPField.

virtual PString PHTTPRadioField::GetValue ( PBoolean  dflt = false) const [virtual]

Get the string value of the field.

Returns:
String for field value.

Implements PHTTPField.

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

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

Returns:
New field object instance.

Implements PHTTPField.

virtual void PHTTPRadioField::SetValue ( const PString newValue) [virtual]

Set the value of the field.

Implements PHTTPField.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines